Use the swarm KV store (Redis-like, namespaced) for cross-task / cross-session / per-page state. Auto-scoped to your context (Slack thread / PR / Linear issue / agent / page). Use for counters, cursors, page state. Do NOT use for secrets (swarm_config), embedded knowledge (memory), or files (agent-fs).
$npx -y skills add desplega-ai/agent-swarm --skill kv-storageInstalls into the current project.
Run `npx skills use "https://github.com/desplega-ai/agent-swarm" --skill "desplega-ai/agent-swarm/kv-storage"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/desplega-ai/agent-swarm" that are relevant to the current task. Run `npx skills add "https://github.com/desplega-ai/agent-swarm"` and select the relevant skills, then follow their instructions.