
Claude Skills by github
github.com/githubPre-release validation, npm publish procedures, and post-publish verification
Team-wide charter and history optimization through skill extraction
Ensure retrospectives happen on schedule and that their action items are tracked in GitHub Issues — not markdown checklists.
Reviewer rejection workflow and strict lockout semantics
Never read .env files or write secrets to .squad/ committed files
Find and resume interrupted Copilot CLI sessions using session_store queries
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.
Core conventions and patterns used in the Squad codebase
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.
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.
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.
Update tests when changing APIs — no exceptions
Three-tier agent memory model (hot/cold/wiki) for context reduction per spawn
Semver versioning rules for Squad SDK and CLI — prevents prerelease version incidents
Cross-platform path handling and command patterns
Route gh-aw workflow design/create/debug/upgrade requests to the right prompts.