skill-improver

Applies prioritized improvement suggestions to skill markdown files with YAML/Configurable syntax and verification.

Updated Jun 30, 2026
One-click install
npx skills add https://github.com/SunS1eep1ng/codex-dotfiles --skill skill-improver-suns1eep1ng
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-improver
Source: https://github.com/SunS1eep1ng/codex-dotfiles/tree/main/skills/skill-improver
Command: npx skills add https://github.com/SunS1eep1ng/codex-dotfiles --skill skill-improver-suns1eep1ng

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pypdf, pdfplumber, pdf2image, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This skill streamlines the process of improving and maintaining Claude Skills, addressing common issues and implementing improvements without manual intervention.

Core Features & Use Cases

  • Automatic Improvement Execution: Applies changes suggested by skill-quality-reviewer to enhance skill quality.
  • Conflict Detection and Resolution: Handles conflicting changes by prioritizing and merging effectively.
  • Backup and Verification: Provides backup of original files and verifies the integrity of the updated skill.
  • Use Case: When you need to update a skill based on quality review feedback, this skill can automatically apply the suggested changes, ensuring a smooth update process.

Quick Start

To apply improvements to a skill, execute the following command: apply-improvements skill-name improvement-plan-file.md

Frequently Asked Questions about skill-improver

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

FAQPage Schema
How do I automate markdown skill improvement and maintenance processes?

To automate markdown skill improvement, execute the apply-improvements command with the target skill name and improvement plan file. The tool parses suggestions, applies changes to markdown files, verifies integrity, and creates backups automatically.

How does conflict resolution work when applying multiple improvement files to a skill?

Conflict resolution for multiple improvement files uses prioritized merging strategies to handle conflicting changes effectively. The system reads, parses, and applies suggestions sequentially while maintaining YAML and markdown syntax integrity throughout the update process.

Can I use this skill management tool to update YAML configurations in markdown files?

Yes, you can use this skill management tool to update YAML configurations within markdown files. It utilizes YAML and markdown syntax for configuration and instruction parsing, ensuring structural integrity during the automatic improvement execution process.

What is the best way to apply quality review feedback to Claude Skills without manual intervention?

The best way to apply quality review feedback automatically is using the apply-improvements command with the skill name and improvement plan file. This executes predefined processes to read, parse, apply, and verify suggested changes to markdown files.

Does the skill improvement process provide backups of original markdown files before applying changes?

Yes, the skill improvement process provides backups of original markdown files before applying changes. After creating backups, it applies the improvement suggestions and verifies the updated skill's integrity to ensure a smooth and safe update process.

Why do I need PDF parsing dependencies like pypdf and pdfplumber for skill maintenance automation?

PDF parsing dependencies like pypdf and pdfplumber are required for skill maintenance automation to read and extract improvement suggestions from PDF-based review files. These libraries enable the system to parse PDF content for automatic application to markdown skill files.