Saber
SpringBlade full-stack code generation, planning, and commits
All Skills in This Repository (4)
Pure Emerald Level Indicatorsblade-commit
Enforce gitmoji-prefixed commit messages with commit-only operations.
blade-design
Generates SpringBoot/SpringCloud backend, Saber frontend, and MySQL table scripts from module, entity, and field specifications.
blade-plan
Automates planning and progressive execution of mid-scale development tasks involving 5-15 file changes.
avue-design
Generate Avue-based Vue UI components from JSON configurations.
Frequently Asked Questions
FAQPage SchemaHow to install Saber skills?▼
Run `npx skills add chillzhuang/Saber --all -g -y` in your terminal to install all skills in this suite globally.
How to generate a SpringBlade CRUD module?▼
Describe your module name, entity, and fields, and the blade-design skill generates backend Java code, Vue frontend pages, and MySQL table scripts that match SpringBlade conventions.
How to plan multi-file code changes automatically?▼
Use the blade-plan skill with a requirement description, and it breaks the work into ordered tasks, executes them one by one, and verifies the build after each group.
Does Saber work with Claude Code and Cursor?▼
Yes. All skills follow the universal SKILL.md standard and run in Claude Code, Cursor, and other compatible coding environments.
How to write standardized Git commit messages?▼
The blade-commit skill analyzes your staged changes and generates Gitmoji-formatted commit messages that match your project's existing history style.
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