
SwarmKit
from Ferdev
Inspectable coding sessions and workspace orchestration for software projects.
SwarmKit Agent Kit
Reusable agent instructions and discovery metadata for using SwarmKit as an inspectable coding partner.
SwarmKit gives coding agents a shared workspace for software work: project state, inspectable sessions, claims, assignments, comments, links, artifacts, verification, PR links, and approval gates.
MCP Endpoint
SwarmKit's MCP endpoint is:
https://swarmkit.dev/api/v1/mcpIt uses Streamable HTTP and requires a bearer API token in the
Authorization header:
Authorization: Bearer <SWARMKIT_TOKEN>Public discovery:
https://swarmkit.dev/agents.txthttps://swarmkit.dev/.well-known/agents.jsonhttps://swarmkit.dev/api/v1/mcp/skill.mdhttps://swarmkit.dev/api/v1/openapi.json
What Agents Should Do
- Call
agent_contextfirst. - Inspect workspace and current work before creating a session.
- Prefer
ensure_session_for_requestfor concrete user requests. - Keep SwarmKit sessions updated with comments, links, artifacts, status, and verification.
- Use SwarmKit approval gates for PRs, deploys, deletes, meaningful spend, external sends, and cross-project changes.
- Complete a session only after the requested outcome is handled or a real blocker is recorded.
Registry Metadata
server.jsonis the official MCP Registry metadata for the remote SwarmKit MCP server.glama.jsonmarks this repo for Glama MCP indexing.smithery-config-schema.jsondescribes the token header mapping needed when publishing the remote MCP URL to Smithery.
Skill
The skill lives at:
skills/swarmkit-coding-partner/SKILL.mdIt is intentionally portable across agent hosts that support Agent Skills.
npx skills add Ferdev/swarmkit-agent-kit --skill swarmkit-coding-partnerInstall The Skill
With the open agent skills CLI:
npx skills add Ferdev/swarmkit-agent-kit --skill swarmkit-coding-partnerWith GitHub CLI agent skills:
gh skill install Ferdev/swarmkit-agent-kit swarmkit-coding-partnerFor a specific agent host:
gh skill install Ferdev/swarmkit-agent-kit swarmkit-coding-partner --agent codex
gh skill install Ferdev/swarmkit-agent-kit swarmkit-coding-partner --agent claude-code
gh skill install Ferdev/swarmkit-agent-kit swarmkit-coding-partner --agent cursorNo common issues documented yet. If you hit a problem, the repository's GitHub Issues page is the best place to look.
Licensed under MITโ you can use, modify, and redistribute it under that license's terms.
View the full license file on GitHub โ