zhangloveyan

15 mods across 1 repository, 97 stars between them.

proj-analyze-design

01

zhangloveyan/backend-skill

Skill Claude CodeCodex

A technical-design step that turns confirmed requirements into a proposed database, interface, and code structure.

97 7mo ago A 35 tokens

proj-analyze-req

02

zhangloveyan/backend-skill

Skill Claude CodeCodex

A requirements-analysis step for understanding a request, clarifying missing details, and defining what a software change includes.

97 7mo ago A 36 tokens

proj-change

03

zhangloveyan/backend-skill

Skill Claude CodeCodex

A process for handling changes to software requirements during development, including adding, removing, or modifying functions.

97 7mo ago A 33 tokens

proj-common

04

zhangloveyan/backend-skill

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.

97 7mo ago A 35 tokens

proj-deploy

05

zhangloveyan/backend-skill

Skill Claude CodeCodex

┌─────────────┐ │ Nginx │ :80/:443 └──────┬──────┘ ┌───────────────┼───────────────┐ ┌──────▼──────┐ ┌──────▼──────┐ │ app-admin │ │ app-api │ │ :9501 │ │ :9502 │ └──────┬──────┘ └──────┬──────┘ └───────┬───────┘ ┌──────────────┼──────────────┐ ┌───▼───┐ ┌─────▼─────┐ │ MySQL │ │ Redis │ │ :3306 │ │ :6379 │ └───────┘…

97 7mo ago A 34 tokens

proj-fix

06

zhangloveyan/backend-skill

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.

97 7mo ago A 29 tokens

proj-gen-test

07

zhangloveyan/backend-skill

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.

97 7mo ago A 32 tokens

proj-gen

08

zhangloveyan/backend-skill

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.

97 7mo ago A 20 tokens

proj-optimize

09

zhangloveyan/backend-skill

Skill Claude CodeCodex

A workflow for collecting development problems and improvement ideas, handling them in batches, and checking the results.

97 7mo ago A 35 tokens

proj-refactor

10

zhangloveyan/backend-skill

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.

97 7mo ago A 31 tokens

proj-resume

11

zhangloveyan/backend-skill

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.

97 7mo ago A 36 tokens

proj-review

12

zhangloveyan/backend-skill

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.

97 7mo ago A 28 tokens

proj-sync-doc

13

zhangloveyan/backend-skill

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.

97 7mo ago A 48 tokens

proj-task

14

zhangloveyan/backend-skill

Skill Claude CodeCodex

A task-document workflow tool for creating, updating, and viewing project task documents.

97 7mo ago A 40 tokens