Wiki Builder: Skill to Build LLM Knowledge Bases
Wiki Builder is an open-source Claude Code plugin designed to streamline the creation of LLM-powered knowledge bases by automating repetitive setup tasks. It enables users to quickly scaffold wikis with customizable configurations, folder structures, and prompt templates tailored to different use cases. The tool supports various wiki types, such as research, product, or organization profiles, and has been used to build practical resources like the Agentic Engineering Wiki.
- ▪Wiki Builder is a Claude Code plugin that automates the setup of LLM knowledge bases using markdown files and reusable prompts.
- ▪Each wiki includes a config file that defines its purpose, audience, page types, and update rules, allowing for customization across domains.
- ▪The plugin was used to create the Agentic Engineering Wiki, which contains 51 tips, 9 company profiles, 10 paper summaries, and open-source tool entries.
- ▪Wiki Builder provides a scaffolding script, prompt templates, and a SKILL.md file to guide Claude in maintaining structured, source-linked knowledge bases.
- ▪Supported wiki flavors include research, paper, domain, product, person, organization, and project, each with tailored templates.
Opening excerpt (first ~120 words) tap to expand
In two earlier posts I walked through the idea of LLM knowledge bases and then how to build one by hand using nothing more than markdown files, a few prompts, and an agent that follows a repeatable loop. The pattern works well, but every time I started a new knowledge base I found myself recreating the same folder layout, the same prompt files, and the same maintenance log from scratch. That friction is the reason I built Wiki Builder, a small open-source Claude Code plugin that takes the LLM-knowledge-base workflow and turns it into a one-command setup. What Wiki Builder Does Wiki Builder is a skill you install once into Claude Code.
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at Dair.