wiki-vitepress

Transform generated wiki Markdown files into a polished VitePress static site with dark theme and interactive Mermaid diagrams.

Content Preview
---
name: wiki-vitepress
description: "Transform generated wiki Markdown files into a polished VitePress static site with dark theme and interactive Mermaid diagrams."
risk: unknown
source: community
date_added: "2026-02-27"
---

# Wiki VitePress Packager

Transform generated wiki Markdown files into a polished VitePress static site with dark theme and interactive Mermaid diagrams.

## When to Use
- User asks to "build a site" or "package as VitePress"
- User runs the `/deep-wiki:build` command
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/wiki-vitepress.md \
  https://raw.githubusercontent.com/sickn33/antigravity-awesome-skills/main/skills/wiki-vitepress/SKILL.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/sickn33/antigravity-awesome-skills

Then reference at skills/wiki-vitepress/SKILL.md

Related Skills