adamdaw/claude-code-skills

Collection of Skills and Guides for use with Claude during development.

2Stars on the repository
6Mods indexed here, across every type
13d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

brevity-enforcer

01

adamdaw/claude-code-skills

Skill Claude CodeCodex

Use when someone points at a named durable doc (ADR, spec, plan, design doc, runbook, GH issue body) and says it is too long, over the page cap, bloated, or asks to cut it down, trim it, or fit it in 12 pages — and before publishing any ADR, so the length check happens ahead of review. Enforces the 12-page ceiling and…

2 13d ago A 121 tokens original MIT

claims-verifier

02

adamdaw/claude-code-skills

Skill Claude CodeCodex

Run a cold adversarial pass over a document's claims. Use when a piece of writing needs its assertions torn at before it ships — "verify the claims", "claims check", "try to refute this", "adversarial claims review" — and before publishing anything that carries facts, statistics, or an argument chain. Spawns a fresh…

2 13d ago A 137 tokens original MIT

pr-neighbors

03

adamdaw/claude-code-skills

Skill Claude CodeCodex

Use when opening, reviewing, or rebasing a pull request and you want to know what else is in flight against the same code — "what else touches this", "what PRs relate to this one", "will anything conflict", "am I stale". Finds the PRs that impact or are impacted by one PR, including PRs that share no files with it…

2 13d ago A 105 tokens original MIT

senior-code-review

04

adamdaw/claude-code-skills

Skill Claude CodeCodex

Use when reviewing a pull request, a diff, or a code change (triggers "review this PR", "code review", "senior review", "review the change"). Runs four complementary passes over the change (correctness, structural craft, minimalism, house standards), reads the actual checked-out code rather than just the diff…

2 13d ago A 108 tokens original MIT

spec-review

05

adamdaw/claude-code-skills

Skill Claude CodeCodex

Run a cold Gate-1 spec review against a GitHub work-item issue. Use when a GH issue body needs reviewing AS A SPEC (not as code, not as a build request) — "spec review", "Gate 1", "review the issue as a spec", "/spec-review ". Spawns a fresh subagent that reads only the published issue, reports findings, and never…

2 13d ago A 85 tokens original MIT