← ClaudeAtlas

wiki-bootstraplisted

Bootstrap a personal knowledge base wiki with the three-layer architecture (raw sources, wiki, schema). Sets up directory structure, seeds AGENTS.md conventions, index.md, and log.md.
punkscience/agent-skills · ★ 0 · AI & Automation · score 60
Install: claude install-skill punkscience/agent-skills
# Wiki Bootstrap Set up a personal knowledge base wiki from scratch. The wiki follows a three-layer architecture where an LLM agent incrementally builds and maintains a structured, interlinked collection of markdown files between you and your raw sources. The skill creates the directory structure, seeds the control files (index, log), and writes the schema that governs the wiki — the conventions the agent follows for every future operation. ## Phase 1 — Choose the wiki root 1. Ask the user where to create the wiki. Default: `~/wiki/`. Let them override. 2. Ask what domain this wiki covers (research topic, personal knowledge, book study, competitive analysis, etc.). Tailor the schema template with domain- specific suggestions for entity categories and concept groupings. 3. Ask whether they use Obsidian (or another markdown editor), and whether to configure for Obsidian-specific features (wiki links `[[…]]`, Dataview frontmatter, attachment folder path). **Completion criterion**: the wiki root path, domain, and Obsidian preference are confirmed and recorded. ## Phase 2 — Create directory structure Create these directories under the wiki root: ``` <root>/ raw/ → immutable source documents wiki/ sources/ → source summary pages (created on first ingest) entities/ → people, organizations, products, places concepts/ → ideas, frameworks, theories comparisons/→ side-by-side analysis pages queries/ → filed answers to user q