agentic-flow
Orchestrate self-learning AI agent swarms for coding and automation
All Skills in This Repository (4)
Pure Emerald Level Indicatorsswarm-coordination
Orchestrate multi-agent swarms for parallel task execution with configurable topologies.
memory-patterns
Store and retrieve persistent memory patterns across agent sessions using ReasoningBank.
agentic-flow-quickstart
Initialize and configure agentic-flow projects with MCP server integration for Claude Code.
agentic-jujutsu
Resolve concurrent multi-agent code editing conflicts with automatic, lock-free version control.
Frequently Asked Questions
FAQPage SchemaHow to install agentic-flow?โผ
Run `npx skills add ruvnet/agentic-flow --all -g -y` in your terminal to install all skills in this suite globally.
What does agentic-flow do?โผ
It coordinates swarms of specialized AI agents (coders, testers, reviewers) to build, test, and deploy software in parallel. Agents learn from past tasks to improve routing and quality over time.
How do AI agents learn and improve with agentic-flow?โผ
Built-in ReasoningBank and AgentDB memory store successful patterns from every task, so agents recall proven solutions and avoid past mistakes automatically.
Does agentic-flow work with Claude Code?โผ
Yes. It integrates directly with Claude Code through MCP servers, hooks, and the Task tool for parallel agent execution.
Can agentic-flow automate GitHub workflows?โผ
Yes. It includes skills for pull request reviews, release management, issue triage, and CI/CD pipeline automation coordinated by agent swarms.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core