skill-improver

Apply prioritized improvement plans to Claude Skills with conflict resolution and backups.

5|2|Updated Jul 2, 2026
One-click install
npx skills add https://github.com/Tx1207/hello-scholar --skill skill-improver-tx1207
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-improver
Source: https://github.com/Tx1207/hello-scholar/tree/main/skills/meta/skill-improver
Command: npx skills add https://github.com/Tx1207/hello-scholar --skill skill-improver-tx1207

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Reads and applies structured improvement plans produced by the skill-quality-reviewer to Claude Skills, reducing manual edits and ensuring consistent quality across skill documentation and tooling.

Core Features & Use Cases

  • Read improvement-plan-{skill-name}.md files and parse items by priority (High/Medium/Low).
  • Group changes by target file, detect and resolve conflicts, and apply updates with a backup step.
  • Generate an update report and verify integrity to support auditable skill evolution.

Quick Start

Load the improvement-plan-{skill-name}.md file and apply its changes to the target skill, then review the generated update 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 improvement plans to Claude Skills automatically?

To apply improvement plans to Claude Skills automatically, you need a tool that reads improvement-plan markdown files, parses changes by priority, batches updates per target file, and resolves conflicts with backups. This ensures consistent quality across skill documentation without manual edits.

What is an improvement plan file and how does it update a skill?

An improvement plan file is a structured markdown document containing prioritized changes for a Claude Skill. It is parsed by priority levels like High, Medium, and Low, then changes are grouped by target file to batch updates and resolve conflicts while maintaining a backup.

How do I resolve merge conflicts when updating multiple skill files?

To resolve merge conflicts when updating skill files, the automation tool groups changes by target file, detects conflicts during the update process, and applies resolutions systematically. It creates backups before applying updates to ensure data integrity and traceability.

Can I verify skill integrity after applying improvement plan updates?

Yes, you can verify skill integrity after applying improvement plan updates. The process verifies integrity post-update and generates an update report, providing full traceability for auditable skill evolution and ensuring all changes are correctly applied.

What is the best way to batch updates for skill documentation?

The best way to batch updates for skill documentation is parsing an improvement plan by priority, grouping changes by target file, and applying them with conflict resolution and backup steps. This generates an update report for traceable skill evolution.

Do I need a quality reviewer to generate skill improvement plans?

Yes, you need a quality reviewer to generate skill improvement plans. The automation process reads structured improvement-plan files produced by the skill-quality-reviewer, reducing manual edits and ensuring consistent quality across skill documentation and tooling.