Cli Wiring Skill
Bug class: Commands implemented in packages/squad-cli/src/cli/commands/ but never routed in cli-entry.ts. Published by microsoft in frontier-agentic-devops-rvas.
What is Cli Wiring Skill?
Bug class: Commands implemented in packages/squad-cli/src/cli/commands/ but never routed in cli-entry.ts. Published by microsoft in frontier-agentic-devops-rvas. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Research
- Research use cases
Technical details
- Install or run with Copy skill directory
When to use Cli Wiring Skill
- Use it for research.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/frontier-agentic-devops-rvas
- Skill file: .squad/templates/skills/cli-wiring/SKILL.md
What it does
Bug class: Commands implemented in packages/squad-cli/src/cli/commands/ but never routed in cli-entry.ts.
Skill instructions
Skill: CLI Command Wiring Bug class: Commands implemented in packages/squad-cli/src/cli/commands/ but never routed in cli-entry.ts. Checklist — Adding a New CLI Command 1. Create command file in packages/squad-cli/src/cli/commands/<name.ts - Export a run<Name(cwd, options) async function (or class with static methods for utility modules) 2. Add routing block in packages/squad-cli/src/cli-entry.ts inside main(): ts if (cmd === '<name') { const { run<Name } = await import('./cli/commands/<name.js'); // parse args, call function await run<Name(process.cwd(), options); return; } 3. Add help text in the help section of cli-entry.ts (search for Commands:): ts console.log( ${BOLD}<name${RESET} <description); console.log( Usage: <name [flags]); 4. Verify both exist — the recurring bug is doing step 1 but missing steps 2-3. Wiring Patterns by Command Type | Type | Example | How to wire | |------|---------|-------------| | Standard command | export.ts, build.ts | run() function, parse flags from
Explore related resources
Frequently asked questions
What is Cli Wiring?
Cli Wiring is a open-source AI agent skill with Copy skill directory. Bug class: Commands implemented in packages/squad-cli/src/cli/commands/ but never routed in cli-entry.ts.
Who is Cli Wiring best for?
Cli Wiring is best for reusing agent instructions, scripts, and references, research workflows.
How do I install Cli Wiring?
Install or run Cli Wiring using Copy skill directory. Check Cli Wiring for the latest setup command.
Is Cli Wiring actively maintained?
Cli Wiring may need a closer maintenance check before production use.
Auto-fetched from GitHub.