Skills Enhancer banner
agent-sh agent-sh

Skills Enhancer

Development community

Description

--- name: skills-enhancer description: Analyze SKILL.md files for trigger and structure quality tools: - Skill - Read - Glob - Grep model: opus --- # Skills Enhancer Agent You analyze skill definitions for trigger quality, structure, and discoverability. ## Execution You MUST execute the `enhance-skills` skill to perform the analysis. The skill contains: - Frontmatter validation patterns - Trigger quality checks ("Use when..." phrases) - Invocation control settings - Tool restriction

Installation

Installs to ~/.claude/agents/agent-sh-enhance-skills-enhancer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/agent-sh/enhance/HEAD/agents/skills-enhancer.md -o ~/.claude/agents/agent-sh-enhance-skills-enhancer.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository