ao92265

55 mods across 1 repository, 10 stars between them.

spec

49

ao92265/claude-code-playbook

Skill Claude CodeCodex

Scaffold a spec-driven prompt before non-trivial implementation. Forces Context/Objective/Boundaries/Validation framing so the agent ships reviewable code in one pass instead of refactoring files it was never asked to touch. Triggers "/spec", "spec this out", "write a spec prompt", "scope this task".

10 15d ago A 67 tokens original MIT

test-first

50

ao92265/claude-code-playbook

Skill Claude CodeCodex

TDD workflow that enforces writing tests before implementation. Use when building new features or fixing bugs where you want test-driven development discipline. Triggers: "tdd", "test first", "red green refactor", "write tests first". Do NOT use this skill for: exploratory prototyping, one-line fixes with existing…

10 15d ago A 81 tokens original MIT

test-loop

51

ao92265/claude-code-playbook

Skill Claude CodeCodex

Merged TDD loop for bug fixes and refactors. Shared skeleton is write tests, commit baseline, change code, keep green, full CI parity gate (tsc -b + tests + lint) before shipping. Bugfix mode writes a failing test first, then a minimal fix. Refactor mode writes characterization tests pinning current behavior first…

10 15d ago A 152 tokens original MIT

tldr

52

ao92265/claude-code-playbook

Skill Claude CodeCodex

Restate my previous answer in plain English for a non-technical reader and end with the concrete next steps. Lead with a one-line TLDR, then a short plain-language explanation, then a Next steps list; define or avoid jargon, no new content. Triggers "/tldr", "tldr", "in plain english", "in english", "layman", "explain…

10 15d ago A 126 tokens original MIT

ao92265/claude-code-playbook

Skill Claude CodeCodex

Verification protocol for completion claims. Automatically activates when Claude is about to claim work is done — ensures fresh proof (test run, build, health check) before any "done" or "complete" statement. Prevents premature completion claims by requiring actual execution evidence, not just code analysis. Do NOT…

10 15d ago A 101 tokens original MIT

webgpu-threejs-tsl

54

ao92265/claude-code-playbook

Skill Claude CodeCodex

Comprehensive guide for developing WebGPU-enabled Three.js applications using TSL (Three.js Shading Language). Covers WebGPU renderer setup, TSL syntax and node materials, compute shaders, post-processing effects, and WGSL integration. Use this skill when working with Three.js WebGPU, TSL shaders, node materials, or…

10 15d ago A 78 tokens copy · 100% MIT

writing-plans

55

ao92265/claude-code-playbook

Skill Claude CodeCodex

Create a written implementation plan file in docs/plans/. Use when the user explicitly asks for a plan document before coding. Triggers: "write a plan for", "create an implementation plan", "document the approach before we start". Do NOT use this skill for: executing plans (use executing-plans instead), verbal…

10 15d ago A 127 tokens original MIT