Skill Claude CodeCodex
A technical-design step that turns confirmed requirements into a proposed database, interface, and code structure.
Skill Claude CodeCodex
A technical-design step that turns confirmed requirements into a proposed database, interface, and code structure.
Skill Claude CodeCodex
A requirements-analysis step for understanding a request, clarifying missing details, and defining what a software change includes.
Skill Claude CodeCodex
A process for handling changes to software requirements during development, including adding, removing, or modifying functions.
Skill Claude CodeCodex
A reference for shared project coding rules and common utility patterns, including response objects, error codes, exception handling, transactions, caching, concurrency control, and logging.
Skill Claude CodeCodex
┌─────────────┐ │ Nginx │ :80/:443 └──────┬──────┘ ┌───────────────┼───────────────┐ ┌──────▼──────┐ ┌──────▼──────┐ │ app-admin │ │ app-api │ │ :9501 │ │ :9502 │ └──────┬──────┘ └──────┬──────┘ └───────┬───────┘ ┌──────────────┼──────────────┐ ┌───▼───┐ ┌─────▼─────┐ │ MySQL │ │ Redis │ │ :3306 │ │ :6379 │ └───────┘…
Skill Claude CodeCodex
A guide for finding and fixing software bugs through a shortened troubleshooting process. A bug is an error that makes a program behave incorrectly.
Skill Claude CodeCodex
A guide for generating unit and integration test code for service and controller layers. Unit tests check one part of a program, while integration tests check how multiple parts work together.
Skill Claude CodeCodex
A code-generation guide for creating database table SQL, CRUD code, API endpoints, and enum classes. CRUD means creating, reading, updating, and deleting data.
Skill Claude CodeCodex
A workflow for collecting development problems and improvement ideas, handling them in batches, and checking the results.
Skill Claude CodeCodex
A guide to improving existing code through common refactoring patterns. Refactoring changes the structure of code without changing what it is meant to do.
Skill Claude CodeCodex
A way to restore development context after an interruption. It records or shows the current development progress so work can continue in a later conversation or session.
Skill Claude CodeCodex
A checklist and process for reviewing code before it is submitted or merged. A pull request, or PR, is a proposed set of code changes for review.
Skill Claude CodeCodex
A workflow for updating requirements and technical documents from Git commits and code changes, while adding missing unit tests. Git is a system that records changes to source code.
Skill Claude CodeCodex
A task-document workflow tool for creating, updating, and viewing project task documents.
Instructions file
A set of project instructions for Claude Code, an AI coding assistant, in the backend-skill repository.