Sub-skill of github-release-swarm: Swarm Coordination (+1).
Scanned 9/9/2026
Install to Claude Code
npx -y skills add vamseeachanta/workspace-hub --skill swarm-coordination --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Swarm Coordination?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/vamseeachanta-swarm-coordination-4dba7fb6)More formats (shields.io, HTML) on the badges page.
---
name: github-release-swarm-swarm-coordination
description: 'Sub-skill of github-release-swarm: Swarm Coordination (+1).'
version: 1.0.0
category: development
type: reference
scripts_exempt: true
---
# Swarm Coordination (+1)
## Swarm Coordination
```javascript
topology: "hierarchical",
maxAgents: 6,
strategy: "sequential"
})
tasks: [
{ task: "generate-changelog", agent: "changelog-agent" },
{ task: "build-artifacts", agent: "build-agent" },
{ task: "run-tests", agent: "test-agent" }
*See sub-skills for full details.*
## Memory for Release State
```javascript
action: "store",
key: "release/v2.0.0/state",
value: JSON.stringify({
stage: "testing",
changelog: "generated",
artifacts: ["npm", "docker"],
tests: "running"
})
})
```
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!
Use this skill when developing or maintaining browser extension code in the `browser/` directory, including Chrome/Firefox/Edge compatibility, content scripts, background scripts, or i18n updates.