80 skills available — search, filter, and discover
Mock any REST or GraphQL API for local development and testing
## What it does Spin up a mock API server from OpenAPI specs, Postman collections, or manual route definitions. ## Why you need it Frontend shouldn't wait for backend. This skill creates realistic mo
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
Parse coverage reports, identify untested critical paths weighted by complexity
## What it does Reads your coverage report (lcov, Istanbul, v8), weights untested code by cyclomatic complexity and git churn, and produces a prioritized list of "where to add tests for real ROI" — no
Translate a user story into Playwright/Cypress specs with page objects
## What it does Turns a user story into end-to-end specs using Playwright or Cypress with page objects, stable selectors, and setup/teardown that doesn't leak state between tests. Covers happy path +
Generate vitest/jest tests for a file: happy path, edges, failure modes
## What it does Given a source file (TypeScript/JavaScript), generates a vitest or jest test suite covering happy paths, edge cases, and failure modes. Understands your existing test patterns and matc