Loop Mode
Autonomous continuous execution with automatic context preservation. Claude Code supported.
Stop writing prompts. Start building software.
# Continuous autonomous work (Claude Code)
sylphx-flow "process all github issues" --loop --target claude-code
# With wait time for polling
sylphx-flow "check for new commits" --loop 300 --max-runs 20
# Load prompts from files
sylphx-flow "@complex-task.txt"90% less prompt. 100% better code.
Traditional AI coding tools make you work too hard - spending more time writing prompts than code. Sylphx Flow changes that with autonomous agents that understand your codebase, follow your patterns, and work continuously until you tell them to stop.
Not a single generic AI, but specialized experts:
Every agent automatically follows:
Find code by what it does, not what it's called:
Extended capabilities through Model Context Protocol:
Access professionally maintained best practices:
Zero maintenance - we keep it up-to-date for you.
# Install from npm
npm install -g @sylphx/flow
# Or with bun (recommended)
bun install -g @sylphx/flow
# Start using (auto-initializes on first use)
sylphx-flow "implement authentication"Links: