Agent skill · AI & Agents

agent-v3-integration-architect

Agent skill for v3-integration-architect - invoke with $agent-v3-integration-architect

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

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

Facts
Files in the skill folder: 1
SKILL.md size: 10 KB
Bundled scripts: none
Path: .agents/skills/agent-v3-integration-architect/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

--- 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

What's inside
Steps it walks through
  1. Core Mission: ADR-001 Implementation
  2. Integration Strategy
  3. Current Duplication Analysis
  4. Integration Architecture
  5. agentic-flow@alpha Feature Integration
  6. SONA Learning Modes
  7. Flash Attention Integration
  8. AgentDB Coordination
  9. MCP Tools Integration
  10. RL Algorithm Integration
  11. Migration Implementation Plan
  12. Phase 1: Foundation Adapter (Week 7)
  13. Phase 2: Core Migration (Week 8-9)
  14. Phase 3: Optimization (Week 10)
More from ruflo
All skills →
About this skill
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.

Keep going