fusebase-dev/fusebase-flow

The framework client-facing teams use to build internal & client apps with AI. Two agents — a Product Owner that advises what to build, and an AI Developer that ships it. Built by FuseBase.

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

fusebase-dev/fusebase-flow

Skill Claude CodeCodex

Use when the operator asks "is Fusebase Flow healthy", "check Fusebase Flow", "did fusebase update break anything", "Fusebase Flow status", "restore Fusebase Flow", or asks whether Fusebase CLI and Fusebase Flow agent files conflict. Runs the read-only health engine, reports layer verdicts (HEALTHY, CLILAYERDRIFT…

9 7d ago A 159 tokens original MIT

fusebase-gate

26

fusebase-dev/fusebase-flow

Skill Claude CodeCodex

How to use MCP for Fusebase Gate. Use when: working with gate contracts, tokens, org user listing, health, or generated MCP tools and prompts.

9 7d ago A 38 tokens original MIT

fusebase-dev/fusebase-flow

Skill Claude CodeCodex

How to develop apps that interact with Fusebase portals where they are embedded. Use when a task requires showing data based on the current parent portal or listing portal pages where the current app is embedded.

9 7d ago A 48 tokens original MIT

fusebase-dev/fusebase-flow

Skill Claude CodeCodex

Use when something worked before and is now broken (a regression), or the operator asks "when did this break", "find the commit that caused X", "it used to work", "compare to a previous version". Locates where a regression entered by comparing commits / bisecting history. Do NOT use for net-new bugs that never worked…

9 7d ago A 100 tokens original MIT

git-workflow

29

fusebase-dev/fusebase-flow

Skill Claude CodeCodex

General Git workflow for generated apps: safe local commits, clean history, and rollback guidance. Includes strict debug/deploy traceability section when git-debug-commits flag is enabled.

9 7d ago A 40 tokens original MIT

fusebase-dev/fusebase-flow

Skill Claude CodeCodex

Required patterns for auth and session errors in Fusebase Apps: AppTokenValidationError (401) on platform tokens, and backend session probes (/api/account/me) for SaaS apps with httpOnly cookies. Use when implementing auth error handling, AuthExpiredModal, session bootstrap on load, or global API error handlers.

9 7d ago A 68 tokens original MIT

handoff

31

fusebase-dev/fusebase-flow

Skill Claude CodeCodex

Use when a coding session is getting long, before stopping complex implementation/migration/debugging work, when the operator says "prepare a handoff" / "hand this off" / "continue in a new chat" / "/handoff", or when a long autonomous run needs continuity (Mode run-ledger, announced in chat) — archives the superseded…

9 7d ago A 168 tokens original MIT

fusebase-dev/fusebase-flow

Skill Claude CodeCodex

Use after spec is drafted to plan implementation; produces decisions, tasks, verification-gate, and implementer handoff. Do NOT write code, do NOT lock decisions on operator's behalf, do NOT run before spec exists.

9 7d ago A 49 tokens original MIT

fusebase-dev/fusebase-flow

Skill Claude CodeCodex

Build an app-owned account UI — your own sign-up/login form and your own password setup and reset — instead of handing users to platform auth pages and platform emails. Use when the app invites people in (addOrgUser / createAppMagicLink) and they must end up with a password they chose: the invitee sets it inside your…

9 7d ago A 106 tokens original MIT

lightweight-lane

34

fusebase-dev/fusebase-flow

Skill Claude CodeCodex

Use at Specify to classify a ticket Full vs Lightweight, and whenever a change looks small / reversible / low-risk ("small fix", "tweak", "hotfix", "drop pretty-printing", "bump a constant"). Operationalizes FR-21 — ceremony proportional to change size. Defines the eligibility gate, the change-note artifact, the…

9 7d ago A 130 tokens original MIT

liveness-discipline

35

fusebase-dev/fusebase-flow

Skill Claude CodeCodex

Use when launching any long or silent work that could hang — your own probe/script/deploy/fetch-loop/browser-automation, a sub-agent, or a workflow — or when the operator says "the background task hangs", "the agent sits idle", "it never resumes", "is it still running?", or a turn ended waiting on something that never…

9 7d ago A 176 tokens original MIT

fusebase-dev/fusebase-flow

Skill Claude CodeCodex

Guide on creating connections to third-party services and integrating them into apps. Use when a user requests functionality involving communication with third-party services.

9 7d ago A 30 tokens original MIT

mcp-gate-debug

37

fusebase-dev/fusebase-flow

Skill Claude CodeCodex

After Fusebase Gate MCP tool sessions, produce a concise debug-oriented summary — what went smoothly, what did not, and actionable improvements to fusebase-gate skills, prompts, or MCP server behavior. Prioritize isolated SQL/NoSQL store flows.

9 7d ago A 56 tokens original MIT

fusebase-dev/fusebase-flow

Skill Claude CodeCodex

Use when planning tasks that touch big source files, when an edit would push a file past the module-size ceiling, when the pre-commit module-size ratchet warns or blocks, or when generating policies/module-size-baseline.txt. Operationalizes FR-25 — module-size ratchet (ceiling default 800; over-ceiling files may…

9 7d ago A 145 tokens original MIT

north-star

39

fusebase-dev/fusebase-flow

Skill Claude CodeCodex

Use when docs/north-star.md exists (the project has been onboarded) OR the operator explicitly asks to check/apply the North Star — steer every task, decision, and fix toward the project's locked vision and flag drift away from it. On the absence path it is a silent no-op by default, with ONE narrow sanctioned output…

9 7d ago A 127 tokens original MIT

phase-audit

40

fusebase-dev/fusebase-flow

Skill Claude CodeCodex

Use when a multi-slice phase has been implemented and the operator wants an independent audit of ALL slices before sign-off, or asks to "audit the phase", "review all slices", "independent check". Spawns a fresh sub-agent that examines every slice against the spec. Do NOT use for a single-diff review (use…

9 7d ago A 92 tokens original MIT

fusebase-dev/fusebase-flow

Skill Claude CodeCodex

Use when planning how to structure a product — deciding whether to build one large app or several focused apps. Gives generic decomposition guidance always (reliability + token economy), and steers to the specific app breakdown when docs/ /product.md defines one. Do NOT use for single-file edits or for app-internal…

9 7d ago A 73 tokens original MIT

product-docs-first

42

fusebase-dev/fusebase-flow

Skill Claude CodeCodex

Use when starting a new app and the operator wants product documentation designed before code, OR docs/ /product.md exists. Ingests operator research and the North Star, then designs per-app product docs that planning builds from. If no product.md exists and the operator did not ask to create one, this skill does…

9 7d ago A 88 tokens original MIT

product-owner

43

fusebase-dev/fusebase-flow

Skill Claude CodeCodex

Use when the operator types /product-owner, asks to activate Product Owner, start a Product Owner or PO session, or searches /product in Codex for Fusebase Flow project management. Do NOT use for implementing code; route implementation to the AI Developer role.

9 7d ago A 55 tokens original MIT

project-onboarding

44

fusebase-dev/fusebase-flow

Skill Claude CodeCodex

Use when the operator wants to set up / optimize THIS project for their vision — onboard the project, capture the North Star, define audience, or run the discovery interview. Triggers on "/onboard", "onboard my project", "set up my project", "capture my vision", "set my north star". Product-Owner-owned. Creates…

9 7d ago A 116 tokens original MIT

fusebase-dev/fusebase-flow

Skill Claude CodeCodex

Use ONLY when verification passed AND operator explicitly says "prepare deploy" / "draft deploy" / "ship it"; drafts deploy handoff, captures deploy hash + probes + smoke, advises spec DRAFT→DONE flip. Do NOT auto-invoke; operator triggers explicitly.

9 7d ago A 60 tokens original MIT

remote-logs

46

fusebase-dev/fusebase-flow

Skill Claude CodeCodex

Use when debugging a deployed app backend. Explains how to fetch build logs and runtime logs using the fusebase remote-logs command. Only applicable to apps with a backend/ folder. For local development, use dev-debug-logs skill instead.

9 7d ago A 56 tokens original MIT

fusebase-dev/fusebase-flow

Skill Claude CodeCodex

Use on first Fusebase Flow install, opening an unfamiliar repo, or after major restructuring; produces durable context map (commands, structure, protected paths, risky boundaries). Do NOT use for routine ticket investigation.

9 7d ago A 47 tokens original MIT

fusebase-dev/fusebase-flow

Skill Claude CodeCodex

Use when operator starts a new ticket ("ship X", "build Y", "add feature", "fix workflow") and no spec exists; produces spec, clarify questions, acceptance criteria. Do NOT use for code edits, mid-flight reorgs, or after a spec is locked.

9 7d ago A 61 tokens original MIT