wiki-vitepress Skill
Packages generated wiki Markdown into a VitePress static site with dark theme, dark-mode Mermaid diagrams with click-to-zoom, and production build output. Use when the user wants to create a browsable website from generated wiki pages. Published by microsoft in skills.
What is wiki-vitepress Skill?
Packages generated wiki Markdown into a VitePress static site with dark theme, dark-mode Mermaid diagrams with click-to-zoom, and production build output. Use when the user wants to create a browsable website from generated wiki pages. Published by microsoft in skills. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Documentation
- Documentation use cases
Technical details
- Install or run with Copy skill directory
When to use wiki-vitepress Skill
- Use it for documentation.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/skills
- Skill file: .github/plugins/deep-wiki/skills/wiki-vitepress/SKILL.md
What it does
Packages generated wiki Markdown into a VitePress static site with dark theme, dark-mode Mermaid diagrams with click-to-zoom, and production build output. Use when the user wants to create a browsable website from generated wiki pages.
Skill instructions
Wiki VitePress Packager Transform generated wiki Markdown files into a polished VitePress static site with dark theme and interactive Mermaid diagrams. When to Activate - User asks to "build a site" or "package as VitePress" - User runs the /deep-wiki:build command - User wants a browsable HTML output from generated wiki pages VitePress Scaffolding Generate the following structure in a wiki-site/ directory: wiki-site/ ├── .vitepress/ │ ├── config.mts │ └── theme/ │ ├── index.ts │ └── custom.css ├── public/ ├── [generated .md pages] ├── package.json └── index.md Config Requirements (config.mts) - Use withMermaid wrapper from vitepress-plugin-mermaid - Set appearance: 'dark' for dark-only theme - Configure themeConfig.nav and themeConfig.sidebar from the catalogue structure - Mermaid config must set dark theme variables: typescript mermaid: { theme: 'dark', themeVariables: { primaryColor: '1e3a5f', primaryTextColor: 'e0e0e0', primaryBorderColor: '4a9eed', lineColor: '4a9eed', secondaryCo
Explore related resources
Frequently asked questions
What is wiki-vitepress?
wiki-vitepress is a open-source AI agent skill with Copy skill directory. Packages generated wiki Markdown into a VitePress static site with dark theme, dark-mode Mermaid diagrams with click-to-zoom, and production build output.
Who is wiki-vitepress best for?
wiki-vitepress is best for reusing agent instructions, scripts, and references, documentation workflows.
How do I install wiki-vitepress?
Install or run wiki-vitepress using Copy skill directory. Check wiki-vitepress for the latest setup command.
Is wiki-vitepress actively maintained?
wiki-vitepress may need a closer maintenance check before production use.
Auto-fetched from GitHub.