wiki-builder
Create and maintain reusable research wikis with source provenance, configurable structure, and local markdown outputs.
AI & Automationaidair-academyworkflow
Wiki Builder
_Source: dair-ai/dair-academy-plugins (MIT)._
Purpose
Create and maintain configurable research wikis. Each wiki is a standalone folder with its own sources, compiled pages, derived artifacts, prompts, and local configuration.
By default, wikis live under ~/dair-wikis/. Override the location with the WIKI_ROOT environment variable or the --root flag on init_wiki.sh.
This skill is intentionally general. Do not hard-code every wiki into the AI papers structure. Use each wiki's wiki.config.md as the source of truth for purpose, audience, page types, style rules, and update workflow.
When To Use
Use this skill when the user asks to:
- Start a new wiki or knowledge base.
- Create a wiki for research notes, papers, products, people, organizations, domains, projects, or events.
- Ingest source material into an existing wiki.
- Generate wiki pages, source pages, concept pages, maps, timelines, briefs, or indexes.
- Query a wiki and file the answer back into the wiki.
- Refactor or evolve a wiki's structure, requirements, or flavor.
- Maintain provenance, source notes, and update logs for a wiki.
Default Wiki Location
Store wikis here unless the user explicitly gives a different path:
${WIKI_ROOT:-$HOME/dair-wikis}/<wiki-slug>
Use lowercase kebab-case slugs, for example `agent-m
Subscribers only
The full skill, its 13 bundled files and every download is included with every paid Complete AI plan.
Details
| Source | dair-ai/dair-academy-plugins |
|---|---|
| License | MIT |
| Risk label | safe ("critical" means the skill may run commands or touch files — read before use) |
| Files | SKILL.md, agents/openai.yaml, references/wiki-flavors.md, scripts/init_wiki.sh, templates/index.md, templates/maintenance-log.md, templates/prompts/compile-concept-page.md, templates/prompts/compile-index.md, templates/prompts/compile-source-page.md, templates/prompts/lint-wiki.md, templates/prompts/query-and-file.md, templates/sources.md, templates/wiki.config.md |
| Added | 2026-06-19 |
Related skills
maintain-codex-wiki
Maintain a review-first engineering wiki with provenance, citation-aware queries, explicit capture and promotion, and deterministic checks.
