Development Skills
Skills for developers — Git workflows, code review, testing, debugging, API design, and more. The largest category in the directory.
Smart Git Commit
Generates conventional commit messages from your staged diff — type, scope, and description — with breaking-change detection.
PR Review Assistant
Performs thorough pull-request reviews: logic errors, security gaps, style violations, and actionable inline suggestions.
Code Documentor
Auto-generates JSDoc, TSDoc, or docstring comments for functions, classes, and modules from source code.
Test Generator
Creates comprehensive unit tests with edge cases, mocks, and assertions for any function or class using your preferred test framework.
SQL Query Builder
Translates plain-English data questions into optimized SQL queries with JOINs, CTEs, window functions, and performance notes.
API Designer
Designs RESTful and GraphQL APIs with route naming, response schemas, error codes, and OpenAPI spec generation.