/wiki-init
Scaffold an empty llmwiki — create `raw/`, `wiki/`, `site/` directories and seed `wiki/index.md`, `wiki/log.md`, `wiki/overview.md`.
> /plugin marketplace add Pratiyush/llm-wiki > /plugin install llmwiki@llmwiki
How it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/wiki-init
Context preview
What this command does when you run it.
Scaffold an empty llmwiki — create `raw/`, `wiki/`, `site/` directories and seed `wiki/index.md`, `wiki/log.md`, `wiki/overview.md`.
Command definition
wiki-init.mdScaffold an empty llmwiki — create `raw/`, `wiki/`, `site/` directories and seed `wiki/index.md`, `wiki/log.md`, `wiki/overview.md`.
Usage: /wiki-init
Steps:
1. Run:
python3 -m llmwiki init
2. Report what was created. 3. Suggest the user's next step: `/wiki-sync` to ingest session transcripts, or `/wiki-ingest raw/<path>` to ingest a specific source.
LLM-powered knowledge base from your Claude Code, Codex CLI, Cursor, Gemini CLI, and Obsidian sessions. Built on Andrej Karpathy's LLM Wiki pattern.
Repo: Pratiyush/llm-wiki
Other commands on llmwiki.
- /maintainer
Meta-skill that loads all llmwiki governance docs and exposes the three maintainer slash commands.
Open command - /release
Walk the llmwiki release process step by step.
Open command - /review-pr
Run the canonical llmwiki code review against a pull request and post findings.
Open command - /triage-issue
Apply labels + milestone + priority to a new issue using the llmwiki triage rules.
Open command - /wiki-all
Run the full llmwiki pipeline end-to-end: build → graph → export all → lint.
Open command - /wiki-build
Regenerate the static HTML site for the llmwiki.
Open command

