FLOW.md
A FLOW.md is a routing file that maps a task or intent to the skill that should handle it. Flowy reads it on each prompt and auto-invokes the right skill, so you do not have to remember which one to call.
Where a raw skill list leaves you to pick and invoke skills yourself, a FLOW.md is the decision tree that picks for you. It sits inside a Flow alongside a hand-picked set of skills.
A hook re-reads the routing on each prompt and after context compaction, so the routing stays live for the whole session instead of decaying.