A skill is a portable file you drop into Claude Code, Cursor, Windsurf, Copilot, or any AI coding assistant — and immediately gain a repeatable capability. Every skill in the Forge includes two things you won't find in a generic tutorial: why it works (the rationale — what makes this reliable and when to reach for it) and how it works (concrete steps and prompt patterns you can adapt to your own project).
Browse by category, download in the format your tool expects, and check the community compatibility notes before you commit. Built something worth sharing? Contribute it to the Forge.
Migration Plan Writer
Draft an incremental database migration plan with rollback gates from a before/after schema diff — no single-shot migrations that can't be reversed.
Test Gap Finder
Combine coverage data with mutation-testing survivors to produce a ranked list of untested behaviors — the ones most likely to ship bugs.
API Changelog Generator
Diff two OpenAPI specs into a human-readable changelog with breaking-change flags, ready for release notes.
SQL Query Writer
Turn natural-language questions into validated, safe SQL against a known schema — with dry-run support.
Codebase Map
Compress an entire repo into a single LLM-digestible context bundle with an import graph and hot-file list.