← all publishers

desplega-ai

@desplega-ai source repo

56 published skills

  1. Slack Mock · desplega-ai
    Test a Slack bot end to end without a Slack workspace using @desplega.ai/slack-mock, a mock Slack server (Web API + Socket Mode) with message storage, an HTML viewer and screenshots. Use when writing or running e2e tests for a Bolt app (agent-swarm included), when you need to inject Slack messages, slash commands, button clicks or modal submissions toward a bot and assert its replies, reactions, edits or uploads, or when you want a screenshot of a Slack thread produced by a bot.
    0
    installs
  2. Agent Swarm · desplega-ai bundle
    Install, self-host, deploy, operate, or use agent-swarm. Covers Docker Compose, Kubernetes, configuration, coding agents, the admin UI, integrations, and connections.
    0
    installs
  3. Todos · desplega-ai
    Handle the agent personal todos.md file
    0
    installs
  4. Composio · desplega-ai bundle
    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, Google Drive, GitHub, Slack, Notion, or HubSpot through Tool Router sessions, Connect Links, or connected accounts. This is the HUB skill — for Google apps see the sibling skills `composio-gmail`, `composio-google-calendar`, `composio-google-docs`.
    0
    installs
  5. Create Pr · desplega-ai
    Create a pull request (GitHub) or merge request (GitLab) from the current branch
    0
    installs
  6. Review Pr · desplega-ai
    Review a pull request (GitHub) or merge request (GitLab) and provide detailed feedback
    0
    installs
  7. Swarm Chat · desplega-ai
    Effective communication within the agent swarm using internal Slack
    0
    installs
  8. Close Issue · desplega-ai
    Close a GitHub or GitLab issue with a summary comment
    0
    installs
  9. Start Leader · desplega-ai
    Start the Agent Swarm Leader
    0
    installs
  10. Start Worker · desplega-ai
    Start an Agent Swarm Worker
    0
    installs
  11. Work On Task · desplega-ai
    Work on a specific task assigned to you in the agent swarm
    0
    installs
  12. Swarm Scripts · desplega-ai bundle
    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, connections and secrets, `db_query`, and exposing a script as an API.
    0
    installs
  13. Respond Github · desplega-ai
    Respond to a GitHub issue/PR or GitLab issue/MR
    0
    installs
  14. Kapso Whatsapp · desplega-ai bundle
    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 reactions, download media, verify webhook signatures, and resolve contacts to swarm users. Canonical reference for ANY Kapso interaction beyond the thin `send-whatsapp-message` / `reply-whatsapp-message` MCP tools — for templates, media, reactions, typing, mark-as-read, signature verify, contact resolution, conversation history, drop to the REST recipes here. Use whenever a task references a WhatsApp message routed through Kapso, or when a workflow needs to reply on WhatsApp.
    0
    installs
  15. Implement Issue · desplega-ai
    Implement a GitHub issue or GitLab issue and create a PR/MR
    0
    installs
  16. User Management · desplega-ai
    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.
    0
    installs
  17. Agentmail Sending · desplega-ai bundle
    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.
    0
    installs
  18. Attio Interaction · desplega-ai bundle
    Generic Attio CRM REST API v2 recipes for querying records, upserting companies/people/deals, writing notes/tasks/comments, managing lists, and handling webhooks.
    0
    installs
  19. Review Offered Task · desplega-ai
    Review a task that has been offered to you and decide whether to accept or reject it
    0
    installs
  20. Swarm Local E2e · desplega-ai
    Guide for running local E2E tests with API server, Docker lead/worker containers, task creation, log verification, UI dashboard, and cleanup
    0
    installs
  21. Investigate Sentry Issue · desplega-ai
    Investigate and triage a Sentry error issue
    0
    installs
  22. Scheduled Task Resilience · desplega-ai bundle
    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.
    0
    installs
  23. QA · desplega-ai bundle
    Functional validation skill. Captures test evidence (screenshots, recordings, links) and produces QA reports in thoughts/*/qa/.
    0
    installs
  24. Ask User · desplega-ai
    Conventions for asking the user questions during a workflow via the AskUserQuestion tool. Other skills reference this to keep prompts consistent and structured.
    0
    installs
  25. Learning · desplega-ai bundle
    Compounding knowledge across projects and teams. Captures, searches, and promotes institutional learnings via tiered backends (local/qmd/agent-fs).
    0
    installs
  26. One Shot · desplega-ai
    Small-scope plan+implement in one session. Assess the prompt, optionally one bundled round of questions, maintain a lightweight yolo plan while implementing, verify, quick code review, commit. Use when the user invokes /one-shot, or asks to "just build/fix/add" something small without the full create-plan → implement-plan pipeline. Small means ≤ ~3 phases inside one subsystem — anything bigger escalates to /desplega:create-plan.
    0
    installs
  27. Planning · desplega-ai bundle
    Implementation planning skill. Creates detailed technical plans through interactive research and iteration.
    0
    installs
  28. Reviewing · desplega-ai
    Structured critique of research, plan, and brainstorm documents for completeness, gaps, and quality.
    0
    installs
  29. Verifying · desplega-ai
    Post-implementation plan verification. Cross-references plans against actual changes for completeness and accuracy.
    0
    installs
  30. Wts Expert · desplega-ai bundle
    Git worktree management expert for @desplega.ai/wts. Use when the user asks about git worktrees, wts commands, worktree workflows, or wants help managing multiple branches simultaneously.
    0
    installs
  31. V Planning · desplega-ai bundle
    Vertical / parallel implementation planning skill. Creates DAG-structured plan directories where each step is an independent, QA-able vertical slice that sub-agents can pick up and implement in parallel. Use whenever the user wants a plan that fans out (multiple independent features), invokes /v-plan, or asks for a "parallel plan", "DAG plan", "vertical plan", or "plan that can be parallelized" — even if they don't say those exact words. Prefer the linear `planning` skill for strictly sequential work.
    0
    installs
  32. Design Docs · desplega-ai bundle
    Create and maintain living per-system design docs at thoughts/*/design-docs/<system-slug>.md — Purpose, Glossary, numbered testable Invariants (normative for the code-reviewing Spec axis), Boundaries & Non-goals, Interfaces, Decision log, Amendment log. Use when the user says "create a design doc", "write down the invariants", "document the design/contract of X", or when researching/planning/one-shot finds a design doc for the touched system and needs the read-and-abide rules.
    0
    installs
  33. Questioning · desplega-ai bundle
    One-shot question answering using the research process. Answers inline without generating documents, then offers handoff to brainstorm or research.
    0
    installs
  34. Researching · desplega-ai bundle
    Comprehensive codebase research skill. Documents codebase as-is by spawning parallel sub-agents and synthesizing findings into research documents.
    0
    installs
  35. Oapi Expert · desplega-ai
    OpenAPI CLI expert for @desplega.ai/oapi. Use when users want to register OpenAPI specs, execute API requests, manage auth profiles, explore API endpoints, or work with REST APIs from the terminal.
    0
    installs
  36. Implementing · desplega-ai
    Plan implementation skill. Executes approved technical plans phase by phase with verification checkpoints.
    0
    installs
  37. Step Running · desplega-ai
    Execute a single DAG step as an autonomous background sub-agent. Sibling of phase-running for DAG plans produced by v-planning. Reads a step-<n>.md file directly, atomically claims it via frontmatter status, runs the three-bucket Success Criteria, and reports back. Spawned by v-implementing or by /run-step.
    0
    installs
  38. Tdd Planning · desplega-ai bundle
    TDD-focused implementation planning. Creates plans with strict Red-Green-Commit/Rollback cycles for each step.
    0
    installs
  39. Brainstorming · desplega-ai bundle
    Interactive exploration of ideas through Socratic Q&A. Produces progressive documents that serve as lightweight pre-PRDs feeding into research.
    0
    installs
  40. Delegate Work · desplega-ai bundle
    Executor routing policy for ALL delegated work — pick the right model for every sub-agent and the right Codex variant for every implementation slice. Use whenever you are about to spawn a sub-agent/Task (research, review, QA, UI, search), whenever a desplega skill (implement-plan, v-implement, run-phase, run-step, research) is choosing executors for phases/steps, or when the user says "implement with codex", "delegate this", "which model should do this", or similar. Supersedes codex-implement (its worktree/exec mechanics live here).
    0
    installs
  41. Phase Running · desplega-ai
    Execute individual plan phases as background sub-agents for context-efficient implementation.
    0
    installs
  42. Brain Expert · desplega-ai
    Personal knowledge management expert for the brain CLI. Use when users want to capture notes, search their knowledge base, or manage their second brain.
    0
    installs
  43. Swarm Expert · desplega-ai bundle
    Multi-agent coordination expert for agent-swarm MCP. Use when the user asks about swarm coordination, delegating tasks to agents, checking swarm status, agent messaging, or managing multi-agent workflows.
    0
    installs
  44. Code Reviewing · desplega-ai
    Two-axis code review of a diff — Standards (is the code well built?) and Spec (does it actually solve the stated problem?) — run as parallel sub-agents and reported separately, never merged. Use when reviewing implementation output (a phase, a wave, a branch, a PR), when the user says "review the code", "review the diff", "review this phase", or when another desplega skill (implementing, v-implementing, verifying, delegate-work) calls for a per-phase or final code review. For reviewing DOCUMENTS (plans, research, brainstorms), use desplega:reviewing instead.
    0
    installs
  45. Script Builder · desplega-ai bundle
    script-builder
    0
    installs
  46. V Implementing · desplega-ai
    Parallel DAG-plan implementation skill. Reads a v-planning plan directory (root.md + step-<n>.md files), topologically schedules ready steps, and fans them out as parallel sub-agents. Use whenever the user invokes /v-implement, points at a plan directory produced by /v-plan, or asks to "run the parallel plan", "implement the DAG", or "fan out the steps" — even without those exact words. For linear plans (single .md file), use `implementing` instead.
    0
    installs
  47. File Review Install · desplega-ai
    Install the file-review tool. Use when user needs to install file-review on a new machine or asks how to set it up.
    0
    installs
  48. Improve Agents Md · desplega-ai
    Improve (or bootstrap) an AGENTS.md / CLAUDE.md file using `<important if>` conditional blocks so the agent actually attends to the right guidance at the right time. Use this skill whenever the user mentions AGENTS.md, CLAUDE.md, agent instructions, project rules for AI, "my claude config", onboarding docs for agents, or asks to tighten / shorten / audit / rewrite an existing one — even if they don't explicitly say the filename. Also use when the user complains that an agent keeps ignoring their project rules.
    0
    installs
  49. Tackle Gh Comments · desplega-ai bundle
    Work through every review comment on a GitHub PR — fetch the threads, verify each claim against the code, fix what is real, then reply and mark each thread resolved before pushing. Use when the user says "tackle the PR comments", "address the review", "handle the bot comments", "check the comments on the PR", "resolve the review threads", or invokes /tackle-gh-comments. Project-agnostic; works in any repo with a GitHub remote.
    0
    installs
  50. File Review · desplega-ai
    File review tool — launch GUI, process comments, or install. Use when user mentions file-review, reviewing files, leaving comments, or processing review comments.
    0
    installs
  51. Feedback · desplega-ai bundle
    Give Radically Candid feedback to the user — kind, clear, specific, and sincere — based on Kim Scott's framework (Care Personally × Challenge Directly). Use this whenever the user asks for your opinion, review, critique, or pushback on a plan, idea, code, writing, design, or decision; when the user invites honest disagreement ("tell me what you really think", "be honest", "poke holes in this", "am I missing something"); when something the user just said or did looks wrong and silence would be Ruinous Empathy; or when the user explicitly invokes /radical-candor:feedback. Prefer this skill over generic agreeable responses any time feedback would be more useful than validation. Default to a short headline reply and offer to expand — don't dump the full analysis unprompted.
    0
    installs
  52. Engineering Standards · desplega-ai
    Code-shape policy for ALL code that gets written or reviewed — the senior-engineer bar for minimal complexity. Use whenever you are about to write code, design a module or abstraction, draft a plan phase that shapes code, or review a diff; also when the user asks "is this over-engineered", "can this be simpler", or pushes back on complexity. Sibling of desplega:delegate-work (which picks WHO executes; this skill defines WHAT good output looks like).
    0
    installs
  53. Process Review · desplega-ai
    Process review comments in a file after user finishes reviewing in file-review GUI. Extracts HTML comment markers, guides Claude through addressing each comment interactively, and removes resolved markers.
    0
    installs
  54. Remarkable Expert · desplega-ai
    reMarkable tablet expert. Use when users want to list, download, or upload files to their reMarkable tablet.
    0
    installs
  55. QA Use · desplega-ai bundle
    E2E testing and browser automation with qa-use CLI. Use when the user needs to run tests, verify features, automate browser interactions, or debug test failures.
    1
    install
  56. Agent Fs · desplega-ai
    Use when the user wants to store, retrieve, search, or manage files in agent-fs — an agent-first filesystem backed by S3. Triggers on: "save this to agent-fs", "find that file", "store this document", "search agent-fs", "list my files", "show version history", "revert file", "set up agent-fs", "get a signed url", "share this file", "manage members", "invite user", "list members", "remove member", "update role", "reset api key", "rotate api key", "lost my api key", file persistence for agents, shared agent filesystem, or any mention of the agent-fs CLI. Also use when the user needs to manage drives, manage org/drive members, generate presigned URLs, check recent activity, or use semantic search across stored files. Also use when the user wants to run SQL over stored data files ("query this csv", "sql over my files", "duckdb", "aggregate the parquet file", "query the sqlite db", "join these spreadsheets"). Also use when the user wants to mount or unmount agent-fs as a Linux FUSE filesystem ("mount agent-fs", "f
    1
    install