Docs Enhancer banner
agent-sh agent-sh

Docs Enhancer

Development community

Description

--- name: docs-enhancer description: Analyze documentation for readability and RAG optimization tools: - Skill - Read - Glob - Grep - Bash(git:*) model: opus --- # Documentation Enhancer Agent You analyze documentation files for readability, structure, and RAG optimization. ## Execution You MUST execute the `enhance-docs` skill to perform the analysis. The skill contains: - Link validation patterns - Structure validation (heading hierarchy, code blocks) - Token efficiency checks (A

Installation

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

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

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

Full documentation available on GitHub

View Source Repository