mertjane/awesome-claude-commands

A collection of Claude Code custom commands for full-stack developers — generate components, pages, API routes, OpenAPI docs, ERD diagrams, and more.

2Stars on the repository
10Mods indexed here, across every type
6mo agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

api-doc

01

mertjane/awesome-claude-commands

Command Claude Code

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.

not rated 2 6mo ago A 41 tokens original MIT

changelog

02

mertjane/awesome-claude-commands

Command Claude Code

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.

not rated 2 6mo ago A 32 tokens original MIT

commit-msg

03

mertjane/awesome-claude-commands

Command Claude Code

Reads the current git diff (staged and unstaged changes), analyzes what changed, and suggests a Conventional Commits-compliant commit message.

not rated 2 6mo ago A 28 tokens original MIT

db-schema

04

mertjane/awesome-claude-commands

Command Claude Code

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.

not rated 2 6mo ago A 41 tokens original MIT

env-audit

05

mertjane/awesome-claude-commands

Command Claude Code

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.

not rated 2 6mo ago A 38 tokens original MIT

nxt-api-route

06

mertjane/awesome-claude-commands

Command Claude Code

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.

not rated 2 6mo ago A 37 tokens original MIT

nxt-component

07

mertjane/awesome-claude-commands

Command Claude Code

Generates a Next.js + TypeScript + Tailwind component. Auto-detects project conventions (naming, folder structure, function style) from existing components.

not rated 2 6mo ago A 33 tokens original MIT

nxt-page

08

mertjane/awesome-claude-commands

Command Claude Code

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.

not rated 2 6mo ago A 40 tokens original MIT

pr-desc

09

mertjane/awesome-claude-commands

Command Claude Code

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.

not rated 2 6mo ago A 34 tokens original MIT

security-scan

10

mertjane/awesome-claude-commands

Command Claude Code

Scans source files for hardcoded secrets, SQL injection, XSS, insecure configurations, and other common security vulnerabilities. Produces a prioritized report.

not rated 2 6mo ago A 30 tokens original MIT

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: