playbook
01Plugin Claude Code
Battle-tested Claude Code skills, hooks, and verification gates for working engineers.
Plugin Claude Code
Battle-tested Claude Code skills, hooks, and verification gates for working engineers.
Instructions file
Instructions for ao92265/claude-code-playbook, covering project basics, content guidelines and private content.
Hook
Runs when a session starts, executing session-start-check.sh and daydream-surface.sh (2 commands). From ao92265/claude-code-playbook.
Hook
Runs before the agent uses a tool for Bash, Edit and Write tool calls, executing pre-commit-guard.sh, env-guard.sh, firewall.sh and protect-paths.sh (4 commands). From ao92265/claude-code-playbook.
Hook
Runs after a tool call finishes for Edit and Write tool calls, executing ts-check.sh, lint-check.sh, format-check.sh and build-check.sh (4 commands). From ao92265/claude-code-playbook.
Hook
Runs when the agent finishes a response, executing daydream.sh. From ao92265/claude-code-playbook.
Skill Claude CodeCodex
De-AI prose written by an LLM. Strips AI tells and rewrites in real-human voice modelled on Reddit/HN/dev-Twitter writing. Triggers "/anti-ai-prose", "less AI", "no one writes like that", "make it human", "de-slop", "sounds like ChatGPT", and rewrite requests for Viva/Slack/Teams/email/blog/reddit/HN drafts.
Skill Claude CodeCodex
Test API endpoints interactively: send requests, validate responses, check status codes, headers, and response shapes. Useful for manual API verification. Triggers: "test api", "api test", "test endpoint", "check endpoint", "curl". Do NOT use this skill for: writing automated test suites (use /test-first), load…
Skill Claude CodeCodex
Structured brainstorming and idea exploration. Use when user explicitly wants to brainstorm, explore multiple approaches to a problem, or think through trade-offs before committing to an approach. Triggers: "brainstorm", "help me think through", "explore this idea", "what are my another-projectns for", "pros and cons…
Skill Claude CodeCodex
Generate a changelog entry from recent commits. Categorizes changes by type (features, fixes, breaking changes) and formats as Keep a Changelog style. Triggers: "changelog", "generate changelog", "what changed", "release notes". Do NOT use this skill for: writing commit messages, reviewing PRs, or documenting…
Skill Claude CodeCodex
Pre-flight environment check before starting dev work. Use when starting a new session or before spinning up dev servers. Checks Docker, ports, .env files, Node.js, and git status. Triggers: "check env", "check environment", "pre-flight check", "check my setup". Do NOT use this skill for: code changes, debugging…
Skill Claude CodeCodex
Structured code review with severity ratings and categorized feedback. Reviews recent changes for bugs, security issues, performance, and style. Triggers: "code review", "review code", "review my changes", "review the diff". Do NOT use this skill for: reviewing PRs from others (use pr-batch-review), security-only…
Skill Claude CodeCodex
One-shot adversarial plan review. Reads the active plan file or last assistant message and returns 3-10 severity-rated findings covering scope creep, symptom-vs-root-cause, missing tests, fabricated facts, and unverified assumptions. Wraps oh-my-claudecode:critic agent. Triggers "/critic", "review my plan", "plan…
Skill Claude CodeCodex
Search across all repos in the workspace for patterns, implementations, or examples. Useful for finding where something is implemented across Example Project, ACT, NanoClaw, legacy system, and other projects. Do NOT use this skill for: searching within a single project (use Grep or Glob directly instead), web…
Skill Claude CodeCodex
Structured debugging workflow using the scientific method. Form a hypothesis, test it, narrow down, and fix. Prevents random-walk debugging. Triggers: "debug", "investigate", "why is this broken", "root cause". Do NOT use this skill for: known fixes (just fix it), performance issues (use /perf-check), or environment…
Skill Claude CodeCodex
Deep codebase research requiring multi-step exploration across many files. Use when the user asks a complex question about how the codebase works that requires tracing through 5+ files, following import chains, or mapping architecture. Triggers: "how does X work in the codebase", "trace the flow of", "map out the…
Skill Claude CodeCodex
Run a comprehensive dependency audit for a Node.js project. Checks for vulnerabilities, outdated packages, and unused dependencies. Do NOT use this skill for: non-Node.js projects (no package.json), adding new dependencies, code review of application logic, or tasks unrelated to package health. Don't trigger just…
Skill Claude CodeCodex
Safe deployment checklist with pre-deploy verification. Use when the user explicitly wants to deploy to a live environment. Runs build, tests, and checks before any deployment action. Triggers: "deploy", "push to production", "deploy to Azure". Do NOT use this skill for: local development, running tests locally, code…
Skill Claude CodeCodex
Anti-slop frontend skill for landing pages, portfolios, and redesigns. The agent reads the brief, infers the right design direction, and ships interfaces that do not look templated. Real design systems when applicable, audit-first on redesigns, strict pre-flight check. Not for backend-only or non-UI work.
Skill Claude CodeCodex
Finalise a Word (.docx) deliverable with embedded visuals, integrity checks, and a paste-ready commit block. Covers status reports, board packs, sprint retrospectives, RFCs, and compliance documents where factual accuracy and style consistency both matter. Triggers: "finalise this doc", "doc-finalise", "wrap the…
Skill Claude CodeCodex
Validate Docker environment: running containers, port conflicts, image health, compose status, and resource usage. Use before starting containerized services. Triggers: "docker check", "check containers", "docker status", "container health". Do NOT use this skill for: writing Dockerfiles, debugging application code…
Skill Claude CodeCodex
Single-command verification gate. Runs typecheck + lint + tests + build before any "done"/"complete" claim. Refuses to print a green summary on any non-zero exit code. Use before saying a task is finished, before committing, or before handing back to the user — and WHENEVER you are about to run tests, lint, typecheck…
Skill Claude CodeCodex
Audience-first drafting for replies/emails/Slack/Teams. Forces recipient + tone framing before writing. Triggers "/draft-reply", "draft a reply", "write a slack message", "draft an email".
Skill Claude CodeCodex
Execute a written plan file from docs/plans/ through structured batches with checkpoints. Only use when a plan file already exists in docs/plans/. Triggers: "execute the plan", "run the plan", "start working on the plan in docs/plans". Do NOT use this skill for: creating plans (use writing-plans), ad-hoc coding, tasks…