Skip to main content

Use FlowMVI with AI Agents

LLM-friendly docs

We publish LLMs.txt and LLMs-full.txt at the documentation root so agents can index the full docs quickly.

curl -L https://opensource.respawn.pro/FlowMVI/LLMs.txt
curl -L https://opensource.respawn.pro/FlowMVI/LLMs-full.txt

You can also fetch any doc page as markdown by appending .md to its URL, which makes curl-based discovery easy:

curl -L https://opensource.respawn.pro/FlowMVI/quickstart.md

Claude Code plugin

Install the FlowMVI Claude Code plugin from the Respawn marketplace:

/plugin marketplace add respawn-app/claude-plugin-marketplace
/plugin install flowmvi@respawn-tools

Codex skill

Install the FlowMVI Codex skill with the skill-installer skill:

$skill-installer install https://github.com/respawn-app/FlowMVI/tree/main/skills/flowmvi

Restart Codex after installation to pick up the new skill.

Manual use (no harness)

Download the skills/flowmvi folder and place it in your repository, then add to your AGENTS.md:

When working with FlowMVI stores/containers, plugin pipelines, composing stores, decorators, or authoring plugins, read 
`skills/flowmvi/SKILL.md` to learn how to use the framework.