ao92265

55 mods across 1 repository, 10 stars between them.

playbook

01

ao92265/claude-code-playbook

Plugin Claude Code

Battle-tested Claude Code skills, hooks, and verification gates for working engineers.

10 15d ago A tokens not measured original MIT

SessionStart

03

ao92265/claude-code-playbook

Hook

Runs when a session starts, executing session-start-check.sh and daydream-surface.sh (2 commands). From ao92265/claude-code-playbook.

10 15d ago A tokens not measured original MIT

PreToolUse

04

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.

10 15d ago A tokens not measured original MIT

PostToolUse

05

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.

10 15d ago A tokens not measured original MIT

Stop

06

ao92265/claude-code-playbook

Hook

Runs when the agent finishes a response, executing daydream.sh. From ao92265/claude-code-playbook.

10 15d ago A tokens not measured original MIT

anti-ai-prose

07

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.

10 15d ago A 89 tokens original MIT

api-test

08

ao92265/claude-code-playbook

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…

10 15d ago A 82 tokens original MIT

brainstorming

09

ao92265/claude-code-playbook

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…

10 15d ago A 148 tokens original MIT

changelog

10

ao92265/claude-code-playbook

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…

10 15d ago A 82 tokens original MIT

check-env

11

ao92265/claude-code-playbook

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…

10 15d ago A 89 tokens original MIT

code-review

12

ao92265/claude-code-playbook

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…

10 15d ago A 82 tokens original MIT

critic

13

ao92265/claude-code-playbook

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…

10 15d ago A 81 tokens original MIT

ao92265/claude-code-playbook

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…

10 15d ago A 89 tokens original MIT

debug

15

ao92265/claude-code-playbook

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…

10 15d ago A 81 tokens original MIT

deep-explore

16

ao92265/claude-code-playbook

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…

10 15d ago A 128 tokens original MIT

dependency-audit

17

ao92265/claude-code-playbook

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…

10 15d ago A 79 tokens original MIT

deploy

18

ao92265/claude-code-playbook

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…

10 15d ago A 88 tokens original MIT

ao92265/claude-code-playbook

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.

10 15d ago A 71 tokens copy · 97% MIT

doc-finalise

20

ao92265/claude-code-playbook

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…

10 15d ago A 117 tokens original MIT

docker-check

21

ao92265/claude-code-playbook

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…

10 15d ago A 71 tokens original MIT

done

22

ao92265/claude-code-playbook

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…

10 15d ago A 222 tokens original MIT

draft-reply

23

ao92265/claude-code-playbook

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".

10 15d ago A 47 tokens original MIT

executing-plans

24

ao92265/claude-code-playbook

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…

10 15d ago A 110 tokens original MIT