skill-enhancer

Refactor existing AI skills into concise, structured versions.

14|3|Updated Jun 24, 2021
One-click install
npx skills add https://github.com/samhvw8/dotfiles --skill skill-enhancer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-enhancer
Source: https://github.com/samhvw8/dotfiles/tree/main/dot_claude/skills/skill-enhancer
Command: npx skills add https://github.com/samhvw8/dotfiles --skill skill-enhancer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Many AI skills are verbose, poorly structured, or inefficient, leading to suboptimal performance and higher token costs. This Skill transforms existing skills into concise, well-structured, and production-ready versions, ensuring Claude operates with maximum efficiency and clarity.

Core Features & Use Cases

  • Conciseness Optimization: Reduce SKILL.md size by moving detailed documentation to references/, improving token efficiency.
  • Structural Refinement: Apply clear patterns (workflow, task, reference, capabilities) and integrate XML tags for better parsing.
  • Voice Correction: Convert second-person voice ("you should") to imperative/infinitive ("Use X to..."), making instructions direct and actionable.
  • Use Case: An existing skill is too long and frequently misinterprets user requests. This Skill analyzes its structure, content, and metadata, then refactors it to be more precise, token-efficient, and aligned with Claude's progressive disclosure system, leading to more reliable and faster responses.

Quick Start

To enhance a skill, provide its content or path.

Example:

"Enhance the following skill:

---

name: my-old-skill

description: This skill helps you do stuff.

---

You should use this when you want to do things."

The Skill Enhancer will return the optimized version.