Browse Skills
Code Reviewer
VerifiedAutomated PR review with style, security, and logic checks.
Skill Creator
VerifiedGuides you through creating well-structured SKILL.md files for Claude Code and AI coding tools.
Test Generator
VerifiedAuto-generates unit tests for TypeScript functions and classes.
PR Reviewer
VerifiedReviews pull requests for code quality, security, and style issues.
Systematic Debugging
VerifiedEnforces root-cause analysis with a 4-phase Observe → Hypothesize → Verify → Fix process.
Security Scanner
VerifiedScans code for OWASP top-10 vulnerabilities and suggests fixes.
File Search
ReviewExpert use of ripgrep and ast-grep for fast, precise codebase exploration.
SQL Optimizer
VerifiedAnalyzes and rewrites slow SQL queries for better performance.
Frontend Design
VerifiedDesigns and implements polished UIs with accessibility, responsive design, and Tailwind.
Docs Writer
ReviewCreates markdown documentation from source code and comments.
Regex Builder
CautionBuilds and explains regular expressions from plain-English descriptions.
API Mocker
ReviewGenerates mock API handlers from OpenAPI specs for local testing.
Migration Writer
ReviewWrites database migration files from schema diff descriptions.