Skip to content

Features Overview

CommandDescription
/ingest <source>Process any source into wiki pages (7 types)
/generate <type> <topic>Emit artifacts (books, PDFs, slides, …) — the mirror of /ingest
/query "question"Ask questions, get cited answers
/lintHealth-check wiki (8 checks, auto-fix)
/promote <vault>Graduate knowledge between vaults
/search "terms"Full-text search via qmd
/slides "topic"Generate Marp presentations

/generate is a thin router that dispatches to per-type handler skills. Phase 2A foundation shipped these handlers:

TypeStatusDescription
book✅ 2APandoc-rendered PDF book with title page + TOC
pdf✅ 2ASingle page or folder → quick shareable PDF
slides / mindmap / infographic🚧 2BPresentation-format artifacts
podcast / video🚧 2CMultimedia artifacts
quiz / flashcards / app🚧 2DInteractive artifacts

See the full generate overview and per-handler docs (book, pdf).

CommandDescription
/vault-create <name>Create new vault (interactive or direct)
/vault-import <path>Import existing Obsidian vault
/vault-statusShow all vaults with stats
/vault-archive <name>Archive completed vault
CommandDescription
/read-tweet <url>Read X/Twitter post
/read-gist <url>Read GitHub gist
/yt-transcript <url>Extract YouTube transcript
/setupFirst-time machine setup
/ralphAutonomous build loop