Files
gh-jeremylongshore-claude-c…/.claude-plugin/plugin.json
2025-11-29 18:50:53 +08:00

18 lines
388 B
JSON

{
"name": "ai-sdk-agents",
"description": "Multi-agent orchestration with AI SDK v5 - handoffs, routing, and coordination for any AI provider (OpenAI, Anthropic, Google)",
"version": "1.0.0",
"author": {
"name": "Jeremy Longshore",
"email": "[email protected]"
},
"skills": [
"./skills"
],
"agents": [
"./agents"
],
"commands": [
"./commands"
]
}