Make a Flow.
Solve one real problem end-to-end. Bundle the skills. Ship the routing. Your domain expertise becomes durable.
The deal
What you build
Two things: a few hand-picked skills and a FLOW.md that routes them. Flowy does the rest.
you write
Your skills, and the router that fires them in order.
flowy provides, free
- Enforcement (the hook)
- Per-session state
- Surviving compaction
You never write a hook.
your-flow/ ├── FLOW.md routing decision tree ├── SKILL.md overview ├── LICENSE required └── skills/your-skill/SKILL.md
For creators
Why make one?
Your routing runs for every user
Encode the path once. Every user who activates your Flow gets your exact routing. Your domain expertise, running on every run.
Credit goes to you
Your handle on every listing. Domain depth visible. Anonymous by default if you prefer.
Creator monetization is a V2 bet. No date. Watch the repo.
Build process
How it works
Five steps from blueprint to merged listing.
- 01
Install
Add the Flowy marketplace plugin to Claude Code, then install the Flowy router.
claude-code> /plugin marketplace add MaximoCorrea1/flowy-flows > /plugin install flowy@flowy-flows
- 02
Clone the blueprint
Grab the format-canonical starter Flow.
clone.sh$ git clone https://github.com/MaximoCorrea1/flowy-flowsCopy
flows/_blueprint/somewhere OUTSIDE this repo before customizing. - 03
Customize
Rename the
_blueprintfolder and theyour-skill-hereskill. Replace every<<…>>placeholder with your own phases, conditions, and skills. See a fully-worked example first. Ten files max. - 04
Validate
Paste your FLOW.md at flowy.sh/create-a-flow/validate for a quick lint, or upload the full bundle for all checks.
- 05
Submit
Sign in at flowy.sh/me/flows/new for in-app upload, OR open a PR to MaximoCorrea1/flowy-flows. Both paths land in the same review queue.
Review criteria
What we look for
- Decision tree present (not prose)
- Skills bundled, not referenced
- Problem solved end-to-end
- Domain credibility evident
- License declared
Hard stops
What gets rejected
- Rejected · 01
FLOW.md that's prose without a decision tree. The agent has nothing to route from.
- Rejected · 02
Skills referenced but not bundled in skills/. Your Flow does not ship complete.
- Rejected · 03
No LICENSE file. We cannot host content without a license declaration.
Questions
FAQ
How long does review take?
Maximo reviews every submission personally. Expect 3 to 7 days for a first pass.
What if my Flow gets rejected?
We send specific feedback. Iterate and resubmit. No limit on attempts.
Can I update my Flow after it's published?
Yes. Submit a new version via the same path and we will update the listing.
Do I have to use my real name?
No. Pick any handle. Anonymous attribution is fine.
What licenses are accepted?
CC-BY-SA-4.0 (default), MIT, CC-BY-4.0, or CC0-1.0.
You bring the goal. Your Flow brings the skill.
Ship it.