Agent Skills: Skill: powershell-bridge

Use when asked to set up a local PowerShell bridge for controlled command execution on Windows.

UncategorizedID: Reneromero08/agent-governance-system/powershell-bridge

Install this agent skill to your local

pnpm dlx add-skill https://github.com/Reneromero08/agent-governance-system/tree/HEAD/CAPABILITY/SKILLS/utilities/powershell-bridge

Skill Files

Browse the full folder contents for powershell-bridge.

Download Skill

Loading file tree…

CAPABILITY/SKILLS/utilities/powershell-bridge/SKILL.md

Skill Metadata

Name
powershell-bridge
Description
"Use when asked to set up a local PowerShell bridge for controlled command execution on Windows."
<!-- CONTENT_HASH: fae1d6a08e7c5deaa0171dd9199751aa4c806741dda235d1172b845a784faa00 -->

required_canon_version: >=3.0.0

Skill: powershell-bridge

Version: 0.1.0

Status: Active

Trigger

Use when asked to set up a local PowerShell bridge for controlled command execution on Windows.

Inputs

  • input.json with:
    • repo_root (string, optional): Repository root path override.

Outputs

  • Writes output.json with:
    • ok (boolean)
    • paths (object): Relevant file locations.
    • instructions (array of strings): Setup and usage steps.

Constraints

  • Must not execute PowerShell or external commands.
  • Must only emit deterministic instructions.

Fixtures

  • fixtures/basic/

required_canon_version: >=3.0.0