source-command-claude-flow-help

Displays Codex-Flow CLI command reference and usage examples for agent orchestration.

Updated May 11, 2026
One-click install
npx skills add https://github.com/Turgunoff/mebellar_app --skill source-command-claude-flow-help-turgunoff
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: source-command-claude-flow-help
Source: https://github.com/Turgunoff/mebellar_app/tree/main/.agents/skills/source-command-claude-flow-help
Command: npx skills add https://github.com/Turgunoff/mebellar_app --skill source-command-claude-flow-help-turgunoff

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? When working with the Codex-Flow orchestration platform, users often forget the exact CLI syntax for managing agents, tasks, swarms, memory, and SPARC workflows. This Skill surfaces the full command reference on demand so you never have to leave your session to look up documentation. ## Core Features & Use Cases - Command Reference: Lists Codex-Flow commands for system management, agent spawning, task management, memory operations, SPARC development modes, swarm coordination, and MCP integration. - Usage Examples: Provides concrete bash examples such as initializing with SPARC, starting a development swarm, running TDD workflows, and storing project context in memory. - Best Practices: Includes operational guidance like using background mode for long tasks and persisting context in memory across sessions. - Use Case: You want to spawn a swarm for a complex feature but forgot the flags. Ask for the Codex-Flow help output and immediately see swarm "task" --strategy development --monitor --review with explanations. ## Quick Start Ask the assistant to show the Codex-Flow commands and usage help for the claude-flow-help source command.

Frequently Asked Questions about source-command-claude-flow-help

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I see all Codex-Flow commands and usage?▼

Invoke this skill to print the full Codex-Flow command reference, covering system management, agents, tasks, memory, SPARC modes, swarms, and MCP integration, along with bash examples for each command group.

How do I start a development swarm with Codex-Flow?▼

Run ./Codex-flow swarm "Build REST API" --strategy development --monitor --review. The help output also documents background mode for long-running swarms and the --ui flag for interactive monitoring.

What SPARC modes does Codex-Flow support?▼

Codex-Flow supports 17+ SPARC modes. Use ./Codex-flow sparc modes to list them, ./Codex-flow sparc run <mode> "task" to run a specific mode, and ./Codex-flow sparc tdd "feature" for a TDD workflow.

How do I store project context in Codex-Flow memory?▼

Use ./Codex-flow memory store "key" "value" to persist data, optionally with a namespace flag. You can later query it with memory query, view memory stats, or export and import memory files across sessions.

When should I use npx Codex-flow instead of ./Codex-flow?▼

Use npx -y Codex-flow@latest init --sparc only for initial project setup. After initialization, the documented best practice is to use the local ./Codex-flow binary for all subsequent commands.