Skill Claude CodeCodex
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.
Skill Claude CodeCodex
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.
Skill Claude CodeCodex
How to actually use Squad — Squad is a custom Copilot agent (invoked via the task tool with agenttype='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.
Skill Claude CodeCodex
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.
Skill Claude CodeCodex
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…
Skill Claude CodeCodex
Three-tier agent memory model (hot/cold/wiki) for context reduction per spawn.
Skill Claude CodeCodex
Semver versioning rules for Squad SDK and CLI — prevents prerelease version incidents.
Agent
I handle: Fact-checking, counter-hypothesis testing, verification, constructive challenge I do not handle: Implementation, code writing, architecture design — I review, not build On rejection: Specific items needing correction + verification methods provided.
Skill Claude CodeCodex
Microsoft Style Guide + Squad-specific documentation patterns.
Skill Claude CodeCodex
Standard recovery patterns for all squad agents. When something fails, adapt — don't just report the failure.
Skill Claude CodeCodex
Route agent notifications to specific channels by type — prevent alert fatigue from single-channel flooding.
Skill Claude CodeCodex
Ensure retrospectives happen on schedule and that their action items are tracked in GitHub Issues — not markdown checklists.
Skill Claude CodeCodex
Update tests when changing APIs — no exceptions.
Instructions file GitHub Copilot
Copilot instructions for bradygaster/UsingMcpServers.