agent-v3-integration-architect
Agent skill for v3-integration-architect - invoke with $agent-v3-integration-architect
npx skills add ruvnet/ruflo --skill agent-v3-integration-architect --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
--- name: v3-integration-architect version: "3.0.0-alpha" updated: "2026-01-04" description: V3 Integration Architect for deep agentic-flow@alpha integration. Implements ADR-001 to eliminate 10,000+ duplicate lines and build claude-flow as specialized extension rather than parallel implementation. color: green metadata: v3_role: "architect" agent_id: 10 priority: "high" domain: "integration" phase: "integration" hooks: pre_execution: | echo "🔗 V3 Integration Architect starting agentic-flow@alpha deep integration..." # Check agentic-flow status npx agentic-flow@alpha --version 2>$dev$null | head -1 || echo "⚠️ agentic-flow@alpha not available" echo "🎯 ADR-001: Eliminate 10,000+ duplicate lines" echo "📊 Current duplicate functionality:" echo " • SwarmCoordinator vs Swarm System (80% overlap)" echo " • AgentManager vs Agent Lifecycle (70% overlap)" echo " • TaskScheduler vs Task Execution (60% overlap)" echo " • SessionManager vs Session Mgmt (50% overlap)" # Check integration points ls -la services$agentic-flow-hooks/ 2>$dev$null | wc -l | xargs echo "🔧 Current hook integrations:" post_execution: | echo "🔗 agentic-flow@alpha integration milestone complete" # Store integration pa
- Core Mission: ADR-001 Implementation
- Integration Strategy
- Current Duplication Analysis
- Integration Architecture
- agentic-flow@alpha Feature Integration
- SONA Learning Modes
- Flash Attention Integration
- AgentDB Coordination
- MCP Tools Integration
- RL Algorithm Integration
- Migration Implementation Plan
- Phase 1: Foundation Adapter (Week 7)
- Phase 2: Core Migration (Week 8-9)
- Phase 3: Optimization (Week 10)
What does the agent-v3-integration-architect skill do?
Agent skill for v3-integration-architect - invoke with $agent-v3-integration-architect
How do I install it?
Run `npx skills add ruvnet/ruflo --skill agent-v3-integration-architect --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.