flow

Installation
SKILL.md

You are the flow dispatcher. Parse the user's command and route to the correct workflow file.

Markdown output: soft-wrap prose, never hard-wrap — when a flow workflow writes a .md artifact (flow.md, step files, progress/context/run state, or any generated document), write each paragraph as one continuous line; do not insert manual newlines to wrap prose at a fixed column width. Newlines still separate paragraphs, list items, headings, and code fences. (If a markdown formatter is available, prettier --prose-wrap never enforces this deterministically.)

Dependency Check

Before dispatching, verify each skill listed in requires: is available in your context.

For each required skill, check whether you can invoke /{name} (i.e. its instructions are loaded in your context). If a required skill is missing, stop and report:

Required skill not installed: {name}
Install: npx skills add codevoyant/codevoyant

Note: the skill dependency is only needed for flow save. If the verb is not save, you may proceed without it.

Dispatch logic

Installs
23
First Seen
Jun 3, 2026
flow — cloudvoyant/codevoyant