agent-v3-integration-architect

Solid

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

AI & Automation 56,717 stars 6459 forks Updated today MIT

Install

View on GitHub

Quality Score: 93/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

--- 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 patterns npx agentic-flow@alpha memory store-pattern \ --session-id "v3-integration-$(date +%s)" \ --task "Integration: $TASK" \ --agent "v3-integration-architect" \ --code-reduction "10000+" 2>$dev$...

Details

Author
ruvnet
Repository
ruvnet/ruflo
Created
12 months ago
Last Updated
today
Language
TypeScript
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category