pydantic-ai
Build typed Python AI agents that work with any model
All Skills in This Repository (11)
Pure Emerald Level Indicatorsbuilding-pydantic-ai-agents
Designs Pytic AI agent structures for production workflows from Python or YAML specs.
complete-partial-pr
Evaluates partial pull requests to identify missing integration work for Pydantic AI patches.
address-feedback
Resolve unresolved GitHub pull request review comments on the current branch.
testing-skill
Parse VCR cassette YAML files into readable request and response summaries.
migrating-langchain-to-pydantic-ai
Migrate LangChain and LangGraph applications to Pydantic AI while preserving observed behavioral contracts.
poweruser-feature-audit
Audits large feature PRs by comparing external API research against implementation behavior.
i-have-adhd
Formats agent responses for ADHD readers with decision-first structure and no filler.
adding-a-provider-api-feature
Guides adding provider API capabilities to Pydantic AI using existing cross-provider abstractions.
add-new-model
Wire newly released LLM model identifiers into pydantic-ai profiles, literals, and tests.
pushing-commits-to-the-repo
Manages the full pull request lifecycle from opening through CI monitoring and comment triage.
pre-push-review
Reviews the current branch diff against a base branch before pushing to GitHub.
Frequently Asked Questions
FAQPage SchemaHow to install pydantic-ai?▼
Run `npx skills add pydantic/pydantic-ai --all -g -y` in your terminal to install all skills in this suite globally.
What is Pydantic AI used for?▼
It is a Python framework for building AI agents with typed, validated outputs, tool calling, and support for every major model provider through one consistent API.
Can I migrate from LangChain to Pydantic AI?▼
Yes. The included migration skill guides your agent through moving LangChain or LangGraph apps slice by slice while preserving existing behavior and contracts.
Does Pydantic AI support realtime voice agents?▼
Yes. It supports live speech-to-speech sessions on OpenAI Realtime, Gemini Live, Azure, and xAI Grok Voice, reusing your agent's tools and instructions.
Do I need deep AI expertise to use these skills?▼
No. Once installed, your AI agent uses the skills to write correct Pydantic AI code, pick the right patterns, and avoid common mistakes from plain-English requests.
Related Repositories in Software Engineering
View All in Software Engineering→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core