analyze-code-quality
Advanced code quality analysis agent for comprehensive code reviews and improvements
Complete migration plan for converting command-based system to intelligent agent-based system
> /plugin marketplace add ruvnet/rufloHow it fires
How this agent gets triggered: by you, by Claude, or both.
Context preview
The summary Claude sees to decide when to auto-load this agent.
Complete migration plan for converting command-based system to intelligent agent-based system
name: Migration Summary type: documentation category: migration description: Complete migration plan for converting command-based system to intelligent agent-based system
This document provides a complete migration plan for converting the existing command-based system (`.claude/commands/`) to the new intelligent agent-based system (`.claude/agents/`). The migration preserves all functionality while adding natural language understanding, intelligent coordination, and improved parallelization.
| Command | Agent | Key Changes | |---------|-------|-------------| | `/coordination/init.md` | `coordinator-swarm-init.md` | Auto-topology selection, resource optimization | | `/coordination/spawn.md` | `coordinator-agent-spawn.md` | Intelligent capability matching | | `/coordination/orchestrate.md` | `orchestrator-task.md` | Enhanced parallel execution |
| Command | Agent | Key Changes | |---------|-------|-------------| | `/github/pr-manager.md` | `github-pr-manager.md` | Multi-reviewer coordination, CI/CD integration | | `/github/code-review-swarm.md` | `github-code-reviewer.md` | Parallel review execution | | `/github/release-manager.md` | `github-release-manager.md` | Multi-repo coordination | | `/github/issue-tracker.md` | `github-issue-tracker.md` | Project board integration |
| Command | Agent | Key Changes | |---------|-------|-------------| | `/sparc/orchestrator.md` | `sparc-coordinator.md` | Phase management, quality gates | | `/sparc/coder.md` | `implementer-sparc-coder.md` | Parallel TDD implementation | | `/sparc/tester.md` | `qa-sparc-tester.md` | Comprehensive test strategies | | `/sparc/designer.md` | `architect-sparc-designer.md` | System architecture focus | | `/sparc/documenter.md` | `docs-sparc-documenter.md` | Multi-format documentation |
| Command | Agent | Key Changes | |---------|-------|-------------| | `/analysis/performance-bottlenecks.md` | `performance-analyzer.md` | Predictive analysis, ML integration | | `/analysis/token-efficiency.md` | `analyst-token-efficiency.md` | Cost optimization focus | | `/analysis/COMMAND_COMPLIANCE_REPORT.md` | `analyst-compliance-checker.md` | Automated compliance validation |
| Command | Agent | Key Changes | |---------|-------|-------------| | `/memory/usage.md` | `memory-coordinator.md` | Enhanced search, compression | | `/memory/neural.md` | `ai-neural-patterns.md` | Advanced ML capabilities |
| Command | Agent | Key Changes | |---------|-------|-------------| | `/automation/smart-agents.md` | `automation-smart-agent.md` | ML-based agent selection | | `/automation/self-healing.md` | `reliability-self-healing.md` | Proactive fault prevention | | `/automation/session-memory.md` | `memory-session-manager.md` | Cross-session continuity |
| Command | Agent | Key Changes | |---------|-------|-------------| | `/optimization/parallel-execution.md` | `optimizer-parallel-exec.md` | Dynamic parallelization | | `/optimization/auto-topology.md` | `optimizer-topology.md` | Adaptive topology selection |
Each agent follows this standardized format:
---
role: agent-role-type
name: Human Readable Agent Name
responsibilities:
- Primary responsibility
- Secondary responsibility
- Additional responsibilities
capabilities:
- capability-1
- capability-2
- capability-3
tools:
allowed:
- tool-name-1
- tool-name-2
restricted:
- restricted-tool-1
- restricted-tool-2
triggers:
- pattern: "regex pattern for activation"
priority: high
- keyword: "simple-keyword"
priority: medium
---
# Agent Name
## Purpose
[Agent description and primary function]
## Core Functionality
[Detailed capabilities and operations]
## Usage Examples
[Real-world usage scenarios]
## Integration Points
[How this agent works with others]
## Best Practices
[Guidelines for effective use]✅ Create agent definitions for all critical commands ✅ Define YAML frontmatter with roles and triggers ✅ Map tool permissions appropriately ✅ Document integration patterns
An agent meta-harness for Claude Code and Codex. 📖 RuFlo Explained — Build an AI Team That Plans, Remembers, Tests, and Improves A 14-chapter guide: from the basic idea to a first useful task, then memory, agent teams, plugins, cost and verification.
Repo: ruvnet/ruflo
Advanced code quality analysis agent for comprehensive code reviews and improvements
Advanced code quality analysis agent for comprehensive code reviews and improvements
Expert agent for system architecture design, patterns, and high-level technical decisions
Use this agent when you need to create foundational templates, boilerplate code, or starter configurations for new projects, components, or features. This…
Coordinates Byzantine fault-tolerant consensus protocols with malicious actor detection
Implements Conflict-free Replicated Data Types for eventually consistent state synchronization