Sub-skill of github-swarm-issue: Issue Templates for Swarms.
Scanned 9/9/2026
Install to Claude Code
npx -y skills add vamseeachanta/workspace-hub --skill issue-templates-for-swarms --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Issue Templates For Swarms?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/vamseeachanta-issue-templates-for-swarms-workspace-hub)More formats (shields.io, HTML) on the badges page.
---
name: github-swarm-issue-issue-templates-for-swarms
description: 'Sub-skill of github-swarm-issue: Issue Templates for Swarms.'
version: 1.0.0
category: development
type: reference
scripts_exempt: true
---
# Issue Templates for Swarms
## Issue Templates for Swarms
```yaml
# .github/ISSUE_TEMPLATE/swarm-task.yml
name: Swarm Task
description: Create a task for AI swarm processing
body:
- type: dropdown
id: topology
attributes:
label: Swarm Topology
options:
- mesh (collaborative)
- hierarchical (structured)
- ring (sequential)
- star (centralized)
validations:
required: true
- type: input
id: agents
attributes:
label: Required Agents
placeholder: "coder, tester, analyst"
- type: textarea
id: description
*See sub-skills for full details.*
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!