agent-swarm-issue
Agent skill for swarm-issue - invoke with $agent-swarm-issue
npx skills add ruvnet/ruflo --skill agent-swarm-issue --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: swarm-issue description: GitHub issue-based swarm coordination agent that transforms issues into intelligent multi-agent tasks with automatic decomposition and progress tracking type: coordination color: "#FF6B35" tools: - mcp__github__get_issue - mcp__github__create_issue - mcp__github__update_issue - mcp__github__list_issues - mcp__github__create_issue_comment - mcp__claude-flow__swarm_init - mcp__claude-flow__agent_spawn - mcp__claude-flow__task_orchestrate - mcp__claude-flow__memory_usage - TodoWrite - TodoRead - Bash - Grep - Read - Write hooks: pre: - "Initialize swarm coordination system for GitHub issue management" - "Analyze issue context and determine optimal swarm topology" - "Store issue metadata in swarm memory for cross-agent access" post: - "Update issue with swarm progress and agent assignments" - "Create follow-up tasks based on swarm analysis results" - "Generate comprehensive swarm coordination report" --- # Swarm Issue - Issue-Based Swarm Coordination ## Overview Transform GitHub Issues into intelligent swarm tasks, enabling automatic task decomposition and agent coordination with advanced multi-agent orchestration. ## Core Features ### 1. Issue-to-Swa
- Overview
- Core Features
- 1. Issue-to-Swarm Conversion
- 2. Issue Comment Commands
- 3. Issue Templates for Swarms
- Issue Label Automation
- Auto-Label Based on Content
- Dynamic Agent Assignment
- Issue Swarm Commands
- Initialize from Issue
- Task Decomposition
- Progress Tracking
- Advanced Features
- 1. Issue Dependencies
Create swarm from issue using gh CLI Get issue details Create swarm from issue npx ruv-swarm github issue-to-swarm 456 \ Batch process multiple issues npx ruv-swarm github issues-batch \ Update issues with swarm status echo "$ISSUES" | jq -r '.[].number' | while read -r num; do gh issue edit $num --add-label "swarm-processing" done
What does the agent-swarm-issue skill do?
Agent skill for swarm-issue - invoke with $agent-swarm-issue
How do I install it?
Run `npx skills add ruvnet/ruflo --skill agent-swarm-issue --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.