From memex
Capture knowledge from debug sessions, bug fixes, and feature work into the LLM Wiki. Use when running /wiki-ingest, or at the end of a session to capture what was learned.
How this skill is triggered — by the user, by Claude, or both
Slash command
/memex:wiki-ingestThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Captures knowledge from the current session into the LLM Wiki.
Captures knowledge from the current session into the LLM Wiki.
/wiki-ingest # Auto-detect type, interactive mode
/wiki-ingest bug GT-5769 # Create a bug page
/wiki-ingest investigation # Capture a debug session
/wiki-ingest feature GT-5769 # Document feature decisions
/wiki-ingest --quick # Skip discussion, quick capture
/wiki-ingest --batch GT-1 GT-2 # Multiple sources, less interaction
.claude/wiki/ directory does not exist, initialize it by copying templates from wiki-init/ in the plugin root (${CLAUDE_PLUGIN_ROOT}/wiki-init/). Create subdirectories: bugs/, investigations/, features/, patterns/, concepts/, entities/, assets/. Skip this step if .claude/wiki/ already exists..claude/wiki/WIKI-SCHEMA.md.claude/skills/wiki-ingest/rules/ingest-flow.md.claude/skills/wiki-ingest/templates/<type>.md.claude/wiki/WIKI-SCHEMA.md.claude/skills/wiki-ingest/rules/ingest-flow.md.claude/skills/wiki-ingest/templates/npx claudepluginhub barisatalay/memex --plugin memexManages LLM-compiled knowledge bases in .wiki/ or ~/wiki/: ingests sources to raw/, compiles interconnected markdown articles with indexes, queries, lints, and supports topic sub-wikis.
Maintains persistent wiki knowledge base with Markdown formats for entities, concepts, decisions, syntheses, index, and logs. Manages ingest, query, and lint workflows in /pith wiki mode.
Loader for karpathy-wiki: auto-activates per session to trigger knowledge captures to .wiki-pending, enforce wiki orientation reads before answering questions.