Skills for Developers

“Ship with Claude like a senior pair, not an eager intern.”

The working developer setup: discipline skills that change how Claude codes (TDD, debugging), leverage skills that extend what it can touch (MCP, testing), and hygiene skills for the daily grind. Install the discipline skills first — they raise the floor on everything else.

  1. 004

    Code Review Checklist

    Structured PR review checklist: security, performance, correctness, severity-labeled.

    Coding by LeoYeAI tested Jul 14, 2026

    9.6/10 Tested · Works
  2. 005

    Systematic Debugging

    Stops guess-and-check fixes; enforces hypothesis-driven debugging.

    Coding by Jesse Vincent tested Jun 25, 2026

    9.6/10 Tested · Works
  3. 006

    WCAG 2.1 AA Web UI Audit

    Deterministic WCAG 2.1 AA audit -- keyboard, contrast, zoom/reflow, forms/ARIA, status messages -- ending in a severity-rated remediation backlog.

    Design by dvcrn tested Jul 14, 2026

    9.6/10 Tested · Works
  4. 007

    Changelog Generator

    Turns git commit history into categorized, customer-facing release notes.

    Writing by openakita tested Jul 14, 2026

    9.2/10 Tested · Works
  5. 008

    Diataxis Documentation Governance

    Classifies and audits docs against the four Diátaxis quadrants; flags mixed-mode docs.

    Documents by keithpatton tested Jul 14, 2026

    9.2/10 Tested · Works
  6. 009

    Git Workflow Standards

    Conventional Commits, branch naming, and merge-strategy standards, with 7 reference docs.

    Coding by Galaxy-Dawn tested Jul 14, 2026

    9.2/10 Tested · Works
  7. 010

    Daily Standup

    Drafts a Done / In Progress / Blockers standup from git log and project notes.

    Productivity by pcatattacks tested Jul 14, 2026

    8.8/10 Works with setup
  8. 011

    MCP Builder

    Build MCP servers that connect Claude to your tools.

    Coding by Anthropic tested Jun 20, 2026

    8.8/10 Tested · Works
  9. 012

    Webapp Testing

    Claude drives your web app in a real browser and reports what breaks.

    Testing by Anthropic tested Jun 19, 2026

    8.8/10 Tested · Works
  10. 013

    SQL Query Generator

    Prompt-only SQL generator that always returns query + explanation + performance notes + test script for BigQuery/Postgres/MySQL/Snowflake — no schema-parsing tooling of its own.

    Data by phuryn tested Jul 14, 2026

    8.4/10 Tested · Works