CLAUDE CODE MARKETPLACES
SkillsMarketplacesMCPDigestLearnAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Web & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web CrawlingAutomation & Workflows
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Claude Code Marketplaces

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Learn
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic
  1. Skills
  2. /
  3. bassimeledath
  4. /
  5. dispatch
  6. /
  7. Dispatch

Dispatch

Editor's Note

This is a background worker orchestrator that lets you spawn AI agents to handle tasks without blocking your main session. Say "dispatch opus to fix the bug" and it writes a checklist plan, spawns a worker via CLI (Cursor, Claude, or Codex), and tracks progress through IPC files. The routing is smart: it parses your prompt for model names or aliases, auto-discovers available models, and handles config updates when things break. Notable is the worktree isolation for Claude backend workers, so multiple agents can work in parallel without stomping on each other's files. The whole point is delegating work that would otherwise keep you waiting, like refactors, reviews, or research tasks. Config lives in ~/.dispatch/config.yaml and you can add models or aliases on the fly.

Install

npx skills add https://github.com/bassimeledath/dispatch --skill dispatch
Votes
0
Installs683
GitHub Stars399
First SeenApr 16, 2026
View on GitHub

Comments

Login to comment