wiki-generator

Scaffold a wiki vault with raw, wiki, and output directories.

1|Updated May 15, 2026
One-click install
npx skills add https://github.com/davron-design/wiki-generator --skill wiki-generator-davron-design
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wiki-generator
Source: https://github.com/davron-design/wiki-generator/tree/main
Command: npx skills add https://github.com/davron-design/wiki-generator --skill wiki-generator-davron-design

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It eliminates the manual setup work of creating an AI-assisted knowledge base by generating a complete wiki vault structure, conventions, and the companion skills needed to compile and audit it.

Core Features & Use Cases

  • Creates a complete wiki vault layout: sets up raw/, wiki/, and output/ directories so you have a clear input zone, knowledge base, and reporting area.
  • Seeds vault conventions: writes CLAUDE.md and the wiki entry point (wiki/_master-index.md) so the destination repository is immediately consistent.
  • Installs companion skills for operation: installs project-scoped raw-compile and audit-wiki so users can ingest material and run audits without extra setup.
  • Use case: bootstrap a new project knowledge base by creating the vault once, dropping notes into raw/, then running compile to generate linked wiki articles and audit to find gaps and inconsistencies.

Quick Start

In the target folder, run the command /wiki-generator and choose whether the companion skills should be installed project-scoped or globally.

Frequently Asked Questions about wiki-generator

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

FAQPage Schema
How do I set up an LLM-maintained wiki knowledge base from scratch?

To set up a wiki knowledge base, run the generator in your target directory to scaffold a complete vault layout with raw/, wiki/, and output/ folders, seed vault conventions in CLAUDE.md, and install companion skills for compiling and auditing content.

What's the best way to bootstrap a project knowledge base for AI-assisted content compilation?

Bootstrapping a project knowledge base is best done by generating a ready-to-run wiki vault that includes a master index, established directory conventions, and automatically installed companion skills to ingest raw notes and audit the resulting wiki articles.

Do I need to manually configure vault conventions when starting a new wiki project?

You do not need to manually configure vault conventions, because the scaffolding process automatically writes CLAUDE.md and creates the wiki/_master-index.md entry point to ensure the destination repository is immediately consistent for LLM workflows.

Can I install the wiki compilation and auditing skills globally instead of project-scoped?

You can install the companion skills either project-scoped or globally; when you run the generator command in the target folder, you choose the installation scope for the raw-compile and audit-wiki skills.

What is the raw/ directory used for in a scaffolded wiki vault?

The raw/ directory in a scaffolded wiki vault serves as the clear input zone where you drop unstructured notes and source material before running the compile process to generate linked wiki articles in the wiki/ folder.

How does content auditing work after scaffolding a wiki knowledge base?

Content auditing works by using the installed audit-wiki companion skill to scan the generated wiki articles, finding gaps and inconsistencies in the knowledge base after you have compiled raw notes into structured content.