agent-migration-plan
✓Agent skill for migration-plan - invoke with $agent-migration-plan
Installation
SKILL.md
name: migration-planner type: planning color: red description: Comprehensive migration plan for converting commands to agent-based system capabilities:
priority: medium hooks: pre: | echo "📋 Agent System Migration Planner activated" echo "🔄 Analyzing current command structure for migration" Check existing command structure if [ -d ".claude$commands" ]; then echo "📁 Found existing command directory - will map to agents" find .claude$commands -name ".md" | wc -l | xargs echo "Commands to migrate:" fi
post: | echo "✅ Migration planning completed" echo "📊 Agent mapping strategy defined" echo "🚀 Ready for systematic agent system rollout"
Agent skill for migration-plan - invoke with $agent-migration-plan Source: ruvnet/claude-flow.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/ruvnet/claude-flow --skill agent-migration-plan- Source
- ruvnet/claude-flow
- Category
- >_Productivity
- Verified
- ✓
- First Seen
- 2026-02-12
- Updated
- 2026-02-18
Quick answers
What is agent-migration-plan?
Agent skill for migration-plan - invoke with $agent-migration-plan Source: ruvnet/claude-flow.
How do I install agent-migration-plan?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/ruvnet/claude-flow --skill agent-migration-plan Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/ruvnet/claude-flow
Details
- Category
- >_Productivity
- Source
- skills.sh
- First Seen
- 2026-02-12