Skill Claude CodeCodex
Standard collaboration patterns for all squad agents — worktree awareness, decisions, cross-agent communication.
CLI / Framework for Agent Skills - create, test, measure and improve skill quality and effectiveness
Skill Claude CodeCodex
Standard collaboration patterns for all squad agents — worktree awareness, decisions, cross-agent communication.
Skill Claude CodeCodex
Standard recovery patterns for all squad agents. When something fails, adapt — don't just report the failure.
Skill Claude CodeCodex
Squad branching model: dev-first workflow with insiders preview channel.
Skill Claude CodeCodex
Reviewer rejection workflow and strict lockout semantics.
Skill Claude CodeCodex
Never read .env files or write secrets to .squad/ committed files.
Skill Claude CodeCodex
Find and resume interrupted Copilot CLI sessions using sessionstore queries.
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
Core conventions and patterns used in the Squad codebase.
Skill Claude CodeCodex
Confidence: medium Discovered by: Data Date: 2026-05-26 Validated in: Issue #1173 recon (bradygaster/squad).
Skill Claude CodeCodex
Update tests when changing APIs — no exceptions.
Skill Claude CodeCodex
Prepare and publish a new version of the waza azd extension. USE FOR: "publish extension", "release new version", "bump version", "prepare release", "update changelog", "azd publish", "new release", "version bump", "cut a release". DO NOT USE FOR: running evals (use waza), writing skills (use skill-authoring), CI/CD…
Skill Claude CodeCodex
WORKFLOW SKILL - Process PDF files including text extraction, rotation, and merging. USE FOR: "extract PDF text", "rotate PDF", "merge PDFs", "split PDF pages", "convert PDF to text". DO NOT USE FOR: creating PDFs from scratch (use document-creator), editing PDF forms (use form-filler). INVOKES: pdf-tools MCP for…
Skill Claude CodeCodex
A simple tool.
Skill Claude CodeCodex
This SKILL.md has no YAML frontmatter at all. It's just plain markdown.
Skill Claude CodeCodex
Process PDF files including text extraction, rotation, and merging. USE FOR: "extract PDF text", "rotate PDF", "merge PDFs", "split PDF pages", "convert PDF to text". DO NOT USE FOR: creating PDFs from scratch (use document-creator), editing PDF forms (use form-filler).
Skill Claude CodeCodex
skill contents not used for this test.
Skill Claude CodeCodex
skill contents not used for this test.
Skill Claude CodeCodex
Skill "all-pass" from microsoft/waza, covering test skill, skill activation triggers, instructions, output format and examples.
Skill Claude CodeCodex
A minimal skill for testing legacy .token-limits.json deprecation warning.
Skill Claude CodeCodex
CLI / Framework for Agent Skills - create, test, measure and improve skill quality and effectiveness.
Skill Claude CodeCodex
Skill "some-exceed" from microsoft/waza, covering test skill, skill activation triggers, instructions, output format and examples.
Skill Claude CodeCodex
Skill "count" from microsoft/waza, covering test skill, skill activation triggers, instructions, output format and examples.
Skill Claude CodeCodex
PROFILE TEST - A skill for testing the profile command. USE FOR: testing profile analysis, verifying structural metrics. DO NOT USE FOR: production use.
Skill Claude CodeCodex
UTILITY SKILL - Explain code snippets, functions, and algorithms in plain language. USE FOR: explain code, what does this code do, break down this function, help me understand this, walk through this algorithm, clarify this logic, explain this snippet, describe what happens here. DO NOT USE FOR: writing new code (use…