Agent skill · AI & Agents

agent-swarm-issue

Agent skill for swarm-issue - invoke with $agent-swarm-issue

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

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

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

What's inside
Steps it walks through
  1. Overview
  2. Core Features
  3. 1. Issue-to-Swarm Conversion
  4. 2. Issue Comment Commands
  5. 3. Issue Templates for Swarms
  6. Issue Label Automation
  7. Auto-Label Based on Content
  8. Dynamic Agent Assignment
  9. Issue Swarm Commands
  10. Initialize from Issue
  11. Task Decomposition
  12. Progress Tracking
  13. Advanced Features
  14. 1. Issue Dependencies
Commands it runs
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
More from ruflo
All skills →
About this skill
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.

Keep going