cli-wiring
25Skill Claude CodeCodex
Bug class: Commands implemented in packages/squad-cli/src/cli/commands/ but never routed in cli-entry.ts.
Skill Claude CodeCodex
Bug class: Commands implemented in packages/squad-cli/src/cli/commands/ but never routed in cli-entry.ts.
Skill Claude CodeCodex
Platform detection and adaptive spawning for CLI vs VS Code vs other surfaces.
Skill Claude CodeCodex
Coordinating work across multiple Squad instances.
Skill Claude CodeCodex
How to coordinate with squads on different machines using git as transport.
Skill Claude CodeCodex
Microsoft Style Guide + Squad-specific documentation patterns.
Skill Claude CodeCodex
Shifts Layer 3 model selection to cost-optimized alternatives when economy mode is active.
Skill Claude CodeCodex
PAO workflow for scanning, drafting, and presenting community responses with human review gate.
Skill Claude CodeCodex
Safely manage multiple GitHub identities (EMU + personal) in agent workflows.
Skill Claude CodeCodex
Squad branching model: dev-first workflow with insiders preview channel.
Skill Claude CodeCodex
Detect and set up account-locked gh aliases for multi-account GitHub. The AI reads this skill, detects accounts, asks the user which is personal/work, and runs the setup automatically.
Skill Claude CodeCodex
Record final outcomes to history.md, not intermediate requests or reversed decisions.
Skill Claude CodeCodex
Tone enforcement patterns for external-facing community responses.
Skill Claude CodeCodex
Team initialization flow (Phase 1 proposal + Phase 2 creation).
Skill Claude CodeCodex
Skill "model-selection" from alonf/specrew, covering model selection, scope, context, 5-layer model resolution hierarchy and agent workflow.
Skill Claude CodeCodex
Reclaims context window budget by compressing agent histories, pruning old logs, archiving stale decisions, and cleaning orphaned inbox files.
Skill Claude CodeCodex
A personal squad is a user-level collection of AI agents that travel with you across projects. Unlike project agents (defined in a project's .squad/ directory), personal agents live in your global config directory and are automatically discovered when you start a squad session.
Skill Claude CodeCodex
Core conventions and patterns for this codebase.
Skill Claude CodeCodex
Step-by-step release checklist for Squad — prevents v0.8.22-style disasters.
Skill Claude CodeCodex
Team-wide charter and history optimization through skill extraction.
Skill Claude CodeCodex
Reviewer rejection workflow and strict lockout semantics.
Skill Claude CodeCodex
Never read .env files or write secrets to .squad/ committed files.
Skill Claude CodeCodex
Find and resume interrupted Copilot CLI sessions using sessionstore queries.
Skill Claude CodeCodex
Core conventions and patterns used in the Squad codebase.
Skill Claude CodeCodex
Update tests when changing APIs — no exceptions.