skill-improver

Solid

This skill should be used when the user asks to "apply skill improvements", "update skill from plan", "execute improvement plan", "fix skill issues", "implement skill recommendations", or mentions applying improvements from quality review reports. Reads improvement-plan-{name}.md files generated by skill-quality-reviewer and intelligently merges and executes the suggested changes to improve Claude Skills quality.

AI & Automation 4,135 stars 374 forks Updated today MIT

Install

View on GitHub

Quality Score: 96/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Skill Improver Execute improvement plans generated by `skill-quality-reviewer` to automatically update and fix issues in Claude Skills. ## Core Workflow ``` Read improvement-plan-{name}.md ↓ Parse improvement items (High/Medium/Low priority) ↓ Group changes by file ↓ Detect and resolve conflicts ↓ Backup original files ↓ Execute updates (Edit or Write tools) ↓ Verify results ↓ Generate update-report ``` ## When to Use **Trigger phrases:** - "Apply improvements from improvement-plan-git-workflow.md" - "Update my skill based on the quality report" - "Execute the improvement plan for api-helper" - "Fix the issues identified in quality review" **Use this skill when:** - Applying improvements from an improvement plan - Updating a skill based on quality review feedback - Executing recommended fixes from `skill-quality-reviewer` - Implementing structured improvements to skill documentation ## Step-by-Step Guide ### Step 1: Load the Improvement Plan Read the `improvement-plan-{skill-name}.md` file generated by `skill-quality-reviewer`. ```bash # Plan is typically in current directory ls improvement-plan-*.md # Or specify full path read /path/to/improvement-plan-my-skill.md ``` **Validate the plan:** - File exists and is readable - Contains priority sections (High/Medium/Low) - Has structured improvement items - Includes file paths and suggested changes See `references/plan-format.md` for detailed plan structure. ### Step 2: Parse and Group ...

Details

Author
Galaxy-Dawn
Repository
Galaxy-Dawn/claude-scholar
Created
4 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

Data & Documents Listed

skill-improver

This skill should be used when the user asks to "apply skill improvements", "update skill from plan", "execute improvement plan", "fix skill issues", "implement skill recommendations", or mentions applying improvements from quality review reports. Reads improvement-plan-{name}.md files generated by skill-quality-reviewer and intelligently merges and executes the suggested changes to improve Claude Skills quality.

11 Updated today
jessevanwyk1
AI & Automation Listed

ai-skill-improve

Improves an existing skill based on real project pain (prior eval corpora under .ai-engineering/evals/, Engram cross-session observations, LESSONS.md, decision-store, instincts, proposals) by analysing the failure pattern, rewriting SKILL.md, and emitting the proposed delta as a PR comment only — no auto-merge. Trigger for 'improve this skill', 'improve /ai-plan', 'make /ai-review better', 'optimize all skills', 'batch improve skills'. Accepts a single skill name or 'all' for batch mode. Not for creating new skills from scratch; use /ai-scaffold instead. Not for platform audit; use /ai-ide-audit instead.

49 Updated today
arcasilesgroup
AI & Automation Solid

skill-improver

Iteratively improve a Claude Code skill using the skill-reviewer agent until it meets quality standards. Use when improving a skill with multiple quality issues, iterating on a new skill until it meets standards, or automated fix-review cycles instead of manual editing.

39,350 Updated today
sickn33
AI & Automation Solid

skill-improve

Improve a skill using a test-fix-retest loop. Runs static checks, proposes targeted fixes, rewrites the skill, re-tests, and keeps or reverts based on score change.

20,555 Updated 1 weeks ago
Donchitos
AI & Automation Solid

skill-improver

Iteratively reviews and fixes Claude Code skill quality issues until they meet standards. Runs automated fix-review cycles using the skill-reviewer agent. Use to fix skill quality issues, improve skill descriptions, run automated skill review loops, or iteratively refine a skill. Triggers on 'fix my skill', 'improve skill quality', 'skill improvement loop'. NOT for one-time reviews—use /skill-reviewer directly.

5,501 Updated 4 days ago
trailofbits