| Skill | Added | Review |
|---|---|---|
agent-collaboration .copilot/skills/agent-collaboration/SKILL.md Standard collaboration patterns for all squad agents — worktree awareness, decisions, cross-agent communication | 59 59 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 9587fcd | |
agent-collaboration .squad-templates/skills/agent-collaboration/SKILL.md Standard collaboration patterns for all squad agents — worktree awareness, decisions, cross-agent communication | 59 59 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 9587fcd | |
agent-collaboration packages/squad-cli/templates/skills/agent-collaboration/SKILL.md Standard collaboration patterns for all squad agents — worktree awareness, decisions, cross-agent communication | 59 59 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 9587fcd | |
agent-conduct .copilot/skills/agent-conduct/SKILL.md Shared hard rules enforced across all squad agents | 49 49 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 9587fcd | |
agent-conduct .squad-templates/skills/agent-conduct/SKILL.md Shared hard rules enforced across all squad agents | 48 48 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 9587fcd | |
agent-conduct packages/squad-cli/templates/skills/agent-conduct/SKILL.md Shared hard rules enforced across all squad agents | 49 49 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 9587fcd | |
agentic-workflow-designer .github/skills/agentic-workflow-designer/SKILL.md Conversational skill that interviews users to design new agentic workflows | 54 54 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 9587fcd | |
agentic-workflows .github/skills/agentic-workflows/SKILL.md Route gh-aw workflow design/create/debug/upgrade requests to the right prompts. | 60 60 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 9587fcd | |
architectural-proposals .copilot/skills/architectural-proposals/SKILL.md How to write comprehensive architectural proposals that drive alignment before code is written | 56 56 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 9587fcd | |
architectural-proposals .squad-templates/skills/architectural-proposals/SKILL.md How to write comprehensive architectural proposals that drive alignment before code is written | 52 52 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 9587fcd | |
architectural-review .copilot/skills/architectural-review/SKILL.md How to review PRs for architectural quality — module boundaries, dependency direction, export surface, pattern consistency | 62 62 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 9587fcd | |
ci-validation-gates .copilot/skills/ci-validation-gates/SKILL.md Defensive CI/CD patterns: semver validation, token checks, retry logic, draft detection — earned from v0.8.22 | 56 56 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 9587fcd | |
ci-validation-gates .squad-templates/skills/ci-validation-gates/SKILL.md Defensive CI/CD patterns: semver validation, token checks, retry logic, draft detection — earned from v0.8.22 | 59 59 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 9587fcd | |
client-compatibility .copilot/skills/client-compatibility/SKILL.md Platform detection and adaptive spawning for CLI vs VS Code vs other surfaces | 56 56 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 9587fcd | |
cli-wiring .copilot/skills/cli-wiring/SKILL.md Checklist and patterns for wiring new CLI commands into cli-entry.ts | 63 63 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 9587fcd | |
coordinator-init-mode .squad/skills/coordinator-init-mode/SKILL.md The complete two-phase Init Mode protocol the Squad coordinator runs when no team exists yet in the current repo. Phase 1 = propose the team (no files created, wait for user confirm). Phase 2 = create .squad/ scaffolding, casting state, .gitattributes for merge drivers, and the always-on built-ins (Scribe, Ralph, Rai, Fact Checker). Loaded on demand when the coordinator detects no .squad/team.md exists. | 64 64 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 9587fcd | |
coordinator-response-mode .squad/skills/coordinator-response-mode/SKILL.md Selecting WHO handles work is the Routing table; selecting HOW they handle it (Direct, Lightweight, Standard, Full) is Response Mode. This skill contains the complete decision table, exemplar prompts for each mode, the Lightweight spawn template, and the upgrade rules. Squad coordinator loads this on demand once routing has identified the agent — to pick the right ceremony level for the task. | 61 61 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 9587fcd | |
coordinator-source-of-truth .squad/skills/coordinator-source-of-truth/SKILL.md The complete file-by-file source-of-truth hierarchy for Squad: which files are authoritative, which are derived/append-only, who may write each one, who may read each one, and the precedence rules when they conflict. Squad coordinator loads this on demand when it needs to resolve a write conflict, decide where a piece of state belongs, or answer a 'who owns this file' question. | 69 69 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 9587fcd | |
cross-machine-coordination .squad/skills/cross-machine-coordination/SKILL.md Enables squad agents on different machines to share work via git-based task queuing | 52 52 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 9587fcd | |
cross-squad .squad/skills/cross-squad/SKILL.md Coordinating work across multiple Squad instances — discovery, delegation, and disambiguation when the user says 'squad' (the product) vs casual English 'group of agents'. | 67 67 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 9587fcd | |
cross-squad-communication .squad/skills/cross-squad-communication/SKILL.md Protocol for sending queries, delegating tasks, and sharing context between independent Squad instances across different repositories | 54 54 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Version: 9587fcd | |
distributed-mesh .copilot/skills/distributed-mesh/SKILL.md How to coordinate with squads on different machines using git as transport | 52 52 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Version: 9587fcd | |
e2e-template-testing .squad-templates/skills/e2e-template-testing/SKILL.md End-to-end validation of coordinator and agent template changes | 56 56 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 9587fcd | |
economy-mode .squad/skills/economy-mode/SKILL.md Shifts Layer 3 model selection to cost-optimized alternatives when economy mode is active. | 58 58 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 9587fcd | |
external-comms .squad/skills/external-comms/SKILL.md PAO workflow for scanning, drafting, and presenting community responses with human review gate | 58 58 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Version: 9587fcd |