cyberneticlibrary

Install VitePress documentation suite

claude-skill-vitepress-docsskillsetup L20
npm:@iamdangavin/claude-skill-vitepress-docs
What it does

Generate and maintain VitePress documentation from code

Best for

Keeps docs in sync with code changes automatically—survives merge conflicts and drift that manual documentation cannot.

Inputs
  • · project codebase
  • · tech stack auto-detection
Outputs
  • · .vitepress/ config
  • · generated .md pages
  • · .vitepress/docs-manifest.json
  • · GitHub Actions workflow
Requires
  • · Playwright (for screenshots)
  • · GitHub Pages
  • · Node.js
Preconditions

GitHub Pages enabled; Playwright installed for /vitedocs:capture

Failure modes

Stale docs if /vitedocs:sync not run after code changes; missing screenshots if Playwright unavailable

Trust signals
  • · /vitedocs:sync hashes source files and detects drift
  • · manifests track sync state per page
  • · videos uploaded to Releases keep binaries out of git