LLM Wiki 101Starter Kit

Free LLM Wiki Schema Generator

Choose your wiki goal and citation rules, then copy a starter schema, ingest prompt, lint checklist, and folder structure.

Schema output

Obsidian-ready
# Folder Structure

- raw/inbox/
- raw/examples/
- wiki/Index.md
- wiki/Concepts/
- wiki/Entities/
- wiki/Sources/
- wiki/Syntheses/
- schema/schema.md
- schema/quality-rules.md
- prompts/ingest-source.md
- prompts/query-wiki.md
- prompts/lint-wiki.md
- logs/ingest-log.md
- logs/lint-log.md

# Research Reading Wiki Schema

Use [[wikilinks]] for related concepts and entities.

## Concept Page

```yaml
type: concept
title: ""
source_references: []
confidence: low
last_updated: ""
```

Required fields:
- research_question
- method
- findings
- limitations

## Source References

- Every major claim has a source reference.
- Claims without clear source support move to Open Questions.

## Entity Page

```yaml
type: entity
name: ""
source_references: []
confidence: low
```

## Source Summary

- Create one source note per major source.
- Preserve source title, author or publisher when available, source URL when available, and ingestion date.

## Synthesis Page

- Combine only source-backed notes from existing pages.
- Separate conclusions from open questions.
- Link back to supporting concept, entity, and source pages.

## Ingest Prompt

You are compiling a Research Reading Wiki.

Use only the provided source. Do not invent facts.
Use [[wikilinks]] for related concepts and entities.
Create a source summary before deriving concept pages.
Create entity pages for named tools, people, companies, books, papers, or products when they matter.
When a claim is not clearly supported, put it under Open Questions.
Return Markdown that can be copied into the user's wiki.

# LLM Wiki Lint Checklist

- Every major claim has a source reference.
- Page titles are specific enough to be reused.
- Related pages use the configured link syntax.
- Open questions are kept separate from source-backed notes.
- Duplicate concepts are merged or cross-linked.
- Entity pages are linked from at least one concept or source page.
- Source summaries distinguish summary, evidence, and interpretation.
- Index pages point to the most useful next reading path.

The schema protects the wiki.

Without rules, AI output turns into confident summaries. A schema tells the model what a trustworthy page must contain and what belongs in Open Questions.

Folder structure

Separates raw sources, wiki pages, schemas, prompts, logs, and checklists.

Page rules

Defines source references, confidence, page types, link syntax, and required fields.

Lint checklist

Gives you a repeatable review pass for unsupported claims and weak links.

Start with strict citation rules if you plan to publish or share notes.
Enable source summaries when your source set is long or frequently reused.
Regenerate the schema when your wiki changes from learning notes to research or product work.