Agent Claude Code
Create foundational templates, boilerplate code, and starter configurations for new projects, components, or features. Use for scaffolding a new component, API endpoint, model, config, or test suite from scratch.
Agent Claude Code
Create foundational templates, boilerplate code, and starter configurations for new projects, components, or features. Use for scaffolding a new component, API endpoint, model, config, or test suite from scratch.
Hook Claude Code
Runs before the agent uses a tool for ^(Write, Edit, MultiEdit)$, ^(Glob, Grep)$, ^Read$, ^(Bash, PowerShell)$ and ^Agent$ tool calls, executing gate-hook.mjs and hook-handler.cjs via node (9 commands). From eric-cielo/moflo.
Hook Claude Code
Runs after a tool call finishes for ^(Write, Edit, MultiEdit)$, ^Agent$, ^TaskCreate$, ^(Bash, PowerShell)$, ^Skill$, ^mcp__moflo__memory_(search, retrieve, list, stats, store)$, ^mcp__moflo__memory_store$, ^mcp__moflo__swarm_init$ and ^mcp__moflo__hive-mind_init$ tool calls, executing hook-handler.cjs, gate-hook.mjs…
Hook Claude Code
Runs when you submit a prompt, before the agent sees it, executing prompt-hook.mjs, gate-hook.mjs and meditate-capture.mjs via node (3 commands). From eric-cielo/moflo.
Hook Claude Code
Runs when a subagent starts, executing subagent-start.cjs via node. From eric-cielo/moflo.
Hook Claude Code
Runs when a session starts, executing session-start-launcher.mjs and auto-memory-hook.mjs via node (2 commands). From eric-cielo/moflo.
Hook Claude Code
Runs when the agent finishes a response, executing hook-handler.cjs, auto-memory-hook.mjs, session-continuity.mjs and meditate-capture.mjs via node (4 commands). From eric-cielo/moflo.
Hook Claude Code
Runs before the context is compacted, executing gate.cjs via node. From eric-cielo/moflo.
Hook Claude Code
Runs when the agent sends a notification, executing hook-handler.cjs via node. From eric-cielo/moflo.
Settings file Claude Code
Agent settings declaring 8 hook events (PreToolUse, PostToolUse, UserPromptSubmit, SubagentStart) and 8 allowed tools.
Skill Claude CodeCodex
Turn a vague idea into a concrete, actionable spec through a short Socratic dialogue, then hand the result off to an existing moflo surface — a /flo ticket, a spell, or memory. Use BEFORE you have a defined unit of work, when the goal is still fuzzy.
Skill Claude CodeCodex
Scaffold new spell step commands and connectors. Use when building new step commands for spells or extending the spell engine with new capabilities. Connectors are for new I/O transport types OR platforms requiring complex multi-step interaction (e.g., browser-based automation).
Skill Claude CodeCodex
Alias for /flo-simplify — see that skill's description.
Skill Claude CodeCodex
Structured multi-hop web research with explicit confidence gating — plan the inquiry, search (WebSearch/WebFetch), score your own confidence, and keep digging until the answer is well-supported or a hop cap is hit, then emit a cited synthesis. Learns across sessions by storing each research case to memory and reusing…
Skill Claude CodeCodex
Consult the Eldar — audit a project's moflo + Claude Code setup for portable, high-leverage gaps and guide remediation. Default mode is read-only audit with severity-ranked findings; --fix presents an interactive triage menu and walks the user through each chosen fix (healer, missing CLAUDE.md, sparse guidance…
Skill Claude CodeCodex
MoFlo ticket spell - analyze and execute GitHub issues.
Skill Claude CodeCodex
Run /fl on a ticket with moflo's three standing considerations loaded first — cross-platform (Rule.
Skill Claude CodeCodex
Review changed code for reuse, quality, and efficiency, then fix any issues found. Sizes review effort to the diff — trivial edits get a self-review, substantial edits get parallel agents. Renamed from /simplify to avoid collision with Claude Code's built-in simplify skill.
Skill Claude CodeCodex
MoFlo ticket spell - analyze and execute GitHub issues.
Skill Claude CodeCodex
Add, edit, or audit guidance docs. Default writes guidance for Claude (.claude/guidance/, Markdown, moflo universal rules). -h writes for human readers (docs/, lighter ruleset). --html emits HTML with a minimal default stylesheet instead of Markdown. -a audits the .claude/guidance/ directory.
Skill Claude CodeCodex
Run moflo's Healer (flo healer, alias for flo doctor) from inside the Claude session. Audit-only by default; pass --fix to apply auto-repairs, -c for a single check. Use when something feels off (missing moflo.yaml, daemon dead, statusline empty, hooks not firing) or as a periodic health check. Distinct from Claude…
Skill Claude CodeCodex
Print the localhost URL for The Luminarium — moflo's daemon dashboard — for the current project. Use when the user asks for "the luminarium link", "the moflo dashboard", "the daemon UI", or anything synonymous. Each project gets a deterministic port in 33000–33999; the actual bound port is recorded in…
Skill Claude CodeCodex
Deliberate session retrospective — look back over what you just did, distill the durable, reusable lessons (not session trivia), and write them to the learnings memory namespace, deduped against what is already stored. Use at the END of a meaningful chunk of work to capture high-signal lessons worth keeping long-term.…
Skill Claude CodeCodex
Tune moflo's memory stack for speed, RAM, and index quality. Covers HNSW parameters (M, efConstruction, ef), vector quantization, batch operations, and common bottlenecks. Use when scaling past 100k entries or when search latency regresses.