ronjunevaldoz

Kmp Heal Docs — Documentation skill for Claude Code

Documentation community

Self-heal project documentation sitemap (docs/README.md), verify link hygiene, and archive stale task plans.

How to install Kmp Heal Docs

Installs to ~/.claude/skills/ronjunevaldoz-kmp-agent-skills-kmp-heal-docs/SKILL.md

Terminal
mkdir -p ~/.claude/skills/ronjunevaldoz-kmp-agent-skills-kmp-heal-docs && curl -fsSL https://raw.githubusercontent.com/ronjunevaldoz/kmp-agent-skills/HEAD/commands/kmp-heal-docs.md -o ~/.claude/skills/ronjunevaldoz-kmp-agent-skills-kmp-heal-docs/SKILL.md

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

What Kmp Heal Docs does


name: kmp-heal-docs description: Self-heal project documentation sitemap (docs/README.md), verify link hygiene, and archive stale task plans.

Self-Heal Project Documentation

Run the self-healing documentation engine across the project:

python3 .agents/skills/kmp-project-docs-maintainer/scripts/heal_docs.py || python3 skills/kmp-project-docs-maintainer/scripts/heal_docs.py

This command:

  1. Rebuilds the high-density sitemap table in docs/README.md.
  2. Archives finished

Alternatives in Documentation

Full documentation available on GitHub

View Source Repository