backend-skill
Standardized Spring Boot backend development from requirements to deployment
Instructs the agent to follow a strict staged backend workflow, routing requests to the right sub-skills for requirement analysis, design, code generation, review, and testing while enforcing confirmation gates and task documentation.
All Skills in This Repository (14)
Pure Emerald Level Indicatorsproj-common
Provides unified Spring Boot project guidelines and reusable components for common infrastructure.
proj-sync-doc
Parse git commits to update requirements, design docs, and unit tests.
proj-task
Create, update, and view end-to-end project task documents.
proj-review
Automate code review checklists and generate reports for pre-commit and PR reviews.
proj-fix
Identify, triage, and fix defects across production and test environments.
proj-refactor
Refactor codebases with small-step changes and tests.
proj-analyze-req
Generate a formal requirements analysis document through structured clarifications.
proj-gen
Generate SQL, CRUD, API, and enum code skeletons for Java Spring Boot projects.
proj-change
Record requirement changes and assess impacts across project artifacts.
proj-optimize
Consolidate and automate capture, prioritization, and batch processing of optimization needs.
proj-deploy
Generate Docker Compose, Dockerfile, and Nginx deployment templates with environment-aware variables.
proj-gen-test
Generate JUnit 5, Mockito, and AssertJ test templates for Java Spring Boot services and controllers.
Frequently Asked Questions
FAQPage SchemaHow to install backend-skill?▼
Run `npx skills add zhangloveyan/backend-skill --all -g -y` in your terminal to install all skills globally.
What does backend-skill do?▼
It standardizes the full Java Spring Boot development lifecycle, from requirement analysis and technical design to code generation, review, testing, and deployment.
Which tech stack does backend-skill target?▼
It is built for Java 17, Spring Boot 3.x, MyBatis-Plus, MySQL 8, Redis 7, and Knife4j API documentation.
Can I resume work after an interrupted session?▼
Yes. The proj-resume skill reads the full-process task document to report current progress and the exact next step so you can continue immediately.
Does backend-skill work with Claude Code?▼
Yes. All skills follow the standard SKILL.md format and run directly in Claude Code and other compatible coding environments.
Related Repositories in Software Engineering
View All in Software Engineering→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core