AgentSkillsCN

cli-claude-flow

当用户需要协助使用 claude-flow CLI 命令时,可使用此技能,涵盖 process(claude-flow process)、providers(claude-flow providers)、route(claude-flow route)、agent、analyze、claims、completions、config、daemon、deployment、doctor、embeddings、guidance、hive-mind、hooks、init、issues、mcp、memory、migrate、neural、performance、plugins、progress、ruvector、security、session、start、status、swarm、task、update、workflow。全面覆盖 33 条 claude-flow 命令的标志、子命令、使用模式以及故障排除方法。

SKILL.md
--- frontmatter
name: cli-claude-flow
description: >-
  This skill should be used when the user needs help with claude-flow CLI commands, including process (claude-flow process), providers (claude-flow providers), route (claude-flow route), agent, analyze, claims, completions, config, daemon, deployment, doctor, embeddings, guidance, hive-mind, hooks, init, issues, mcp, memory, migrate, neural, performance, plugins, progress, ruvector, security, session, start, status, swarm, task, update, workflow. Covers flags, subcommands, usage patterns, and troubleshooting for all 33 claude-flow commands.

claude-flow CLI Reference

Expert command reference for claude-flow v3.1.0-alpha.3.

  • 51 commands (3 with subcommands)
  • 7 command flags + 8 global flags
  • 17 usage examples
  • Max nesting depth: 1

When to Use

This skill applies when:

  • Constructing or validating claude-flow commands
  • Looking up flags, options, or subcommands
  • Troubleshooting claude-flow invocations or errors
  • Needing correct syntax for claude-flow operations

Prerequisites

Install claude-flow:

bash
npm install -g claude-flow@latest

Quick Reference

CommandDescription
claude-flow agentAgent Management Commands
claude-flow analyzeAnalyze Commands
claude-flow claimsClaude Flow Claims System
claude-flow completionsShell Completions
claude-flow configConfiguration Management
claude-flow daemonWorker Daemon - Background Task Management
claude-flow deploymentClaude Flow Deployment
claude-flow doctorclaude-flow doctor
claude-flow embeddingsClaude Flow Embeddings
claude-flow guidanceGuidance Control Plane
claude-flow hive-mindHive Mind - Consensus-Based Multi-Agent Coordination
claude-flow hooksSelf-Learning Hooks System
claude-flow initClaude Flow appears to be already initialized
claude-flow issuesIssue Claims (ADR-016)
claude-flow mcpMCP Server Management
claude-flow memoryMemory Management Commands
claude-flow migrateV2 to V3 Migration Tools
claude-flow neuralClaude Flow Neural System
claude-flow performanceClaude Flow Performance Suite
claude-flow pluginsClaude Flow Plugin System
claude-flow processclaude-flow process
claude-flow progress
claude-flow providersclaude-flow providers
claude-flow routeclaude-flow route
claude-flow ruvectorRuVector PostgreSQL Bridge
claude-flow securityClaude Flow Security Suite
claude-flow sessionSession Management Commands
claude-flow startStarting Claude Flow V3
claude-flow status
claude-flow swarmSwarm Coordination Commands
claude-flow taskTask Management Commands
claude-flow updateUpdate Command
claude-flow workflowWorkflow Commands

Global Flags

FlagShortTypeDescription
--config-cstringPath to configuration file
--format-fboolOutput format (text, json, table)
--help-hboolShow help information
--interactive-iboolEnable interactive mode
--no-color``boolDisable colored output
--quiet-QboolSuppress non-essential output
--verbose-vboolEnable verbose output
--version-VboolShow version number

Command Overview

Commands

agent, analyze, claims, completions, config, daemon, deployment, doctor, embeddings, guidance, hive-mind, hooks, init, issues, mcp, memory, migrate, neural, performance, plugins, progress, ruvector, security, session, start, status, swarm, task, update, workflow

Command Groups

process, providers, route

Common Usage Patterns

bash
claude-flow doctor

Run full health check

bash
claude-flow doctor --fix

Show fixes for issues

bash
claude-flow doctor --install

Auto-install missing dependencies

bash
claude-flow doctor -c version

Check for stale npx cache

bash
claude-flow doctor -c claude

Check Claude Code CLI only

bash
claude-flow process daemon --action start

Start daemon

bash
claude-flow process monitor --watch

Watch processes

bash
claude-flow process workers --action list

List workers

Detailed References

For complete command documentation including all flags and subcommands:

  • Full command tree: see references/commands.md
  • All usage examples: see references/examples.md

Troubleshooting

  • Run claude-flow doctor to diagnose issues
  • Use claude-flow --help or claude-flow <command> --help for inline help
  • Add --verbose for detailed output during debugging

Re-scanning

To update this plugin after a CLI version change, run the /scan-cli command or manually execute the crawler and generator.