Hook
Runs when you submit a prompt, before the agent sees it, executing session-label.js. From robinslange/learning-loop.
Hook
Runs when you submit a prompt, before the agent sees it, executing session-label.js. From robinslange/learning-loop.
Hook
Runs when a subagent finishes, executing subagent-stop.js. From robinslange/learning-loop.
Hook
Runs before the agent uses a tool for Write, Edit, WebSearch and WebFetch tool calls, executing pre-write-check.js and web-guard.js (2 commands). From robinslange/learning-loop.
Hook
Runs after a tool call finishes for Write, Edit, Task, Skill, Read and mcp__plugin_episodic-memory tool calls, executing post-tool.js, post-read-retrieval.js and post-search-tracking.js (3 commands). From robinslange/learning-loop.
Skill Claude CodeCodex
Strengthen a single vault note with research. Usage: /learning-loop:deepen "note name" or /learning-loop:deepen (picks shallowest inbox note). Assesses maturity, researches gaps, rewrites in vault voice, promotes when ready.
Skill Claude CodeCodex
Generate an Excalidraw diagram for the vault. Usage: /learning-loop:diagram "concept or mechanism" or /learning-loop:diagram (infers from context). Produces .excalidraw.md in vault Excalidraw/ folder.
Skill Claude CodeCodex
Explore a topic interactively with web research and vault context. Usage: /learning-loop:discovery "topic" [--style guided|branch|checkpoint] [--tone academic|conversational|persona] [--surf]. --surf skips note creation.
Skill Claude CodeCodex
Diagnose your learning-loop installation. Runs health checks, presents issues, offers per-fix remediation, re-runs each check after the fix to confirm. Safe to run anytime; only makes changes you approve. Pass --redact to scan plugin data files for leaked credentials instead.
Skill Claude CodeCodex
Skill "dream-eval" from robinslange/learning-loop, covering dream eval: measure a consolidation pass, argument parsing, steps and safety.
Skill Claude CodeCodex
Consolidate auto-memory between sessions. Usage: /learning-loop:dream (no args). Four-phase cycle: Orient, Gather Signal, Consolidate, Prune Index. Seven operators: MERGE, RESOLVE, ABSTRACT, COMPRESS, PRUNE, LINK, DATE NORMALIZE. Rebuilds MEMORY.md.
Skill Claude CodeCodex
Set up or repair learning-loop federation: identity creation, token redemption, Tailscale, visibility rules, and the first sync test. Run when /init asked you to defer federation, when sync is broken, or when rotating identity. Safe to re-run.
Skill Claude CodeCodex
Challenge vault knowledge through coverage, confidence, and counterpoint analysis. Usage: /learning-loop:gaps "topic" | /learning-loop:gaps (auto-pick) | /learning-loop:gaps --sweep; any mode takes [--depth shallow|medium|deep] [--dry-run]. Scales depth to note maturity (--depth overrides); --dry-run shows what would…
Skill Claude CodeCodex
Collect opt-in-marked, IP-scrubbed insights from THIS instance to carry back to another learning-loop instance you own. Usage: /learning-loop:harvest [--all] [--out ]. Keys ONLY on frontmatter portable: true (never visibility). Mechanical deny-list blocks IP; you review what survives. Emits a lift-bundle to ingest on…
Skill Claude CodeCodex
Vault health dashboard. Usage: /learning-loop:health [--deep] [--auto] [--provenance] [--librarian]. Light mode (default) shows counts + file lists. --deep uses note-scorer for full analysis. --auto fixes safe issues without asking. --provenance shows pipeline observability; --librarian reviews queued librarian…
Skill Claude CodeCodex
Show all learning-loop commands with usage and modifiers. Usage: /learning-loop:help (no args).
Skill Claude CodeCodex
Batch triage inbox notes and sweep fleeting for archival. Usage: /learning-loop:inbox. Classifies intention status (intentioned/resolved/limbo), clusters by topic, auto-promotes mature notes, surfaces top-5 limbo notes for close-or-plan decision, sweeps 1-fleeting/ for promoted/stale notes to archive, recommends…
Skill Claude CodeCodex
Pull external context into the second brain. Handles any format Claude can read: PDFs, images, code, conversations, docs, or raw text. Usage: /learning-loop:ingest linear ["project"], /learning-loop:ingest repo [path] [--deep] (--deep forces the parallel deep-mapper tier), /learning-loop:ingest context…
Skill Claude CodeCodex
First-time setup or upgrade for the learning-loop plugin. Configures vault path, persona voice, CLAUDE.md integration, and verifies the installation. Hands federation off to /learning-loop:federation. Safe to re-run: detects existing state and skips completed steps.
Skill Claude CodeCodex
Capture an external source as a literature note. Usage: /learning-loop:literature or /learning-loop:literature "paper title". Fetches content, extracts core ideas in vault voice, writes to 2-literature/ with vault links.
Skill Claude CodeCodex
Quick mid-conversation capture to inbox. Usage: /learning-loop:quick-note (infers from context), /learning-loop:quick-note "insight title", or /learning-loop:quick-note "title" "body". Writes to 0-inbox/ without breaking flow.
Skill Claude CodeCodex
Fast answer to a question with vault context (the spoken answer is ungated; only captured notes are verified before writing). Usage: /learning-loop:quick "question" or /learning-loop:quick (infers from context). One-shot: web research + vault awareness + auto-capture if novel.
Skill Claude CodeCodex
End-of-session consolidation. Usage: /learning-loop:reflect (no args). Reviews conversation, extracts learnings, routes to auto-memory or vault, cross-links projects, promotes inbox notes. Run after substantial work sessions.
Skill Claude CodeCodex
See what you already know about a topic (no web research). Usage: /learning-loop:refresh "topic". Searches vault notes, episodic memory, and literature. Optionally tests discrimination of confusable note pairs. Good before /learning-loop:discovery or when returning to a topic.
Skill Claude CodeCodex
Deep research with the local librarian doing the token-heavy middle. Scope on Claude, Search+Fetch+Extract on the local Ollama model, adversarial Verify + Synthesize back on Claude. Usage: /learning-loop:research " ". Falls back to Claude-native WebSearch when the librarian is unavailable or sub-tier.