From backend-springboot-plugin
Run build, diagnose failures, and auto-fix. Retries up to 3 times.
How this skill is triggered — by the user, by Claude, or both
Slash command
/backend-springboot-plugin:be-buildThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Run the project build. If it fails, automatically diagnose and fix issues with up to 3 retries.
Run the project build. If it fails, automatically diagnose and fix issues with up to 3 retries.
.claude/backend-springboot-plugin.json/backend-springboot-plugin:be-init first and stopLaunch the build-doctor agent with:
config: the parsed plugin configprojectRoot: current project rootThe build-doctor agent will:
Display the result in the working language.
On success:
"Build passed." {If changes were made: "Changes applied: {list}"}
If any feature progress files exist in {workDocDir}/.progress/ with pipeline.status == "verify-failed":
"Feature '{feature}' is in 'verify-failed' status. Re-run
/backend-springboot-plugin:be-verify {feature}to update."
On failure (after 3 retries):
"Build failed after 3 attempts." "Error: {category} - {root cause}" "Suggestion: {manual fix advice}"
npx claudepluginhub ohmyhotelco/hare-cc-plugins --plugin backend-springboot-pluginRuns a command repeatedly, fixing errors one at a time until it exits with code 0. Use when build, typecheck, lint, or test is failing.
Lightweight single-context build workflow: explore, plan, approve, implement, verify, and optionally commit. Use for everyday features.
Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.