npx claudepluginhub anthropics/claude-plugins-official --plugin pydantic-aiOfficial Claude Code plugin marketplace for the Pydantic ecosystem.
| Plugin | Description | Commands |
|---|---|---|
| logfire | Add Logfire observability to Python apps | /instrument, /debug |
| ai | Build AI agents with Pydantic AI | — |
Add this marketplace to Claude Code:
claude plugin marketplace add pydantic/skills
Then install a plugin:
claude plugin install logfire@pydantic-skills
claude plugin install ai@pydantic-skills
The skills/ directory contains standalone SKILL.md files compatible with 30+ agents via the agentskills.io standard - including Codex, Cursor, Gemini CLI, and Claude Code.
| Skill | Description |
|---|---|
| logfire-instrumentation | Add Logfire observability to Python, JS/TS, and Rust apps |
| building-pydantic-ai-agents | Build LLM-powered agents with Pydantic AI — tools, capabilities, streaming, testing |
Test a plugin locally:
claude --plugin-dir ./plugins/logfire
Editorial "Agent Architect" bundle for Claude Code from Antigravity Awesome Skills.
Share bugs, ideas, or general feedback.
Comprehensive development workflow for building well-organized Atomic Agents applications with specialized sub-agents for schema design, agent creation, tool development, and code review
Design and review AI agent systems — architecture patterns, workflow design, and plugin quality review
Multi-agent orchestration with AI SDK v5 - handoffs, routing, and coordination for any AI provider (OpenAI, Anthropic, Google)
Framework and patterns for building self-improving autonomous agents with Claude.
This skill should be used when the model's ROLE_TYPE is orchestrator and needs to delegate tasks to specialist sub-agents. Provides scientific delegation framework ensuring world-building context (WHERE, WHAT, WHY) while preserving agent autonomy in implementation decisions (HOW). Use when planning task delegation, structuring sub-agent prompts, or coordinating multi-agent workflows.