enhance-docs

Installation
SKILL.md

enhance-docs

Analyze documentation for readability, structure, and RAG optimization.

Parse Arguments

const args = '$ARGUMENTS'.split(' ').filter(Boolean);
const targetPath = args.find(a => !a.startsWith('--')) || '.';
const fix = args.includes('--fix');
const aiMode = args.includes('--ai');

Documentation Locations

Type Location Purpose
User docs docs/*.md, README.md Human-readable guides
Agent docs agent-docs/*.md AI reference material
Related skills
Installs
49
GitHub Stars
796
First Seen
Feb 20, 2026