Skill Claude CodeCodex
Set up comprehensive AI-readable documentation strategy. Creates AGENTS.md, specs, ADRs, guides, plans, standards, and research templates. Triggers: /bootstrap-docs, set up documentation, create docs structure, bootstrap docs.
A curated collection reusable patterns, agentic skills, and hooks that work for the problems I solve.
Skill Claude CodeCodex
Set up comprehensive AI-readable documentation strategy. Creates AGENTS.md, specs, ADRs, guides, plans, standards, and research templates. Triggers: /bootstrap-docs, set up documentation, create docs structure, bootstrap docs.
Skill Claude CodeCodex
Set up project-agnostic worktree isolation with per-worktree ports, Docker Compose projects, and config files. Discovers services, generates create/remove scripts and Claude Code hook configuration. Triggers: /bootstrap-worktrees, set up worktree isolation, bootstrap worktrees.
Skill Claude CodeCodex
WIP — not recommended for general use; prefer implement-lifecycle (/implement). CLI-based implementation lifecycle using the Python Agent SDK. Orchestrates plan, implement, review/address loop, docs gate, verify, and merge via claude-agent-sdk subprocesses with native async parallelism. Triggers: /implement-cli.
Skill Claude CodeCodex
Address filtered review findings for implement workflow (runs as subagent).
Skill Claude CodeCodex
Plan, implement code, tests, and create PR for implement workflow (runs as subagent).
Skill Claude CodeCodex
Implementation, review, and merge — full lifecycle or any subset. Lean orchestrator that delegates all heavy work to isolated subagents. Triggers: /implement, $implement-lifecycle:implement, implement this, build this feature.
Skill Claude CodeCodex
Lifecycle-internal merge step requiring a PR number and the temporary handoff artifact produced by verification; validates readiness, follows repository merge policy, and posts issue updates.
Skill Claude CodeCodex
Validate a PR against PR standards before requesting review. Checks branch naming, title, description, commits, references, and scope. Triggers: /pr-check, check this PR, validate PR.
Skill Claude CodeCodex
Review a pull request for architectural consistency and scope discipline as a delegated specialist reviewer.
Skill Claude CodeCodex
Review a pull request for logic bugs, edge cases, error handling, resource leaks, and race conditions as a delegated specialist reviewer.
Skill Claude CodeCodex
Review a pull request for missing, stale, or inconsistent documentation as a delegated specialist reviewer.
Skill Claude CodeCodex
Review a pull request holistically for correctness, requirements, project conventions, established patterns, scope, maintainability, integration fit, and basic test adequacy as the default implement-lifecycle reviewer.
Skill Claude CodeCodex
Review a pull request for security risks and security-sensitive requirements as a delegated specialist reviewer.
Skill Claude CodeCodex
Review a pull request for test coverage and assertion quality as a delegated specialist reviewer.
Skill Claude CodeCodex
End-to-end verification of a PR's changes in the real running system (runs as subagent). Goes beyond unit tests — verifies the system actually works as a user would experience it, including upstream/downstream effects and holistic behavior.
Skill Claude CodeCodex
DEPRECATED — use implement-lifecycle (/implement) instead. Implementation lifecycle re-architected around Claude Code agent-teams — long-lived implementer and reviewer teammates with shared task list and mailbox messaging. Higher token cost than /implement in exchange for fewer speculative findings and better…
Skill Claude CodeCodex
Fix formatting, fill missing sections, and clarify ambiguity in existing GitHub issues. Triggers: /cleanup-issue, clean up issue, fix issue formatting.
Skill Claude CodeCodex
Create well-structured GitHub issues optimized for /implement. Produces machine-readable issues with testable acceptance criteria. Triggers: /draft-issue, create an issue, write an issue.
Skill Claude CodeCodex
Deepen an existing GitHub issue with codebase research — sharpen acceptance criteria, add implementation hints, and decompose into sub-tasks if needed. Triggers: /refine-issue, refine issue, sharpen issue.
Skill Claude CodeCodex
Consult external AI CLIs (Codex, Antigravity) headlessly for an independent second-opinion code review of the current changes, then synthesize their findings. Triggers: /second-opinion, second opinion, ask codex to review, ask antigravity to review.