DocumenterVitepress

Runs the DocumenterVitepress.jl local edit-rebuild-preview loop for Julia docs sites correctly.

Tested · Works

Test report

Verdict
Tested · Works
Score
9.6/10
Tested
Jul 15, 2026
Environment
Claude Code 2.x (agent harness)
Upstream re-checked
Aug 10, 2026 · a885def

Catches the specific dev_docs("build") gotcha — it silently appends /.documenter internally, so passing the wrong path is a real, easy-to-hit bug that generic Julia/VitePress knowledge would not flag.

Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works

  • Installs cleanly 5/5
  • Triggers reliably 5/5
  • Output vs. baseline 9/10
  • Docs & honesty 5/5

What DocumenterVitepress does

Guides the local development loop for Julia packages using DocumenterVitepress.jl: toggling build_vitepress=false for fast markdown-only rebuilds, running dev_docs as a background hot-reload server, and the specific gotchas around npm dependency ownership, custom theme files, and DocumenterVitepress.deploydocs vs plain Documenter.deploydocs. Triggers when a user mentions DocumenterVitepress, VitePress for Julia docs, or wants a local docs preview with hot reload.

How to install DocumenterVitepress

git clone https://github.com/JuliaGenAI/julia-agent-skills
cd julia-agent-skills
mkdir -p ~/.claude/skills
cp -r skills/documenter-vitepress ~/.claude/skills/documenter-vitepress

Skills live in ~/.claude/skills/ (global) or .claude/skills/ (per-project). Restart Claude Code after installing.

Commands — how to trigger DocumenterVitepress

  • /documenter-vitepress Runs the DocumenterVitepress.jl local edit-rebuild-preview loop for Julia docs sites correctly.

It also activates on plain-language prompts like these:

  • preview my Julia docs site locally with hot reload after editing
  • why isn't build_vitepress reloading my markdown changes quickly
  • help me deploy docs that were built with DocumenterVitepress

Frequently asked questions

Is the DocumenterVitepress skill free?
Yes. The skill itself is free from JuliaGenAI/julia-agent-skills. SkillProof publishes the install command and an independent test verdict at no cost.
Does DocumenterVitepress work with Claude Code?
We tested it with Claude Code 2.x (agent harness) on Jul 15, 2026. Verdict: Tested · Works. Catches the specific dev_docs("build") gotcha — it silently appends /.documenter internally, so passing the wrong path is a real, easy-to-hit bug that generic Julia/VitePress knowledge would not flag.
What is the DocumenterVitepress SkillProof Score?
9.6/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 9/10, docs & honesty 5/5.
How do I install DocumenterVitepress?
Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
Can I use DocumenterVitepress with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.