CtrlK
BlogDocsLog inGet started
Tessl Logo

squad

github.com/bradygaster/squad

Skill

Added

Review

versioning-policy

.squad/skills/versioning-policy/SKILL.md

Semver versioning rules for Squad SDK and CLI — prevents prerelease version incidents

56

tiered-memory

.squad/skills/tiered-memory/SKILL.md

Three-tier agent memory model (hot/cold/wiki) for context reduction per spawn

47

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

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

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

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

session-recovery

.squad/skills/session-recovery/SKILL.md

Find and resume interrupted Copilot CLI sessions using session_store queries

49

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

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

pr-screenshots

.squad/skills/pr-screenshots/SKILL.md

Capture Playwright screenshots and embed them in GitHub PR descriptions

60

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

personal-squad

.squad/skills/personal-squad/SKILL.md

User-level AI agents that travel with you across projects

56

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

humanizer

.squad/skills/humanizer/SKILL.md

Tone enforcement patterns for external-facing community responses

51

gh-auth-isolation

.squad/skills/gh-auth-isolation/SKILL.md

Safely manage multiple GitHub identities (EMU + personal) in agent workflows

56

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

external-comms

.squad/skills/external-comms/SKILL.md

PAO workflow for scanning, drafting, and presenting community responses with human review gate

59

economy-mode

.squad/skills/economy-mode/SKILL.md

Shifts Layer 3 model selection to cost-optimized alternatives when economy mode is active.

60

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

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

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

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

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