api-doc
01mertjane/awesome-claude-commands
Command
Reads backend route files and generates OpenAPI 3.0 YAML documentation, saved to docs/openapi.yaml. Supports Express, Fastify, Koa, Hapi. Auth middleware is auto-detected.
mertjane/awesome-claude-commands
Command
Reads backend route files and generates OpenAPI 3.0 YAML documentation, saved to docs/openapi.yaml. Supports Express, Fastify, Koa, Hapi. Auth middleware is auto-detected.
mertjane/awesome-claude-commands
Command
Reads git log since the last tag (or all history), groups commits by type, and generates or updates CHANGELOG.md following the Keep a Changelog format.
mertjane/awesome-claude-commands
Command
Reads the current git diff (staged and unstaged changes), analyzes what changed, and suggests a Conventional Commits-compliant commit message.
mertjane/awesome-claude-commands
Command
Reads database model and schema files, auto-detects the ORM (Prisma, Mongoose, Sequelize, TypeORM, Drizzle), and generates a Mermaid ERD diagram saved to docs/schema.md.
mertjane/awesome-claude-commands
Command
Compares .env against .env.example (or .env.sample, .env.template) and reports missing variables, undocumented extras, and security risks such as hardcoded secrets or weak values.
mertjane/awesome-claude-commands
Command
Generates a Next.js App Router API route handler (route.ts) with proper TypeScript types, request validation, and error handling. Auto-detects auth patterns from the project.
mertjane/awesome-claude-commands
Command
Generates a Next.js + TypeScript + Tailwind component. Auto-detects project conventions (naming, folder structure, function style) from existing components.
mertjane/awesome-claude-commands
Command
Generates a Next.js App Router page with page.tsx, loading.tsx, and error.tsx. Auto-detects route conventions, dynamic segments, and layout patterns from the existing project.
mertjane/awesome-claude-commands
Command
Reads git diff between the current branch and main (or a specified base branch), analyzes changed files, and generates a structured pull request description ready to paste into GitHub.
mertjane/awesome-claude-commands
Command
Scans source files for hardcoded secrets, SQL injection, XSS, insecure configurations, and other common security vulnerabilities. Produces a prioritized report.