vitepress

by antfu 5.8k MIT Updated Jun 23, 2026
vitepress skill by antfu
vitepress — Docs skill by antfu

vitepress is an open-source docs skill for Claude Code and compatible agents, published by antfu. Its author describes it as: “VitePress static site generator powered by Vite and Vue. Use when building documentation sites, configuring themes, or writing Markdown with Vue components.”. The project has 5.8k stars on GitHub and is available under the MIT license. Add it to your setup with `git clone https://github.com/antfu/skills ~/.claude/skills/vitepress`.

What vitepress does

VitePress is a Static Site Generator (SSG) built on Vite and Vue 3. It takes Markdown content, applies a theme, and generates static HTML that becomes an SPA for fast navigation. Perfect for documentation, blogs, and marketing sites.

Installation

Add vitepress to your agent with:

git clone https://github.com/antfu/skills ~/.claude/skills/vitepress

Always review a skill's source before installing it. This command comes from the skill's public repository; the linked repo is the source of truth for exact setup steps.

What's inside

The SKILL.md for vitepress is organised into these sections:

  • Core
  • Features
  • Code & Content
  • Theme
  • Advanced
  • Recipes

When to use it

Reach for vitepress when you want docs help from your agent without writing the same instructions every session. Load the skill and the agent picks it up automatically for relevant tasks.

Strengths

  • Clear MIT license — safe to read and adapt
  • Ships in antfu/skills, an established project with 5,770 GitHub stars
  • Actively maintained (recent commits)

Topics

agent-skillsskills

Frequently asked questions

What does vitepress do?
VitePress static site generator powered by Vite and Vue. Use when building documentation sites, configuring themes, or writing Markdown with Vue components.
How do I install vitepress?
Run git clone https://github.com/antfu/skills ~/.claude/skills/vitepress in your agent, then reload your skills. Review the source at https://github.com/antfu/skills before installing.
Is vitepress free to use?
Yes. vitepress is free and open source under the MIT license, so you can read, run, and adapt it within that license's terms.
Where does vitepress come from?
vitepress ships inside antfu/skills, a repository that contains 19 catalogued skills in total. The repository's 5,770 GitHub stars apply to that whole collection, not to this skill on its own.

Related skills

More Docs →

中文文档排版参考——中英文空格、全半角标点、术语保留、链接格式、中文文案排版指北约定。仅在用户显式 /chinese-documentation 时调用,不要根据上下文自动触发。

7.7k jnMetaCode MIT

🤖 Just a skill to let AI generate documents based on your source code 🔅

0 jonaskahn MIT

Knowledge and governance closeout: reconcile project docs, rule files (CLAUDE.md/AGENTS.md), authorized agent memory, and workspace residue with what the code and runtime actually do, so the next session or the next person starts from one current answer. Trigger when the user names "neat-freak", "洁癖", or "/neat" — and also on clear knowledge-closeout intent without the name: syncing or tidying project docs/rules/memory after development ("把文档和记忆整理一下", "收尾时把文档同步掉", "docs 和代码对不上了"), stale or conflicting CLAUDE.md/memory, a clean handoff to a teammate or a fresh session, or auditing whether workspace rules are actually followed. Do not trigger for pure coding/refactoring/debugging tasks, tidying data or prose (JSON, 周报, changelog announcements), or a bare "整理" with no project-knowledge context.

20k KKKKhazix MIT