Implement a GitHub issue or GitLab issue and create a PR/MR
desplega-ai/agent-swarm
SkillsMP has collected 20 skills from desplega-ai/agent-swarm. Open a skill to review its source and details.
- Latest recorded source activity
- SkillsMP catalog refreshed
- skills collected
- 20
- GitHub stars
- 727
- GitHub forks
- 87
Skills in this repository
Showing 20 of 20 collected skills.
Start the Agent Swarm Leader
Work on a specific task assigned to you in the agent swarm
Bulk, repeat, fan-out, or data-heavy work: write and run swarm scripts (inline `script-run`, named `script-upsert`, durable `launch-script-run`). Covers the script-vs-tool rubric, the authoring contract (`args` first, `ctx` second), the seed catalog,…
Guardrails for polling, scheduled jobs, and long-running external operations. Use whenever a task waits on CI, builds, deploys, browser jobs, or another asynchronous API so work survives heartbeat checks without duplicate delivery.
Generic Attio CRM REST API v2 recipes for querying records, upserting companies/people/deals, writing notes/tasks/comments, managing lists, and handling webhooks.
Use Composio from Agent Swarm through the `agent-swarm x composio` CLI route, the `swarm_x` MCP tool, or a registered `ctx.api.composio` script connection. Trigger when a task needs connected third-party app tools such as Gmail, Google Calendar, Google Docs,…
Canonical AgentMail send-message API reference for swarm agents. Pins the base URL, required field names, text-only rendering workaround, BCC policy, and ready-to-copy curl / swarm-script examples so agents do not rediscover the API surface at runtime.
How to interact with Kapso WhatsApp from the swarm — read inbound webhook payloads (text AND media), fetch message history, send free-form messages within the 24h session window (and template messages outside it), mark-as-read, show the typing indicator, send…
Guide for running local E2E tests with API server, Docker lead/worker containers, task creation, log verification, UI dashboard, and cleanup
Effective communication within the agent swarm using internal Slack
How to manage the user registry — creating users for new Slack/GitHub/GitLab/Linear identities, managing aliases, resolving users across platforms. Use when a new human interacts with the swarm or when user identity needs updating.
Create a pull request (GitHub) or merge request (GitLab) from the current branch
Review a pull request (GitHub) or merge request (GitLab) and provide detailed feedback
Close a GitHub or GitLab issue with a summary comment
Investigate and triage a Sentry error issue
Respond to a GitHub issue/PR or GitLab issue/MR
Handle the agent personal todos.md file
Review a task that has been offered to you and decide whether to accept or reject it
Start an Agent Swarm Worker