Skill Claude CodeCodex
Microsoft Style Guide + Squad-specific documentation patterns.
Skill Claude CodeCodex
Microsoft Style Guide + Squad-specific documentation patterns.
Skill Claude CodeCodex
Shifts Layer 3 model selection to cost-optimized alternatives when economy mode is active.
Skill Claude CodeCodex
PAO workflow for scanning, drafting, and presenting community responses with human review gate.
Skill Claude CodeCodex
Safely manage multiple GitHub identities (EMU + personal) in agent workflows.
Skill Claude CodeCodex
Detect and set up account-locked gh aliases for multi-account GitHub. The AI reads this skill, detects accounts, asks the user which is personal/work, and runs the setup automatically.
Skill Claude CodeCodex
Record final outcomes to history.md, not intermediate requests or reversed decisions.
Skill Claude CodeCodex
Tone enforcement patterns for external-facing community responses.
Skill Claude CodeCodex
Team initialization flow (Phase 1 proposal + Phase 2 creation).
Skill Claude CodeCodex
Max-3-cycle protocol for agent sub-tasks with WHY context and coordinator validation. Use when spawning sub-agents to complete scoped work.
Skill Claude CodeCodex
Skill "model-selection" from DanWahlin/ai-agent-board, covering model selection, scope, context, 5-layer model resolution hierarchy and agent workflow.
Skill Claude CodeCodex
Reclaims context window budget by compressing agent histories, pruning old logs, archiving stale decisions, and cleaning orphaned inbox files.
Skill Claude CodeCodex
Route agent notifications to specific channels by type — prevent alert fatigue from single-channel flooding.
Skill Claude CodeCodex
A personal squad is a user-level collection of AI agents that travel with you across projects. Unlike project agents (defined in a project's .squad/ directory), personal agents live in your global config directory and are automatically discovered when you start a squad session.
Skill Claude CodeCodex
Teaches agents to reply to PR review comment threads after fixing issues, making resolutions traceable.
Skill Claude CodeCodex
Capture Playwright screenshots and embed them in GitHub PR descriptions.
Skill Claude CodeCodex
Core conventions and patterns for this codebase.
Skill Claude CodeCodex
Confidence: high Domain: work-monitoring Last validated: 2026-03-24.
Skill Claude CodeCodex
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.
Skill Claude CodeCodex
Skill "release-process" from DanWahlin/ai-agent-board, covering release process, scope, confidence: high, context and rules (non-negotiable).
Skill Claude CodeCodex
Team-wide charter and history optimization through skill extraction.
Skill Claude CodeCodex
Ensure retrospectives happen on schedule and that their action items are tracked in GitHub Issues — not markdown checklists.
Skill Claude CodeCodex
Three-tier agent memory model (hot/cold/wiki) for 20-55% context reduction per spawn.
Skill Claude CodeCodex
Semver versioning rules for Squad SDK and CLI — prevents prerelease version incidents.
Skill Claude CodeCodex
Cross-platform path handling and command patterns.