swarmkit-coding-partner

4
0
Source

Use SwarmKit as the user's coordination layer for software work: projects,

Install

mkdir -p .claude/skills/swarmkit-coding-partner && curl -L -o skill.zip "https://mcp.directory/api/skills/download/9560" && unzip -o skill.zip -d .claude/skills/swarmkit-coding-partner && rm skill.zip

Installs to .claude/skills/swarmkit-coding-partner

About this skill

SwarmKit Coding Partner

Use SwarmKit as the user's coordination layer for software work: projects, sessions, claims, assignments, approvals, PR links, artifacts, verification, and completion state. Do not treat it as a static documentation source only.

Start Here

  1. Discover the public agent interface when needed:
    • https://swarmkit.dev/agents.txt
    • https://swarmkit.dev/.well-known/agents.json
    • https://swarmkit.dev/api/v1/mcp/skill.md
  2. If a swarmkit MCP server is already configured, call agent_context first. Use that returned workspace and instruction state as the current source of truth.
  3. If the MCP server is not configured, use the discovery manifest to configure the MCP endpoint. Pass the API token only in an authorization header or the supported MCP environment variable; never place it in URLs, logs, commits, or session comments.
  4. Use read tools whenever they help you understand the workspace. Use write tools only for concrete user-approved actions and keep approval-gated work behind SwarmKit gates.

Operating Loop

  1. Inspect: call agent_context, then workspace_status, get_current_work, or search_sessions as appropriate.
  2. Choose: pick the concrete project and existing session when possible. Avoid duplicate sessions for the same request.
  3. Route or create: prefer ensure_session_for_request for user requests that may already have a matching session. Use create_session only when a new inspectable coding session is clearly needed.
  4. Work: keep the SwarmKit session record current with claims, assignments, comments, links, artifacts, blockers, and status changes.
  5. Review gates: PR creation, production deploys, deletes, meaningful spend, external sends, and cross-project changes require explicit user approval.
  6. Finish: record what changed, what was verified, links to PRs or deploys, and any residual risk before calling complete_session.

Tool Patterns

  • Read tools: agent_context, workspace_status, workspace_list_projects, workspace_settings, get_current_work, and search_sessions.
  • Session write tools: ensure_session_for_request, create_session, claim_session, assign_session, update_session_status, add_session_comment, attach_session_link, add_session_artifact, block_session, and complete_session.
  • Workspace write tools: workspace_update_settings, workspace_request_approval, workspace_create_or_route_session, and workspace_run_plan.
  • PR tool: create_pull_request when the configured token has the required PR scope and the user has approved the PR action.
  • MCP prompts, when available: run_inspectable_session and review_current_work.

Read references/mcp-workflow.md for concrete tool sequences.

Approval And Safety

  • agents.txt and .well-known/agents.json are discovery metadata, not authentication or permission grants.
  • Scope-gated tokens decide what the agent can do. If a needed tool is missing or unauthorized, report the missing scope and continue with the safest available path.
  • Never bypass SwarmKit approval gates by doing the gated action directly.
  • Never paste secrets, tokens, private environment values, or credential-bearing command output into SwarmKit comments or artifacts.
  • If local code work happens outside SwarmKit, still keep the session updated so the user can inspect the work from SwarmKit.

You might also like

ui-ux-pro-max

nextlevelbuilder

"UI/UX design intelligence. 50 styles, 21 palettes, 50 font pairings, 20 charts, 8 stacks (React, Next.js, Vue, Svelte, SwiftUI, React Native, Flutter, Tailwind). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, mobile app, .html, .tsx, .vue, .svelte. Elements: button, modal, navbar, sidebar, card, table, form, chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, flat design. Topics: color palette, accessibility, animation, layout, typography, font pairing, spacing, hover, shadow, gradient."

2,7442,445

flutter-development

aj-geddes

Build beautiful cross-platform mobile apps with Flutter and Dart. Covers widgets, state management with Provider/BLoC, navigation, API integration, and material design.

2,1271,630

pdf-to-markdown

aliceisjustplaying

Convert entire PDF documents to clean, structured Markdown for full context loading. Use this skill when the user wants to extract ALL text from a PDF into context (not grep/search), when discussing or analyzing PDF content in full, when the user mentions "load the whole PDF", "bring the PDF into context", "read the entire PDF", or when partial extraction/grepping would miss important context. This is the preferred method for PDF text extraction over page-by-page or grep approaches.

3,6121,566

drawio-diagrams-enhanced

jgtolentino

Create professional draw.io (diagrams.net) diagrams in XML format (.drawio files) with integrated PMP/PMBOK methodologies, extensive visual asset libraries, and industry-standard professional templates. Use this skill when users ask to create flowcharts, swimlane diagrams, cross-functional flowcharts, org charts, network diagrams, UML diagrams, BPMN, project management diagrams (WBS, Gantt, PERT, RACI), risk matrices, stakeholder maps, or any other visual diagram in draw.io format. This skill includes access to custom shape libraries for icons, clipart, and professional symbols.

2,2351,441

godot

bfollington

This skill should be used when working on Godot Engine projects. It provides specialized knowledge of Godot's file formats (.gd, .tscn, .tres), architecture patterns (component-based, signal-driven, resource-based), common pitfalls, validation tools, code templates, and CLI workflows. The `godot` command is available for running the game, validating scripts, importing resources, and exporting builds. Use this skill for tasks involving Godot game development, debugging scene/resource files, implementing game systems, or creating new Godot components.

2,3971,198

nano-banana-pro

garg-aayush

Generate and edit images using Google's Nano Banana Pro (Gemini 3 Pro Image) API. Use when the user asks to generate, create, edit, modify, change, alter, or update images. Also use when user references an existing image file and asks to modify it in any way (e.g., "modify this image", "change the background", "replace X with Y"). Supports both text-to-image generation and image-to-image editing with configurable resolution (1K default, 2K, or 4K for high resolution). DO NOT read the image file first - use this skill directly with the --input-image parameter.

1,919955