microsoft/Generative-AI-for-beginners-dotnet
Skill Claude CodeCodex ✓ vendor
Standard collaboration patterns for all squad agents — worktree awareness, decisions, cross-agent communication.
Five lessons, learn how to really apply AI to your .NET Applications
microsoft/Generative-AI-for-beginners-dotnet
Skill Claude CodeCodex ✓ vendor
Standard collaboration patterns for all squad agents — worktree awareness, decisions, cross-agent communication.
microsoft/Generative-AI-for-beginners-dotnet
Skill Claude CodeCodex ✓ vendor
The complete two-phase Init Mode protocol the Squad coordinator runs when no team exists yet in the current repo. Phase 1 = propose the team (no files created, wait for user confirm). Phase 2 = create .squad/ scaffolding, casting state, .gitattributes for merge drivers, and the always-on built-ins (Scribe, Ralph, Rai…
microsoft/Generative-AI-for-beginners-dotnet
Skill Claude CodeCodex ✓ vendor
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…
microsoft/Generative-AI-for-beginners-dotnet
Skill Claude CodeCodex ✓ vendor
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…
microsoft/Generative-AI-for-beginners-dotnet
Skill Claude CodeCodex ✓ vendor
Protocol for sending queries, delegating tasks, and sharing context between independent Squad instances across different repositories.
microsoft/Generative-AI-for-beginners-dotnet
Skill Claude CodeCodex ✓ vendor
Coordinating work across multiple Squad instances — discovery, delegation, and disambiguation when the user says 'squad' (the product) vs casual English 'group of agents'.
microsoft/Generative-AI-for-beginners-dotnet
Skill Claude CodeCodex ✓ vendor
Standard recovery patterns for all squad agents. When something fails, adapt — don't just report the failure.
microsoft/Generative-AI-for-beginners-dotnet
Skill Claude CodeCodex ✓ vendor
Squad branching model: dev-first workflow with insiders preview channel.
microsoft/Generative-AI-for-beginners-dotnet
Skill Claude CodeCodex ✓ vendor
Max-3-cycle protocol for agent sub-tasks with WHY context and coordinator validation. Use when spawning sub-agents to complete scoped work.
microsoft/Generative-AI-for-beginners-dotnet
Skill Claude CodeCodex ✓ vendor
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.
microsoft/Generative-AI-for-beginners-dotnet
Skill Claude CodeCodex ✓ vendor
Reviewer rejection workflow and strict lockout semantics.
microsoft/Generative-AI-for-beginners-dotnet
Skill Claude CodeCodex ✓ vendor
Never read .env files or write secrets to .squad/ committed files.
microsoft/Generative-AI-for-beginners-dotnet
Skill Claude CodeCodex ✓ vendor
Find and resume interrupted Copilot CLI sessions using sessionstore queries.
microsoft/Generative-AI-for-beginners-dotnet
Skill Claude CodeCodex ✓ vendor
Core conventions and patterns used in the Squad codebase.
microsoft/Generative-AI-for-beginners-dotnet
Skill Claude CodeCodex ✓ vendor
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.
microsoft/Generative-AI-for-beginners-dotnet
Skill Claude CodeCodex ✓ vendor
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.
microsoft/Generative-AI-for-beginners-dotnet
Skill Claude CodeCodex ✓ vendor
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…
microsoft/Generative-AI-for-beginners-dotnet
Skill Claude CodeCodex ✓ vendor
Update tests when changing APIs — no exceptions.
microsoft/Generative-AI-for-beginners-dotnet
Skill Claude CodeCodex ✓ vendor
Three-tier agent memory model (hot/cold/wiki) for context reduction per spawn.
microsoft/Generative-AI-for-beginners-dotnet
Skill Claude CodeCodex ✓ vendor
Shared hard rules enforced across all squad agents.
microsoft/Generative-AI-for-beginners-dotnet
Skill Claude CodeCodex ✓ vendor
How to write comprehensive architectural proposals that drive alignment before code is written.
microsoft/Generative-AI-for-beginners-dotnet
Skill Claude CodeCodex ✓ vendor
Defensive CI/CD patterns: semver validation, token checks, retry logic, draft detection — earned from v0.8.22.
microsoft/Generative-AI-for-beginners-dotnet
Skill Claude CodeCodex ✓ vendor
Bug class: Commands implemented in packages/squad-cli/src/cli/commands/ but never routed in cli-entry.ts.
microsoft/Generative-AI-for-beginners-dotnet
Skill Claude CodeCodex ✓ vendor
Platform detection and adaptive spawning for CLI vs VS Code vs other surfaces.
At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: