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
Not recommended
51/ 100 5-point scale 2.6 / 5
Trust16 / 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.

Reliability7 / 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.

Adaptability9 / 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.

Convention8 / 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.

Effectiveness7 / 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.

Verifiability4 / 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 it does & when to 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.

Pros & cons

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 to install

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 to use

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

Azure Identity for Python

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

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 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 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.

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

Azure Maps for .NET

Build .NET location features for search, routing, maps, geolocation, and weather.

Dev & Engineering ✓ Microsoft · Official

Azure AI Vision Image Analysis

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

Dev & Engineering ✓ Microsoft · Official

Azure Blob Storage for Python

Guides secure, production-minded Blob Storage operations in Python.

Dev & Engineering ✓ Microsoft · Official

Azure Queue Storage for Python

Gives coding agents reliable Python patterns for secure Azure Queue Storage messaging and asynchronous task processing.

Automation & Ops ✓ Microsoft · Official

Azure AI Gateway Governance

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

Automation & Ops ✓ Microsoft · Official

AKS Automatic Readiness

Assess Kubernetes workloads for AKS Automatic compatibility and identify migration blockers before you switch.

Dev & Engineering ✓ Microsoft · Official

Azure Cosmos DB ARM for .NET

Provision and manage Azure Cosmos DB resources from .NET through ARM.

Dev & Engineering ✓ Microsoft · Official

Azure Playwright Workspace Manager

Provision and manage Microsoft Playwright Testing workspaces with .NET and Azure Resource Manager.

Dev & Engineering ✓ Microsoft · Official

Azure Cosmos DB for Python

A practical guide for building reliable Python applications on Azure Cosmos DB’s NoSQL API.

Dev & Engineering ✓ Microsoft · Official

Azure Key Vault SDK for Python

Gives Python coding agents practical guidance for securely managing Azure Key Vault secrets, keys, and certificates.

Dev & Engineering ✓ Microsoft · Official

Azure API Management for Python

Gives coding agents practical Python SDK patterns for managing Azure API Management services, APIs, products, subscriptions, and policies.

Dev & Engineering ✓ Microsoft · Official

Azure Monitor Query for Python

Generate Python code for querying Azure Monitor logs and metrics.

Related skills