source-command-claude-flow-help

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

Updated Feb 17, 2026
One-click install
npx skills add https://github.com/derbalimajd04-dot/al-wasat --skill source-command-claude-flow-help-derbalimajd04-dot
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: source-command-claude-flow-help
Source: https://github.com/derbalimajd04-dot/al-wasat/tree/main/.agents/skills/source-command-claude-flow-help
Command: npx skills add https://github.com/derbalimajd04-dot/al-wasat --skill source-command-claude-flow-help-derbalimajd04-dot

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? When working with the Codex-Flow orchestration platform, remembering the exact syntax for agent, task, memory, SPARC, and swarm commands is difficult. This Skill provides the complete command reference so you can quickly find the right command and flags. ## Core Features & Use Cases - Command Reference: Lists Codex-Flow commands for system management, agent spawning, task management, memory operations, SPARC development, swarm coordination, and MCP integration. - Usage Examples: Includes quick-start examples such as initializing with SPARC, starting a development swarm, and running TDD workflows. - Use Case: You want to spawn a specialized agent or start a monitored swarm but forgot the syntax. Invoke this Skill to get the exact command template, e.g. ./Codex-flow agent spawn researcher --name "Senior Researcher" --priority 8. ## Quick Start Ask the assistant to show the Codex-Flow help commands for starting a swarm or spawning an agent.

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 start a Codex-Flow swarm for a development task?▼

Run ./Codex-flow swarm "task description" with a strategy flag such as --strategy development. Add --monitor for real-time tracking, --background for long-running tasks, or --ui for interactive management.

How do I spawn an agent in Codex-Flow?▼

Use ./Codex-flow agent spawn <type> to create a new agent, optionally with --name and --priority flags. You can list active agents with ./Codex-flow agent list and stop one with ./Codex-flow agent terminate <id>.

What SPARC modes does Codex-Flow support?▼

Codex-Flow supports 17+ SPARC modes, listed via ./Codex-flow sparc modes. Run a specific mode with ./Codex-flow sparc run <mode> "task" or start a TDD workflow with ./Codex-flow sparc tdd "feature".

How do I store and query memory in Codex-Flow?▼

Store data with ./Codex-flow memory store "key" "value" and search it with ./Codex-flow memory query "search". You can also view statistics, export memory to a file, or import it back for cross-session persistence.

Does Codex-Flow support MCP integration?▼

Yes, Codex-Flow includes MCP commands: ./Codex-flow mcp status checks server status, mcp tools lists available tools, mcp config shows configuration, and mcp logs displays logs.