Find the perfect skill
Pytest Mocking Strategy
Testing
Master pytest mocking: autospec, AsyncMock, mock builders, and what never to mock. Includes decision matrix for mock vs real objects.
Fallout New Vegas Compatibility Audit
Testing
Per-game audit of Fallout New Vegas compatibility — reference title, ESM + cells + RT lighting + ragdoll. Hunts regressions and unshipped polish.
Advanced TypeScript Type Patterns
Development
Advanced TypeScript type patterns for robust code: generics, conditional/mapped/template literal types, branded types, narrowing, satisfies operator. Ideal for type-safe libraries and strict mode.
Six Thinking Hats Analysis
Productivity
Explore a topic from all six perspectives: facts, feelings, caution, benefits, creativity, and process.
Blog Review Index
Content
Reviews an existing blog post and records defensible issues into a known-issues index. Flag-only workflow; never edits content or opens PRs.
Nutritional Specialist
Productivity
Turns Claude into a personalized nutritional advisor by storing food preferences and providing tailored recommendations for each user.
TDD Red/Green/Refactor
Testing
Enforces the TDD cycle: write a failing test (red), implement minimal code to pass (green), then refactor while keeping tests green. Best for any testable code change, especially in projects using Vitest.
Google Drive File List
Productivity
Retrieve a list of Google Drive files. Triggered by phrases like 'Drive list' or 'Show my recent files'.
Draft social posts from blog frontmatter
Content
Drafts or revises X, LinkedIn, and Bluesky social copy in a blog post's frontmatter, looping with self-critique until it passes review.
Chrome Release to Fixing CL Mapper
Development
Extracts CVEs/bugs from a Chrome Releases post and finds the fixing Gerrit CLs using local Chromium repos.
Brainstorm - Requirements Discovery
Development
Guides collaborative requirements discovery before implementation, creates a task, asks one question at a time, and converges on an MVP.
Improve Skill from Eval Log
Testing
Propose evidence-cited edits to a skill's SKILL.md based on its latest annotated eval run log by dispatching the report-only skill-improver agent.