Skill | Added | Review |
|---|---|---|
versioning-policy .squad/skills/versioning-policy/SKILL.md Semver versioning rules for Squad SDK and CLI — prevents prerelease version incidents | 56 56 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: e23dd92 | |
tiered-memory .squad/skills/tiered-memory/SKILL.md Three-tier agent memory model (hot/cold/wiki) for context reduction per spawn | 47 47 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: e23dd92 | |
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. | 76 76 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: e23dd92 | |
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. | 50 50 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: e23dd92 | |
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. | 68 68 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: e23dd92 | |
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 Reviewed: Version: e23dd92 | |
session-recovery .squad/skills/session-recovery/SKILL.md Find and resume interrupted Copilot CLI sessions using session_store queries | 49 49 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: e23dd92 | |
release-process .squad/skills/release-process/SKILL.md Pre-release validation, npm publish procedures, and post-publish verification | — | |
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. | 74 74 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: e23dd92 | |
ralph-two-pass-scan .squad/skills/ralph-two-pass-scan/SKILL.md Cuts GitHub API calls by separating lightweight list scanning from full hydration | 61 61 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Reviewed: Version: e23dd92 | |
pr-screenshots .squad/skills/pr-screenshots/SKILL.md Capture Playwright screenshots and embed them in GitHub PR descriptions | 60 60 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: e23dd92 | |
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 | 61 61 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Reviewed: Version: e23dd92 | |
personal-squad .squad/skills/personal-squad/SKILL.md User-level AI agents that travel with you across projects | 56 56 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: e23dd92 | |
model-selection .squad/skills/model-selection/SKILL.md Determines which LLM model to use for each agent spawn | — | |
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. | 67 67 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: e23dd92 | |
humanizer .squad/skills/humanizer/SKILL.md Tone enforcement patterns for external-facing community responses | 51 51 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: e23dd92 | |
gh-auth-isolation .squad/skills/gh-auth-isolation/SKILL.md Safely manage multiple GitHub identities (EMU + personal) in agent workflows | 56 56 Impact — No eval scenarios have been run Securityby Critical Do not install without reviewing Reviewed: Version: e23dd92 | |
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. | 66 66 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: e23dd92 | |
external-comms .squad/skills/external-comms/SKILL.md PAO workflow for scanning, drafting, and presenting community responses with human review gate | 59 59 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Reviewed: Version: e23dd92 | |
economy-mode .squad/skills/economy-mode/SKILL.md Shifts Layer 3 model selection to cost-optimized alternatives when economy mode is active. | 60 60 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: e23dd92 | |
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'. | 72 72 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: e23dd92 | |
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 | 61 61 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Reviewed: Version: e23dd92 | |
cross-machine-coordination .squad/skills/cross-machine-coordination/SKILL.md Enables squad agents on different machines to share work via git-based task queuing | 55 55 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: e23dd92 | |
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. | 79 79 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: e23dd92 | |
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. | 69 69 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: e23dd92 |