Declare — Development skill for Claude Code
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
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:
- List the agent definitions (
agents/*.md,.claude/agents/*.md) and the commands or skills that spawn them. - For each agent, fill one c
Alternatives in Development
- Claude Flow Swarm 625 ★
- Swarm Collect — Collect and synthesize results from a completed swarm 508 ★
- Add Critical Pattern — Add current problem to Required Reading (juce8-critical-patterns.md) 209 ★
Full documentation available on GitHub
View Source RepositoryRelated Skills
Get Network Logs
Collect and analyze the current repo's production network/access logs, attribute where traffic comes from (cli
Auto Swarm Nth
Nth-iteration agent swarm — spawns parallel agent waves, evaluates strictly per wave, re-swarms gaps until 100
Web Build
Build or extend a web app, site, or API with clean structure and a defended supply chain.
Ldd Config
Show the current LDD hyperparameter config — which layer each value comes from (bundle default / project file
Symbol
Out-of-context symbol index -- locate symbols and structure with a few lines instead of reading whole files
Assign Agent.Skill
Orchestrator-only — read swarm state, select the next unassigned feature, route it to the correct cost tier, a
Related Agents
Swarm Member
Read-only swarm team member. Spawned by swarm via the Agent tool. Tools restricted to read and research only —
Fixme Write Product Spec
Writes product specifications by reading product context and current user-visible behavior. Produces only prod
Smoke QA
Use after web/CLI changes, before declaring work done — builds the bundled CLI from the current tree, boots it