mertjane

10 mods across 1 repository, 2 stars between them.

api-doc

01

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.

2 6mo ago A 41 tokens original MIT

changelog

02

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.

2 6mo ago A 32 tokens original MIT

commit-msg

03

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.

2 6mo ago A 28 tokens original MIT

db-schema

04

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.

2 6mo ago A 41 tokens original MIT

env-audit

05

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.

2 6mo ago A 38 tokens original MIT

nxt-api-route

06

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.

2 6mo ago A 37 tokens original MIT

nxt-component

07

mertjane/awesome-claude-commands

Command

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

2 6mo ago A 33 tokens original MIT

nxt-page

08

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.

2 6mo ago A 40 tokens original MIT

pr-desc

09

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.

2 6mo ago A 34 tokens original MIT

security-scan

10

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.

2 6mo ago A 30 tokens original MIT