From 76f1e09f075cf075980926ba5194bb727074bf77 Mon Sep 17 00:00:00 2001 From: Bryan Thompson Date: Fri, 10 Apr 2026 16:51:53 -0500 Subject: [PATCH] Add pydantic-ai plugin (#1202) --- .claude-plugin/marketplace.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 3aa3848..10dafa0 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -1013,6 +1013,18 @@ }, "homepage": "https://www.accoil.com/product-tracking" }, + { + "name": "pydantic-ai", + "description": "Write accurate Pydantic AI code from the start. Up-to-date patterns, decision trees, and common gotchas for agents, tools, structured output, streaming, and multi-agent apps.", + "category": "development", + "source": { + "source": "git-subdir", + "url": "pydantic/skills", + "path": "plugins/ai", + "ref": "main" + }, + "homepage": "https://github.com/pydantic/skills/tree/main/plugins/ai" + }, { "name": "pyright-lsp", "description": "Python language server (Pyright) for type checking and code intelligence",