Help us improve
Share bugs, ideas, or general feedback.
From skill-maker
Automatically reviews and fixes quality issues in a skill folder or SKILL.md file, applying edits with before/after previews and re-validating.
npx claudepluginhub vcode-sh/vibe-tools --plugin skill-makerHow this command is triggered — by the user, by Claude, or both
Slash command
/skill-maker:fix path to skill folder or SKILL.mdThe summary Claude sees in its command listing — used to decide when to auto-load this command
# Auto-Fix Skill Issues Automatically review and fix quality issues in an existing skill. Runs a full review first, then applies fixes. ## Input The user provides: `$ARGUMENTS` If `$ARGUMENTS` is a path, use it directly. If `$ARGUMENTS` is empty, ask: "Which skill should I fix? Provide the path to the skill folder or SKILL.md file." ## Process ### 1. Run Review Perform the same comprehensive review as `/skill-maker:review`: - Read SKILL.md and all supporting files - Assess structure, frontmatter, description, body, triggering ### 2. Identify Fixable Issues Categorize findings: **A...
/heal-skillDetects and fixes incorrect or outdated instructions in a SKILL.md file and related references. Analyzes conversation context to identify the skill, determines root cause, proposes corrections for user approval, then applies changes.
/heal-skillFixes incorrect SKILL.md files by detecting skills from context, analyzing issues, proposing before/after diffs across docs and scripts, getting approval, applying edits, and optionally committing.
/heal-skillFixes incorrect SKILL.md files in skills: detects from context, reflects on issues, proposes before/after diffs, gets approval, applies edits, optionally commits.
/eval-auditBatch evaluates SKILL.md files in a directory across quality dimensions like security and structure, producing summary table, JSON results, and optional auto-fixes.
/validate-skillValidates skill file at given path for structure, quality, security, standards, and ecosystem compliance, producing detailed report with summary, findings, recommendations, and readiness status.
/fixIteratively repairs code errors until zero remain via autonomous loop, applying one atomic fix per iteration with auto-revert on failure. Supports --target, --scope, --category, --iterations flags.
Share bugs, ideas, or general feedback.
Automatically review and fix quality issues in an existing skill. Runs a full review first, then applies fixes.
The user provides: $ARGUMENTS
If $ARGUMENTS is a path, use it directly.
If $ARGUMENTS is empty, ask: "Which skill should I fix? Provide the path to the skill folder or SKILL.md file."
Perform the same comprehensive review as /skill-maker:review:
Categorize findings:
Auto-fixable:
--- delimiters in frontmatterRequires user input:
For each auto-fixable issue:
For issues requiring user input:
After all fixes applied, show:
FIXES APPLIED: [skill-name]
═══════════════════════════
Fixed:
- [Fix 1]: [what was changed]
- [Fix 2]: [what was changed]
- [Fix 3]: [what was changed]
Skipped (needs user input):
- [Issue 1]: [why it needs input]
Before: Grade [X] → After: Grade [Y]
Run the full validation again to confirm all fixes worked. Present the updated scores.
--- delimiters