eric-cielo

40 mods across 1 repository, 18 stars between them.

eric-cielo/moflo

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.

18 4d ago A 45 tokens original MIT

PreToolUse

02

eric-cielo/moflo

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.

18 4d ago A tokens not measured original MIT

PostToolUse

03

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…

18 4d ago A tokens not measured copy · 50% MIT

UserPromptSubmit

04

eric-cielo/moflo

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.

18 4d ago A tokens not measured original MIT

SubagentStart

05

eric-cielo/moflo

Hook Claude Code

Runs when a subagent starts, executing subagent-start.cjs via node. From eric-cielo/moflo.

18 4d ago A tokens not measured original MIT

SessionStart

06

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.

18 4d ago A tokens not measured original MIT

Stop

07

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.

18 4d ago A tokens not measured original MIT

PreCompact

08

eric-cielo/moflo

Hook Claude Code

Runs before the context is compacted, executing gate.cjs via node. From eric-cielo/moflo.

18 4d ago A tokens not measured original MIT

Notification

09

eric-cielo/moflo

Hook Claude Code

Runs when the agent sends a notification, executing hook-handler.cjs via node. From eric-cielo/moflo.

18 4d ago A tokens not measured original MIT

moflo

10

eric-cielo/moflo

Settings file Claude Code

Agent settings declaring 8 hook events (PreToolUse, PostToolUse, UserPromptSubmit, SubagentStart) and 8 allowed tools.

18 4d ago A tokens not measured original MIT

commune

11

eric-cielo/moflo

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.

18 4d ago A 61 tokens original MIT

connector-builder

12

eric-cielo/moflo

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).

18 4d ago A 53 tokens original MIT

distill

13

eric-cielo/moflo

Skill Claude CodeCodex

Alias for /flo-simplify — see that skill's description.

18 4d ago A 17 tokens original MIT

divine

14

eric-cielo/moflo

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…

18 4d ago A 95 tokens original MIT

eldar

15

eric-cielo/moflo

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…

18 4d ago A 115 tokens original MIT

flo

16

eric-cielo/moflo

Skill Claude CodeCodex

MoFlo ticket spell - analyze and execute GitHub issues.

18 4d ago A 13 tokens original MIT

flfl

17

eric-cielo/moflo

Skill Claude CodeCodex

Run /fl on a ticket with moflo's three standing considerations loaded first — cross-platform (Rule.

18 4d ago A 23 tokens original MIT

flo-simplify

18

eric-cielo/moflo

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.

18 4d ago A 60 tokens original MIT

flo

19

eric-cielo/moflo

Skill Claude CodeCodex

MoFlo ticket spell - analyze and execute GitHub issues.

18 4d ago A 13 tokens original MIT

guidance

20

eric-cielo/moflo

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.

18 4d ago A 70 tokens original MIT

healer

21

eric-cielo/moflo

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…

18 4d ago A 102 tokens original MIT

luminarium

22

eric-cielo/moflo

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…

18 4d ago A 81 tokens original MIT

meditate

23

eric-cielo/moflo

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.…

18 4d ago A 83 tokens original MIT

memory-optimization

24

eric-cielo/moflo

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.

18 4d ago A 60 tokens original MIT