wiki-builder

Convert markdown files into a browser-based wiki with markdown-it and Bun.

18|3|Updated Jan 20, 2026
One-click install
npx skills add https://github.com/mohitjandwani/analyst-kit --skill wiki-builder-mohitjandwani
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wiki-builder
Source: https://github.com/mohitjandwani/analyst-kit/tree/main/plugins/analyst-kit/skills/wiki-builder
Command: npx skills add https://github.com/mohitjandwani/analyst-kit --skill wiki-builder-mohitjandwani

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gray-matter, markdown-it, markdown-it-anchor, nunjucks, and includes scripts (resource) and assets (resource) components.

What problem does it solve?

This Skill turns any directory of markdown files into a beautiful, navigable browser wiki, simplifying the process of viewing, browsing, and serving markdown files as a local website.

Core Features & Use Cases

  • Markdown Wiki: Serve markdown files as a navigable browser wiki with sidebar navigation, on-page table of contents, frontmatter metadata chips, and interactive ECharts charts.
  • Use Case: Create a company wiki, knowledge base, or personal notes site with a local web interface. Ideal for users who want to view, browse, or serve markdown files as a local website.

Quick Start

Use the wiki-builder skill to serve the 'notes' directory as a local wiki.

Frequently Asked Questions about wiki-builder

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I convert a directory of markdown files into a navigable wiki?

You can convert markdown files into a navigable wiki by using this Skill to render your directory via markdown-it and Bun. It automatically generates a browser-based interface with sidebar navigation, on-page tables of contents, and frontmatter metadata chips.

What is the best way to serve local markdown notes as a website with sidebar navigation?

Serving local markdown notes as a website is achieved by using this Skill to transform your directory into a fully functional browser-based wiki. It provides sidebar navigation, interactive ECharts, and a local web interface for browsing knowledge bases.

Do I need Bun to build a local markdown wiki from my directory?

Yes, you need Bun to build a local markdown wiki, along with markdown-it, markdown-it-anchor, and nunjucks. These dependencies handle markdown rendering, anchor link generation, and HTML templating for your browser-based wiki.

Can I use frontmatter metadata and ECharts charts in a browser-based markdown wiki?

Yes, you can use frontmatter metadata and ECharts charts in a browser-based markdown wiki. This Skill parses gray-matter frontmatter into display chips and renders interactive ECharts visualizations directly within your markdown content.

Does this markdown wiki builder support automatic table of contents generation?

Yes, this markdown wiki builder supports automatic table of contents generation through the markdown-it-anchor dependency. It creates on-page anchor links that allow users to easily navigate sections within your served markdown files.

When should I not use a local markdown wiki for my knowledge base?

You should not use a local markdown wiki if your knowledge base requires multi-user real-time collaboration or a remote hosted backend. This Skill is designed for local browser-based viewing and serving of markdown directories rather than cloud-synced editing.