Agent skill · Documentation

V3 Deep Integration

Deep agentic-flow@alpha integration implementing ADR-001. Eliminates 10,000+ duplicate lines by building claude-flow as specialized extension rather than parallel implementation.

rUv71,307★ · +1,002/wk · 3 repos on radarProfile →
claude-codecodexMIT
Install
npx skills add ruvnet/ruflo --skill v3-integration-deep --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 7 KB
Bundled scripts: none
Path: .agents/skills/v3-integration-deep/SKILL.md
Open the folder on GitHub →
Where it comes from
Source: ruvnet/ruflo
Stars: 67,015 · +629 this week
Language: TypeScript
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# V3 Deep Integration ## What This Skill Does Transforms claude-flow from parallel implementation to specialized extension of agentic-flow@alpha, eliminating massive code duplication while achieving performance improvements and feature parity. ## Quick Start ```bash # Initialize deep integration Task("Integration architecture", "Design agentic-flow@alpha adapter layer", "v3-integration-architect") # Feature integration (parallel) Task("SONA integration", "Integrate 5 SONA learning modes", "v3-integration-architect") Task("Flash Attention", "Implement 2.49x-7.47x speedup", "v3-integration-architect") Task("AgentDB coordination", "Setup 150x-12,500x search", "v3-integration-architect") ``` ## Code Deduplication Strategy ### Current Overlap → Integration ``` ┌─────────────────────────────────────────┐ │ claude-flow agentic-flow │ ├─────────────────────────────────────────┤ │ SwarmCoordinator → Swarm System │ 80% overlap (eliminate) │ AgentManager → Agent Lifecycle │ 70% overlap (eliminate) │ TaskScheduler → Task Execution │ 60% overlap (eliminate) │ SessionManager → Session Mgmt │ 50% overlap (eliminate) └─────────────────────────────────────────┘ TARGET: <5,000 lines (vs 15,000+ curr

What's inside
Steps it walks through
  1. What This Skill Does
  2. Quick Start
  3. Code Deduplication Strategy
  4. Current Overlap → Integration
  5. agentic-flow@alpha Feature Integration
  6. SONA Learning Modes
  7. Flash Attention Integration
  8. AgentDB Coordination
  9. MCP Tools Integration
  10. Migration Implementation
  11. Phase 1: Adapter Layer
  12. Phase 2: System Migration
  13. Phase 3: Cleanup
  14. RL Algorithm Integration
Commands it runs
Initialize deep integration
Feature integration (parallel)
More from ruflo
All skills →
About this skill
What does the V3 Deep Integration skill do?

Deep agentic-flow@alpha integration implementing ADR-001. Eliminates 10,000+ duplicate lines by building claude-flow as specialized extension rather than parallel implementation.

How do I install it?

Run `npx skills add ruvnet/ruflo --skill v3-integration-deep --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From ruvnet/ruflo, a repository with 67,015 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going