Ask me what skills you need
What are you building?
Tell me what you're working on and I'll find the best agent skills for you.
Detect documentation drift against filesystem state.
Deterministic 4-phase drift detector that compares the filesystem against README entries. Each phase (Scan, Cross-Reference, Detect, Report) has a gate that must pass before proceeding. The skill produces a sync score (percentage of tools properly documented) and actionable fix suggestions for every detected issue.
This skill checks presence, absence, and version alignment only -- it does not judge description quality, generate documentation content, resolve merge conflicts, validate cross-references, or track when drift occurred. Suggested fixes use YAML descriptions verbatim; content generation and quality assessment require different skills.
Optional flags: --auto-fix (experimental, requires explicit opt-in), --strict (exit code 1 on issues), --format json (machine-readable output for CI/CD).
| Signal | Load These Files | Why |
|---|---|---|
| documentation work | documentation-structure.md | Loads detailed guidance from documentation-structure.md. |
| example-driven tasks | examples.md | Loads detailed guidance from examples.md. |
npx skills add notque/vexjoy-agent --skill docs-sync-checkerHow clear and easy to understand the SKILL.md instructions are, rated from 1 to 5.
Very clear and well structured, with almost no room for misunderstanding.
How directly an agent can act on the SKILL.md instructions, rated from 1 to 5.
Highly actionable with clear, concrete steps that an agent can follow directly.