Agent skill

github-release-swarm-swarm-coordination

Sub-skill of github-release-swarm: Swarm Coordination (+1).

Stars 4
Forks 4

Install this agent skill to your Project

npx add-skill https://github.com/vamseeachanta/workspace-hub/tree/main/.claude/skills/_archive/development/github/github-release-swarm/swarm-coordination

SKILL.md

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"
    })
})

Expand your agent's capabilities with these related and highly-rated skills.

Didn't find tool you were looking for?

Be as detailed as possible for better results