Wiki init
Skill srg-sphynx/MDForge/Sources/MDForge/Resources/SkillLibrary/Development/wiki-init
Bootstrap a fresh LLM Wiki vault with the three-layer structure, schema files, and starter templates. Usage /wiki-init <path> --topic "<topic>" [--tool all|claude-code|codex|cursor|antigravity]From its SKILL.md
npx -y skills add srg-sphynx/MDForge --skill wiki-initAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
1.9 KB, 456 tokens by cl100k_base, as published. Nobody here has run it
/wiki-init
Bootstrap a new LLM Wiki vault. Creates raw/, wiki/{entities,concepts,sources,comparisons,synthesis}, the index and log, and installs the schema file(s) for your LLM CLI of choice.
Usage
/wiki-init <path> --topic "<one-line topic>"
/wiki-init <path> --topic "<topic>" --tool <claude-code|codex|cursor|antigravity|opencode|gemini-cli|all>
/wiki-init <path> --topic "<topic>" --force # overwrite non-empty dir
Examples
/wiki-init ~/vaults/research --topic "LLM interpretability"
/wiki-init ./book-wiki --topic "The Power Broker — Robert Caro" --tool all
/wiki-init ~/vaults/founders --topic "SaaS founder playbook" --tool codex
What it creates
<path>/
├── raw/
│ └── assets/
├── wiki/
│ ├── index.md # from template
│ ├── log.md # from template
│ ├── entities/
│ ├── concepts/
│ ├── sources/
│ ├── comparisons/
│ ├── synthesis/
│ └── .templates/ # page templates for reference
├── CLAUDE.md # if --tool claude-code or all
├── AGENTS.md # if --tool codex|cursor|antigravity|opencode|gemini-cli|all
├── .cursorrules # if --tool cursor or all
└── .gitignore
Next steps
After init:
- Open the vault in Obsidian
- Drop a source into
raw/ - Run
/wiki-ingest raw/<your-file>
Script
engineering/llm-wiki/skills/llm-wiki/scripts/init_vault.py
Skill Reference
→ engineering/llm-wiki/skills/llm-wiki/SKILL.md
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.