plugins marketplace
← All plugins

wiki-builder

v1.0.0

Start, structure, grow, query, and maintain reusable research wikis. Configurable per-wiki structure for papers, topics, projects, products, people, organizations, or ongoing research areas.

Claude Code1 skill

by DAIR.AI600updated 2 weeks ago

Source

git clone https://github.com/dair-ai/dair-academy-plugins

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/wiki-builder/ inside the repository.

Layout

plugins/wiki-builder/
├── .claude-plugin/plugin.json
└── skills/wiki-builder/SKILL.md

Skills1

wiki-builderskills/wiki-builder/SKILL.md

Start, structure, grow, query, and maintain reusable research wikis. Use when the user wants to create a new wiki, add sources to an existing wiki, compile source material into wiki pages, customize wiki structure or flavor, generate research maps, update indexes, or maintain knowledge bases for papers, topics, projects, products, people, organizations, or ongoing research areas.

Manifests1

plugins/wiki-builder/.claude-plugin/plugin.json
{
  "name": "wiki-builder",
  "description": "Start, structure, grow, query, and maintain reusable research wikis. Configurable per-wiki structure for papers, topics, projects, products, people, organizations, or ongoing research areas.",
  "version": "1.0.0",
  "author": {
    "name": "DAIR.AI"
  }
}