Digital-Process-Tools

Declare — Development skill for Claude Code

Development community

Write or extend swarm.json for the current repo by reading its agent MDs and declaring structure only — who spawns whom, with what, what comes back, who may do what.

How to install Declare

Installs to ~/.claude/skills/digital-process-tools-claude-swarm-builder-declare/SKILL.md

Terminal
mkdir -p ~/.claude/skills/digital-process-tools-claude-swarm-builder-declare && curl -fsSL https://raw.githubusercontent.com/Digital-Process-Tools/claude-swarm-builder/HEAD/commands/declare.md -o ~/.claude/skills/digital-process-tools-claude-swarm-builder-declare/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Declare does


description: Write or extend swarm.json for the current repo by reading its agent MDs and declaring structure only — who spawns whom, with what, what comes back, who may do what.

Read `docs/model.md` first; it is the schema in prose and the line between structure (goes in the JSON) and behaviour (stays in the MD).

Then, for the repo you are in:

  1. List the agent definitions (agents/*.md, .claude/agents/*.md) and the commands or skills that spawn them.
  2. For each agent, fill one c

Alternatives in Development

Full documentation available on GitHub

View Source Repository