Back to Pydantic Ai

Coding Agent Skills

docs/coding-agent-skills.md

1.90.01.6 KB
Original Source

Coding Agent Skills

If you're building Pydantic AI applications with a coding agent, you can install the Pydantic AI skill from the pydantic/skills repository to give your agent up-to-date framework knowledge.

Agent skills are packages of instructions and reference material that coding agents load on demand. With the skill installed, coding agents have access to Pydantic AI patterns, architecture guidance, and common task references covering tools, capabilities, structured output, streaming, testing, multi-agent delegation, hooks, and agent specs.

!!! note If you want to build agent skills for your Pydantic AI agent, see the Agent Skills entry in the Third-party capabilities section on the Capabilities page.

Installation

Claude Code

Add the Pydantic marketplace and install the plugin:

bash
claude plugin marketplace add pydantic/skills
claude plugin install ai@pydantic-skills

Cross-Agent (agentskills.io)

Install the Pydantic AI skill using the skills CLI:

bash
npx skills add pydantic/skills

This works with 30+ agents via the agentskills.io standard, including Claude Code, Codex, Cursor, and Gemini CLI.

See Also