| Skill | Added | Review |
|---|---|---|
versioning-policy .squad/skills/versioning-policy/SKILL.md Semver versioning rules for Squad SDK and CLI — prevents prerelease version incidents | 53 53 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: a0d2563 | |
tiered-memory .squad/skills/tiered-memory/SKILL.md Three-tier agent memory model (hot/cold/wiki) for context reduction per spawn | 48 48 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: a0d2563 | |
squad .squad/skills/squad/SKILL.md Squad's command catalog and interactive menu. Invoke via /squad (slash command) or natural language ("squad commands", "what can squad do", "show me squad options"). Presents categorized operations (Install & Upgrade, Team Management, Issues & PRs, Plugins & Skills, Model & Cost, Sessions & State) as an interactive picker. Routes to the right squad CLI command or the Squad coordinator agent. | 67 67 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: a0d2563 | |
squad-version-check .squad/skills/squad-version-check/SKILL.md Internals of how @bradygaster/squad-cli stamps its version, how `squad upgrade` works (what it preserves vs overwrites), and how to probe the npm registry for the latest version from a coordinator prompt. | 59 59 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: a0d2563 | |
squad-help .squad/skills/squad-help/SKILL.md How to actually use Squad — Squad is a custom Copilot agent (invoked via the task tool with agent_type='Squad'), not a skill. This file explains the right invocation paths for setting up a team, listing squad commands, and initializing Squad in a new project. | 62 62 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: a0d2563 | |
squad-commands .squad/skills/squad-commands/SKILL.md Categorized catalog of common Squad operations. Coordinator reads this file and presents it as an interactive menu when the user asks for available commands or help. | 69 69 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: a0d2563 | |
session-recovery .squad/skills/session-recovery/SKILL.md Find and resume interrupted Copilot CLI sessions using session_store queries | 58 58 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: a0d2563 | |
release-process .squad/skills/release-process/SKILL.md Pre-release validation, npm publish procedures, and post-publish verification | 60 60 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: a0d2563 | |
reflect .squad/skills/reflect/SKILL.md Learning capture system that extracts HIGH/MED/LOW confidence patterns from conversations to prevent repeating mistakes. Use after user corrections ("no", "wrong"), praise ("perfect", "exactly"), or when discovering edge cases. Complements .squad/agents/{agent}/history.md and .squad/decisions.md. | 61 61 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: a0d2563 | |
ralph-two-pass-scan .squad/skills/ralph-two-pass-scan/SKILL.md Cuts GitHub API calls by separating lightweight list scanning from full hydration | 57 57 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Version: a0d2563 | |
pr-screenshots .squad/skills/pr-screenshots/SKILL.md Capture Playwright screenshots and embed them in GitHub PR descriptions | 59 59 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: a0d2563 | |
pr-review-response .squad/skills/pr-review-response/SKILL.md Teaches agents to reply to PR review comment threads after fixing issues, making resolutions traceable | 60 60 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Version: a0d2563 | |
personal-squad .squad/skills/personal-squad/SKILL.md User-level AI agents that travel with you across projects | 51 51 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: a0d2563 | |
model-selection .squad/skills/model-selection/SKILL.md Determines which LLM model to use for each agent spawn | 53 53 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: a0d2563 | |
iterative-retrieval .squad/skills/iterative-retrieval/SKILL.md Max-3-cycle protocol for agent sub-tasks with WHY context and coordinator validation. Use when spawning sub-agents to complete scoped work. | 70 70 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: a0d2563 | |
humanizer .squad/skills/humanizer/SKILL.md Tone enforcement patterns for external-facing community responses | 48 48 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: a0d2563 | |
gh-auth-isolation .squad/skills/gh-auth-isolation/SKILL.md Safely manage multiple GitHub identities (EMU + personal) in agent workflows | 60 60 Impact — No eval scenarios have been run Securityby Critical Do not install without reviewing Version: a0d2563 | |
fact-checking .squad/skills/fact-checking/SKILL.md Review and validate claims using counter-hypothesis testing. Use when verifying technical content, checking references, validating API endpoints, or performing quality assurance on deliverables. | 69 69 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: a0d2563 | |
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: a0d2563 | |
economy-mode .squad/skills/economy-mode/SKILL.md Shifts Layer 3 model selection to cost-optimized alternatives when economy mode is active. | 56 56 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: a0d2563 | |
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: a0d2563 | |
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: a0d2563 | |
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: a0d2563 | |
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: a0d2563 | |
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: a0d2563 |