Local-only knowledge hub on how Cemini operates Claude Code — agent orchestration, context/token economics, MCP servers, hooks, skills, slash commands, and the /goal · Ralph · OpenSpec prompting patterns.
Fifth sibling of the Cemini wiki federation alongside osint-wiki, cybersecurity-wiki, image-gen-wiki, seo-wiki, 3d-printing-wiki.
# Lint the wiki
python3 scripts/wiki_lint.py
# Check inbox for duplicates before ingesting
python3 scripts/preingest_check.pyRead CLAUDE.md for the full schema (LLM-facing). Active workstreams live in ROADMAP.md. Meta-lessons live in LESSONS.md. Session state lives in hot.md (gitignored).
wiki/— canonical wiki (markdown + YAML frontmatter)scripts/—wiki_lint.py,preingest_check.pybriefs/— staged deliverables (gitignored)raw-sources/— archived source corpus (gitignored)research to be indexed/— transient drop zone (gitignored)prompts/— reusable prompt templates
- Drop new source into
research to be indexed/ python3 scripts/preingest_check.py- Read, discuss, then create
wiki/sources/<slug>.md+ touch related entity/concept pages - Update
wiki/index.md+ append towiki/log.md - Move file to
raw-sources/ python3 scripts/wiki_lint.py— fix any errors
Full ingest workflow in CLAUDE.md § Operations.
Use @<wiki-alias>/path/to/page.md to link into a sibling wiki. The lint script resolves cross-wiki paths against the Related Wikis table in CLAUDE.md. Bidirectional — every outbound cross-wiki link needs a backlink on the target side.
Personal workspace. No license — not for distribution.