Favicon of Cli Wiring

Cli Wiring Skill

AI Agent SkillCOBOLOpen source

Bug class: Commands implemented in packages/squad-cli/src/cli/commands/ but never routed in cli-entry.ts. Published by microsoft in frontier-ghcp-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-ghcp-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.

Trust signal
95/100
Maintenance signal
90/100
Adoption signal
7/100

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

Copy skill directory
  • Install or run with Copy skill directory

When to use Cli Wiring Skill

  • Use it for research.

Built with

COBOLCopy skill directory

Editorial notes

Source

  • Creator: microsoft
  • Repository: microsoft/frontier-ghcp-rvas
  • Skill file: .copilot/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.

Share:

Stars
1
Forks
2
Last commit
12 days ago
Repository age
2 months
License
MIT

Auto-fetched from GitHub.

Ad
Favicon

 

  
 

Similar to Cli Wiring

Cli Wiring: Install, Config & GitHub Signals – SkillIndex