Dev & Engineering ✓ Microsoft · Official vitepressmermaidstatic-site-generationmarkdowndark-themevue

Wiki VitePress Packager

Packages generated Wiki Markdown into a browsable dark-themed VitePress site.

FollowSkills review · FSRS-2.0
Use with care
51/ 100 5-point scale 2.6 / 5
1 2 3 4 5 6
1Trust16 / 25 · 3.2/5

The skill describes generating a VitePress site under wiki-site and running npm install/docs:build; the supplied material shows no credential theft, covert exfiltration, malware, or destructive behavior. MIT licensing, the repository security policy, and read-oriented CI permissions provide some governance evidence. Deductions apply because least-privilege guidance, user confirmation, data-flow and network disclosure, rollback, dependency pinning, and dependency-security controls are absent.

2Reliability7 / 20 · 1.8/5

The document covers the main configuration, Mermaid fixes, click-to-zoom behavior, preprocessing, build command, and known SSR/asynchronous-rendering pitfalls. Deductions apply because the snippets are not a complete runnable implementation and omit input validation, build-failure diagnosis, dependency versions, idempotence, and abnormal Markdown/Mermaid handling. No skill-specific committed execution evidence is supplied, so static calibration limits the score to 10 or below.

3Adaptability9 / 15 · 3.0/5

Activation conditions, audience scenario, and output directory are reasonably clear for packaging generated wiki Markdown into a browsable VitePress site. Deductions apply because input layout, VitePress/plugin versions, non-fit cases, platform requirements, and Chinese-language or mainland-China environment support are not specified; network reachability for npm dependencies is also undisclosed.

4Convention8 / 15 · 2.7/5

The SKILL.md has YAML metadata, structured sections, concrete configuration examples, known gotchas, an MIT license, and a version number. Deductions apply because it lacks installation prerequisites, a complete package.json example, parameter contracts, FAQs, changelog, explicit maintainer/update path, and compatibility matrix. The repository's Work in Progress note does not resolve these gaps.

5Effectiveness7 / 15 · 2.3/5

The skill states a concrete output at wiki-site/.vitepress/dist and addresses dark theme, Mermaid readability, zoom interaction, and Markdown preprocessing, so the core objective is plausible. Deductions apply because no representative final output, build log, or complete scaffold is supplied; users must integrate and review the snippets. Static calibration caps effectiveness at 7.

6Verifiability4 / 10 · 2.0/5

The evidence includes specific SKILL.md snippets, repository README context, MIT license, security policy, CI workflows, and committed harness tests, providing limited auditability. Deductions apply because the CI and tests do not demonstrate the wiki-vitepress key paths, and no execution was performed in this review. There is no skill-specific test suite, build artifact, or independent corroboration; static calibration caps verifiability at 5.

Evidence confidence:Low Reviewed Jul 20, 2026 Reviewed revision 9ccaf7c3704a
Before you use it
  • This is a source-only review; no installation, scripts, or VitePress build were executed. The snippets should not be treated as a verified complete implementation.
  • npm install introduces external dependencies, but versions, lockfiles, network requirements, and supply-chain review are unspecified; audit and pin dependencies before restricted-network or production use.
  • The zoom example copies outerHTML and attaches events without documenting keyboard accessibility, repeated initialization, cleanup, or handling of large or untrusted Markdown.
  • Input-directory constraints, Chinese-content compatibility, failure recovery, and cleanup behavior are unspecified; use an isolated output directory and preserve the source Markdown first.
See the full review method →

What does this skill do, and when should you use it?

This skill turns generated Wiki Markdown files into a VitePress static website. It creates the site structure, configuration, theme files, and homepage, while configuring a dark theme and interactive Mermaid diagrams. It also applies Markdown and Vue-template compatibility fixes before building. It fits developers who already have Wiki pages and need a browsable HTML documentation site.

Generates a VitePress site under wiki-site/ with .vitepress/config.mts, theme files, public/, Markdown pages, package.json, and index.md; configures dark Mermaid rendering through vitepress-plugin-mermaid; applies CSS and client-side polling fixes for Mermaid styles; adds click-to-zoom modal behavior to Mermaid diagrams; preprocesses <br/>, bare <T> generics, and YAML frontmatter; runs npm install and npm run docs:build, producing output in wiki-site/.vitepress/dist/.

  1. A developer needs to publish existing generated Wiki Markdown as a static documentation site.
  2. A user runs /deep-wiki:build or asks to package generated Wiki pages as VitePress.
  3. A documentation maintainer needs dark-theme Mermaid diagrams with click-to-zoom behavior.
  4. A documentation engineer needs page titles, descriptions, and Vue-compatible Markdown cleanup before building.

What are this skill's strengths and limitations?

