← ClaudeAtlas

kb-wiki-createlisted

Create a new wiki page — use when adding new knowledge to the wiki; enforces frontmatter standard, Summary block, Sources section, contradiction check, and log/index updates; prefer updating an existing page over creating a duplicate.
draakaap/lorewerk · ★ 1 · AI & Automation · score 74
Install: claude install-skill draakaap/lorewerk
# KB Wiki — Create a new page ## Before writing 1. Read `wiki/brain.md` (the dashboard) if not already loaded this session 2. Check `wiki/index.json` for duplicates — prefer updating to creating 3. Search existing pages for conflicting claims — follow contradiction protocol if found ## Write the page Use the full page structure: ```markdown --- title: "Exact Page Title" type: concept | entity | synthesis | query-answer | reference tags: [tag1, tag2] related: - "[[Related Page]]" created: YYYY-MM-DD updated: YYYY-MM-DD last_verified: YYYY-MM-DD confidence: high | medium | low provenance: llm-generated time_sensitive: true | false staleness_days: 30 | 90 | 180 importance_score: 1 --- # Exact Page Title > **Summary:** 2-3 sentence distillation of this page's key value. Body content with inline [[wikilinks]] to reference other pages. --- ## Sources - [[Related Page]] ``` ### Citation rules - Use inline `[[wikilinks]]` naturally in prose — no per-line `> Source:` blockquotes - Add `[⏰ as of YYYY-MM-DD — verify after N days]` for time-sensitive claims - Use `⚠️ UNVERIFIED` sparingly for genuinely uncertain claims only ## After writing 1. Add to `wiki/index.md` 2. Add backlinks in related pages (update their `related:` and `updated` fields) 3. Update `wiki/gaps.md` — add orphaned concepts, resolve filled gaps 4. Append to `wiki/log.md`: `[YYYY-MM-DD] WRITE: <path> — <description>` 5. **Invoke `wiki-index-regenerator` — MANDATORY FINAL STEP.** Do not return control un