Enterprise AI agent orchestration marketplace for Claude Code
npx claudepluginhub whrit/agent-flowEnterprise AI agent orchestration plugin with 150+ commands, 74+ specialized agents, SPARC methodology, swarm coordination, GitHub integration, and neural training capabilities
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 79 focused plugins, 184 specialized agents, and 150 skills - optimized for granular installation and minimal token usage
Curated collection of 141 specialized Claude Code subagents organized into 10 focused categories
Flow-Agent is a personal successor to the Claude-Flow orchestration platform. It keeps the formidable multi-agent foundation built by the Claude-Flow team and evolves it into a provider-neutral toolkit that emphasises predictable operations, testability, and enterprise deployment story. Day-to-day workflows remain compatible with the existing CLI and MCP integrations while branding, documentation, and roadmap now reflect the Flow-Agent identity.
Flow-Agent would not exist without the pioneering work of the Claude-Flow project. This repository retains their implementation history and pays explicit acknowledgement to the original maintainers for designing the architecture we continue to iterate on.
flow-agent (legacy claude-flow entry points remain for backwards compatibility).docs/CODEX_PARITY_REBUILD.md for their current status.pnpm, npm, or yarn@anthropic-ai/claude-code# Install from the published alpha channel
npx flow-agent@alpha init --force
# Inspect available commands
npx flow-agent@alpha --help
# Launch a quick swarm coordination session
npx flow-agent@alpha swarm "Draft release notes for Flow-Agent"
# Start a persistent hive-mind workspace
npx flow-agent@alpha hive-mind spawn "Implement Codex parity smoke tests" --claude
Legacy scripts installed as claude-flow continue to work, forwarding to the Flow-Agent toolchain.
| Area | Description |
|---|---|
| Swarm | Fire-and-forget multi-agent runs for focused objectives. |
| Hive-Mind | Stateful, resumable orchestration with memory persistence. |
| Providers | Plug-in layer for LLM backends; Codex support now includes streaming, tooling flags, and smoke-testing hooks. |
| Hooks & MCP tools | Automation primitives for build, deployment, and knowledge workflows. |
| Memory | SQLite-backed store for task, conversation, and artefact history. |
automation run-workflow, automation mle-star) with provider-aware spawning.docs/CODEX_PARITY_REBUILD.md tracks the Codex remediation backlog; smoke tests (CODEX_SMOKE_TEST=1 pnpm test:codex:smoke) exercise real binaries behind a feature flag.npm install
npm build
npm lint
npm test
Targeted tests:
# Unit and integration tests covering the Codex provider
npm test -- src/__tests__/unit/codex-event-translation-unit.test.ts src/__tests__/integration/codex-provider-integration.test.js
# Optional smoke test (requires CODEX CLI on PATH)
CODEX_SMOKE_TEST=1 npm test:codex:smoke
Roadmap items are tracked in docs/CODEX_PARITY_REBUILD.md, docs/CODEX_PARITY_UPDATE.md, and project issues as they migrate to the Flow-Agent namespace.
We welcome contributions that improve robustness, parity, and documentation clarity. When opening a pull request:
npm lint, npm typecheck, and the relevant Jest suites.