Pros
  • Covers the workflow from VitePress scaffolding through production build output.
  • Provides a three-layer approach for dark Mermaid rendering: theme variables, CSS overrides, and inline-style replacement.
  • Includes Mermaid click-to-zoom, Markdown preprocessing, and frontmatter checks.
  • Published by Microsoft under the MIT license.
Limitations
  • Requires Node.js/npm, VitePress, and vitepress-plugin-mermaid; the source does not specify versions.
  • Requires generated Wiki Markdown and does not generate the Wiki content itself.
  • The source provides no independent test results or platform validation for this individual skill.
  • The README presents it as part of a monorepository containing about 190 separate skills; standalone distribution is undocumented.

How do you install this skill?

The repository README supports installing the skill collection with npx skills add microsoft/skills and selecting skills in the wizard. This skill is located at .github/plugins/deep-wiki/skills/wiki-vitepress/SKILL.md; the source does not document a standalone installation command.

How do you use this skill?

In an agent with the skill installed, ask to “package these generated Wiki Markdown files as a VitePress site” or “build a site,” or run /deep-wiki:build. The documented build commands are: cd wiki-site && npm install && npm run docs:build.

FAQ

Does it generate the Wiki content too?
No. It packages existing generated Wiki Markdown into a VitePress static site.
Where is the build output?
After the documented build command completes, output is placed in wiki-site/.vitepress/dist/.
Does it support a light theme?
The SKILL.md requires appearance: 'dark' and defines dark Mermaid variables, so only dark-theme behavior is explicitly documented.

More skills from this repository

All from microsoft/agent-skills

Dev & Engineering ✓ Microsoft · Official

ADO Wiki Converter

Converts VitePress and GFM documentation into Azure DevOps Wiki-compatible files.

Writing & Content ✓ Microsoft · Official

Wiki Page Writer

Generates evidence-backed technical Wiki pages with source citations and deep Mermaid diagrams.

Dev & Engineering ✓ Microsoft · Official

LLM Documentation Index Generator

Turns project wiki content into llms.txt-compliant documentation for language-model discovery and context loading.

Design & Frontend ✓ Microsoft · Official

Dark Theme React UI System

A reusable foundation for dark React interfaces with Tailwind styling, glassmorphism, and restrained motion.

Dev & Engineering ✓ Microsoft · Official

Codebase Onboarding Guide Generator

Generate source-grounded onboarding documentation for contributors, engineers, leaders, and product managers.

Dev & Engineering ✓ Microsoft · Official

GitHub Issue Creator

Turn messy failure reports into actionable GitHub-flavored Markdown issues.

Dev & Engineering ✓ Microsoft · Official

Wiki Architect

Turns a code repository into a structured documentation catalogue and guided onboarding path.

Automation & Ops ✓ Microsoft · Official

Azure Resource Architecture Visualizer

Analyze Azure resource groups and turn their dependencies into detailed Mermaid architecture diagrams.

Dev & Engineering ✓ Microsoft · Official

Wiki Codebase Researcher

Trace real code paths across files and produce evidence-backed system analysis.

Dev & Engineering ✓ Microsoft · Official

Azure OpenAI for .NET

Gives coding agents practical .NET patterns for Azure OpenAI integrations.

Dev & Engineering ✓ Microsoft · Official

Azure Realtime Podcast Studio

Turn text into playable podcast-style audio with Azure OpenAI Realtime API.

Dev & Engineering ✓ Microsoft · Official

Azure Identity for Python

A practical skill for securing Python Azure applications with Microsoft Entra ID credentials.

Dev & Engineering ✓ Microsoft · Official

Azure Tables for Python

A practical guide to building authenticated Azure Tables applications with Python entity CRUD, queries, and partition-scoped batch operations.

Dev & Engineering ✓ Microsoft · Official

Azure Event Hubs Java Skill

Build production-oriented Java event streaming applications on Azure Event Hubs.

Dev & Engineering ✓ Microsoft · Official

Azure Identity for TypeScript

Configure secure, flexible Microsoft Entra ID authentication for TypeScript Azure applications.

Automation & Ops ✓ Microsoft · Official

Azure Reliability Advisor

Assess and improve reliability for Azure Functions and App Service.

Dev & Engineering ✓ Microsoft · Official

Azure Cloud Architect

Guides coding agents through production-grade Azure architecture design and review using Azure Architecture Center practices.

Dev & Engineering ✓ Microsoft · Official

Azure AI Text Analytics for Python

Guides Python developers through Azure-powered text analysis and NLP workflows.

Dev & Engineering ✓ Microsoft · Official

Azure AI Vision Image Analysis

Guides Python coding agents in implementing Azure AI Vision image understanding.

Automation & Ops ✓ Microsoft · Official

Azure AI Gateway Governance

Use Azure API Management to govern traffic across AI models, MCP tools, and agents.

Related skills