80 skills available — search, filter, and discover
Generate comprehensive API documentation from your codebase
## What it does Scans your API routes, middleware, and types to generate complete, accurate API documentation with examples. ## Why you need it Outdated API docs are worse than no docs. This skill ge
Database migration toolkit with rollback support and diff detection
## What it does Create, run, and roll back database migrations with schema diff detection and team-safe locking. ## Why you need it Database changes are the scariest part of deployment. This skill ge
Generate realistic test data matching your exact schema
## What it does Produces realistic fake data that matches your database schema or API contracts with referential integrity. ## Why you need it Testing with bad data leads to bugs in production. This
Natural language → SQL against your schema; explain query plans; catch slow patterns
## What it does Translates natural-language questions into SQL against your database schema, explains what the generated query does, runs EXPLAIN ANALYZE, and flags slow patterns (N+1, missing indexes
Generate Grafana / Metabase / Looker dashboards from a metric list + data source
## What it does Given a metric list, data source, and audience, emits a ready-to-import dashboard JSON for Grafana, Metabase, Looker Studio, or Superset. Picks the right chart type per metric, sizes p
Instrument an app with Segment / PostHog events; generate the tracking plan + stubs
## What it does Produces the tracking plan your analytics team wishes the engineering team would write: event names, properties, when to fire, and the code stubs for Segment or PostHog. Keeps naming c