luqiang-code/claude-code-skills
Skill Claude CodeCodex
Add consistent error handling to API routes. Creates standardized error responses, logging, and error classes. Triggers on "add error handling", "error handling", "standardize errors".
luqiang-code/claude-code-skills
Skill Claude CodeCodex
Add consistent error handling to API routes. Creates standardized error responses, logging, and error classes. Triggers on "add error handling", "error handling", "standardize errors".
luqiang-code/claude-code-skills
Skill Claude CodeCodex
Generate CHANGELOG.md from git history grouped by Conventional Commit types. Triggers on "generate changelog", "write changelog", "release notes".
luqiang-code/claude-code-skills
Skill Claude CodeCodex
Review database migrations for safety: locking, rollback, data loss, and performance risks. Triggers on "review migration", "check migration", "migration safety".
luqiang-code/claude-code-skills
Skill Claude CodeCodex
Validate .env files against a schema. Detects missing, empty, or malformed environment variables at startup. Triggers on "validate env", "check .env", "environment variables", "env schema".
luqiang-code/claude-code-skills
Skill Claude CodeCodex
Generate Conventional Commits from staged git diff. Analyzes changes and produces commit messages following the Conventional Commits spec (feat, fix, refactor, etc.). Triggers on "generate commit", "write commit message", "conventional commit".
luqiang-code/claude-code-skills
Skill Claude CodeCodex
Add missing type annotations to Python code. Generates mypy-compatible type hints for function signatures, variables, and class attributes. Triggers on "add types", "type annotate", "add type hints", "type this file".
luqiang-code/claude-code-skills
Skill Claude CodeCodex
Scaffold a React component with co-located tests, stories, and CSS module. Triggers on "create component", "scaffold component", "new component", "generate component".
luqiang-code/claude-code-skills
Skill Claude CodeCodex
Update README.md based on actual project structure and code changes. Triggers on "update readme", "refresh readme", "sync readme", "readme outdated".