eric-cielo/moflo

MoFlo — an opinionated, local-first AI agent orchestration toolkit for Claude Code: semantic memory, learned routing, gates, and spells. No API keys, no cloud, works out of the box.

18Stars on the repository
40Mods indexed here, across every type
4d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

commune

01

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

02

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

03

eric-cielo/moflo

Skill Claude CodeCodex

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

18 4d ago A 17 tokens original MIT

divine

04

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

05

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

06

eric-cielo/moflo

Skill Claude CodeCodex

MoFlo ticket spell - analyze and execute GitHub issues.

18 4d ago A 13 tokens original MIT

flfl

07

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

08

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

09

eric-cielo/moflo

Skill Claude CodeCodex

MoFlo ticket spell - analyze and execute GitHub issues.

18 4d ago A 13 tokens original MIT

guidance

10

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

11

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

12

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

13

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

14

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

memory-patterns

15

eric-cielo/moflo

Skill Claude CodeCodex

Persistent memory patterns for moflo agents — session memory, long-term knowledge, pattern learning, and cross-session context via moflo's node:sqlite + HNSW vector store. Use when building stateful agents or assistants that need to remember across runs.

18 4d ago A 55 tokens original MIT

memory-team

16

eric-cielo/moflo

Skill Claude CodeCodex

Guided setup for sharing moflo's durable learnings through a git-tracked JSONL artifact — for a whole TEAM on one repo, OR for one person across several MACHINES (a team of one). Use when the user says "share learnings with my team", "commit our moflo memory", "sync memory across my laptop and desktop", "set up…

18 4d ago A 126 tokens original MIT

memory-worktree

17

eric-cielo/moflo

Skill Claude CodeCodex

Verify, customize, or opt out of moflo's AUTOMATIC durable-learning sharing across git worktrees / Conductor workspaces on one machine. As of the worktree-auto-sharing change this is on by default — learnings converge across a repo's worktrees with no setup. Use when the user asks "is memory shared across my…

18 4d ago A 134 tokens original MIT

optimize-learnings

18

eric-cielo/moflo

Skill Claude CodeCodex

Audit and curate the learnings memory namespace — the one namespace nothing re-derives, so the only one that rots. Runs moflo's mechanical audit to nominate stale, unused, and near-duplicate entries, then decides entry by entry whether to keep, retire, compress, or merge, and propagates the result to the shared…

18 4d ago A 116 tokens original MIT

perf-audit

19

eric-cielo/moflo

Skill Claude CodeCodex

Alias for /quicken — see that skill's description.

18 4d ago A 16 tokens original MIT

publish

20

eric-cielo/moflo

Skill Claude CodeCodex

Bump version, build, test, publish to npm, and install locally.

18 4d ago A 17 tokens original MIT

quicken

21

eric-cielo/moflo

Skill Claude CodeCodex

Quicken the codebase — an ad-hoc performance audit that reveals what drags (N+1 queries, needless re-renders, missing caching, memory leaks, redundant computation, hot-path complexity) and prescribes the fix, surfaced inline in the session. Scoped to your current diff by default, or to a path/area you name. Use before…

18 4d ago A 114 tokens original MIT

eric-cielo/moflo

Skill Claude CodeCodex

Adaptive learning for moflo agents via ReasoningBank: trajectory storage, verdict judgment, memory distillation, consolidation, and MMR retrieval. Use when building agents that should improve from experience across runs.

18 4d ago A 46 tokens original MIT

reset-epic

23

eric-cielo/moflo

Skill Claude CodeCodex

Reset an epic's test data — close PRs, delete branches, reopen issues, revert code.

18 4d ago A 24 tokens original MIT

spell-builder

24

eric-cielo/moflo

Skill Claude CodeCodex

Create, edit, and validate spell definitions (YAML/JSON) that compose connectors and step commands into end-to-end spells. Use when building new spell definitions, modifying existing ones, or exploring available spell components.

18 4d ago B 46 tokens original MIT