plugins marketplace
← All plugins

ai-sdk-agents

v1.36.0

Multi-agent orchestration with AI SDK v5 - handoffs, routing, and coordination for any AI provider (OpenAI, Anthropic, Google)

Claude Code1 skill

by Jeremy LongshoreMIT2.6kupdated 9 hours ago

Source

git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skills

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/ai-ml/ai-sdk-agents/ inside the repository.

Layout

plugins/ai-ml/ai-sdk-agents/
├── .claude-plugin/plugin.json
└── skills/orchestrating-multi-agent-systems/SKILL.md

Skills1

orchestrating-multi-agent-systemsskills/orchestrating-multi-agent-systems/SKILL.md

Execute orchestrate multi-agent systems with handoffs, routing, and workflows across AI providers. Use when building complex AI systems requiring agent collaboration, task delegation, or workflow coordination. Trigger with phrases like "create multi-agent system", "orchestrate agents", or "coordinate agent workflows".

Manifests1

plugins/ai-ml/ai-sdk-agents/.claude-plugin/plugin.json
{
  "name": "ai-sdk-agents",
  "version": "1.36.0",
  "description": "Multi-agent orchestration with AI SDK v5 - handoffs, routing, and coordination for any AI provider (OpenAI, Anthropic, Google)",
  "author": {
    "name": "Jeremy Longshore",
    "email": "[email protected]"
  },
  "repository": "https://github.com/jeremylongshore/claude-code-plugins",
  "license": "MIT",
  "keywords": [
    "ai-sdk",
    "agents",
    "multi-agent",
    "orchestration",
    "handoff",
    "routing",
    "llm",
    "openai",
    "anthropic",
    "google",
    "claude",
    "ai",
    "coordination",
    "agent-skills"
  ]
}