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

Installs
61
GitHub Stars
881
First Seen
Feb 20, 2026
enhance-docs — avifenesh/agentsys