skill-improver

Apply skill improvements from improvement-plan files with backups and update reports.

5.1k|414|Updated Jan 27, 2026
One-click install
npx skills add https://github.com/Galaxy-Dawn/claude-scholar --skill skill-improver-galaxy-dawn
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-improver
Source: https://github.com/Galaxy-Dawn/claude-scholar/tree/main/skills/skill-improver
Command: npx skills add https://github.com/Galaxy-Dawn/claude-scholar --skill skill-improver-galaxy-dawn

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Streamlines the application of quality improvements to Claude Skills by reading structured improvement plans, merging changes, and applying updates safely while preserving originals.

Core Features & Use Cases

  • Parses improvement-plan-{skill-name}.md files produced by skill-quality-reviewer to gather required changes.
  • Groups changes by target file, detects and resolves conflicts using a priority-based strategy, and preserves a clear update path.
  • Backs up the original skill directory before applying any edits, enabling safe rollback.
  • Applies edits to existing files or creates new files as needed, then generates a comprehensive update report for auditing.

Quick Start

Trigger the improvement process by providing a plan like improvement-plan-skill-improver.md and issuing a command such as "Apply improvements from improvement-plan-skill-improver.md" or "Update my skill based on quality report".

Frequently Asked Questions about skill-improver

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I apply an improvement plan to my skill files automatically?

To apply an improvement plan, you provide an improvement-plan-{name}.md file. The system reads the plan, groups updates by target file, resolves conflicts by priority, backs up originals, applies edits, and generates an update report.

How does merging multiple updates to the same file work without conflicts?

Merging updates works by grouping changes by target file and resolving conflicts using a priority-based strategy. This ensures a clear update path and prevents conflicting edits when applying multiple improvements simultaneously.

Can I rollback skill updates if the applied changes break functionality?

You can rollback updates because the system backs up the original skill directory before applying any edits. This backup preserves the original state for safe restoration.

Do I need a specific file format to trigger automated skill improvements?

You need a structured improvement-plan-{skill-name}.md file, typically produced by a skill-quality-reviewer. Providing this plan triggers the parsing, merging, and deployment process to apply quality improvements safely.

What is the best way to verify skill integrity during automated improvement deployment?

The best way to verify skill integrity is using the built-in backup and verification step. This operational requirement ensures the skill remains functional during deployment, followed by a generated update report for auditing.