pydantic

69 mods across 9 repositories, 34k stars between them.

add-new-model

01

pydantic/pydantic-ai

Skill Claude CodeCodex

Add support for a newly-released LLM model in pydantic-ai (e.g. openai:gpt-5.6, anthropic:claude-sonnet-5). Use when a provider ships a new model id and you need to wire literals, profile flags, and tests to recognize it. Handles SDK-lag, gateway list conventions, and capability probing.

20k 2d ago A 80 tokens original MIT

pydantic/pydantic-ai

Skill Claude CodeCodex

Add a new provider API capability (prompt caching, strict/structured tool calling, thinking/reasoning effort, service tier, safety settings, logprobs, etc.) to Pydantic AI. Use when wiring a provider feature through the library — it enforces reasoning from the existing cross-provider abstraction before designing…

20k 2d ago A 97 tokens original MIT

complete-partial-pr

03

pydantic/pydantic-ai

Skill Claude CodeCodex

Evaluate and complete an issue or PR where the submitted patch fixes only a narrow symptom of the reported pain point. Use when a contribution may miss adjacent integration surfaces, provider/spec semantics, roundtrip behavior, tests, docs, or historical maintainer decisions.

20k 2d ago A 55 tokens original MIT

i-have-adhd

04

pydantic/pydantic-ai

Skill Claude CodeCodex

Shape every response for an ADHD reader who reviews the work but does not do the coding — the agent does. Use whenever responding to ANY message — coding, debugging, planning, casual. Lead with the result or the decision. Surface anything needing the user's input as a structured question, never buried in prose they'll…

20k 2d ago A 107 tokens original MIT

pydantic/pydantic-ai

Skill Claude CodeCodex

Independent power-user audit of a big new-feature PR. Research the feature domain from external sources before reading any implementation code, design the ideal test suite from a power-user's perspective, then gap-compare it against the PR to produce evidence-backed, precedent-linked review items. Use when a large…

20k 2d ago A 100 tokens original MIT

pydantic/pydantic-ai

Skill Claude CodeCodex

Open and advance a PR — write a current title and body, label it, review before every push, watch CI, and triage every comment. Use whenever you open a PR or push a commit to one.

20k 2d ago A 53 tokens original MIT

pydantic-ai

07

pydantic/pydantic-ai

Settings file Claude Code

Agent settings declaring 21 allowed tools.

20k 2d ago A tokens not measured original MIT

address-feedback

08

pydantic/pydantic-ai

Skill Claude CodeCodex

Find and address unresolved PR review comments for the current branch, then continue the canonical push, reply, reaction, and resolution workflow.

20k 2d ago A 29 tokens original MIT

pre-push-review

09

pydantic/pydantic-ai

Skill Claude CodeCodex

Run a high-judgment local review of the current branch before pushing, both before a PR exists and between PR iterations.

20k 2d ago A 24 tokens original MIT

testing-skill

10

pydantic/pydantic-ai

Skill Claude CodeCodex

Record, rewrite, and debug VCR cassettes for HTTP recordings. Use when running tests with --record-mode, verifying cassette playback, or inspecting request/response bodies in YAML cassettes.

20k 2d ago A 44 tokens original MIT

pydantic/pydantic-ai

Instructions file CodexOpenCode

Instructions for pydantic/pydantic-ai, covering your primary responsibility is to the project and its users, gathering context on the task, ensuring the task is ready for implementation, philosophy and requirements of all contributions.

20k 2d ago A 3,564 tokens original MIT

pydantic/pydantic-ai

Instructions file

Instructions for pydantic/pydantic-ai, a project described as: How Python does AI. Agents, realtime voice, image generation, embeddings. Every model, every interface, typed end to end.

20k 2d ago A 3 tokens copy · 100% MIT

rules

13

pydantic/pydantic-ai

Cursor rule Cursor

Always reference the python code in the docs e.g. ModelSettings should link to [ModelSettings][pydanticai.settings.ModelSettings].

20k 2d ago A 43 tokens original MIT

pydantic/pydantic-ai

Skill Claude CodeCodex

Build AI agents with Pydantic AI — tools, capabilities (including on-demand loading), structured output, streaming, testing, and multi-agent patterns. Use when the user mentions Pydantic AI, imports pydanticai, or asks to build an AI agent, add tools/capabilities, defer capability loading, stream output, define agents…

20k 2d ago A 85 tokens original MIT

pydantic/pydantic-ai

Skill Claude CodeCodex

Migrate Python LangChain or LangGraph applications to Pydantic AI. Use for LangChain agents, chains, LCEL, or direct LangGraph graphs, persistence, interrupts, and streaming. Do not use for migrations centered on createdeepagent or Deep Agents harness features.

20k 2d ago A 69 tokens original MIT

pydantic/monty

Agent Codex

Use as the documentation gate before a branch or PR merges. Verifies that a user-visible change is reflected across all four documentation surfaces (README.md, docs/, limitations/, crate READMEs), that no divergence leaked into docs/ instead of limitations/, and that every snippet runs. Reports findings; does not edit.

8.1k 3d ago A 69 tokens original MIT

coverage

17

pydantic/monty

Skill Claude CodeCodex

Fetch coverage diff from Codecov for the current branch or a specific PR. Shows uncovered lines, patch coverage, and overall coverage change.

8.1k 3d ago A 29 tokens original MIT

fastmod

18

pydantic/monty

Skill Claude CodeCodex

Use fastmod to make mass code updates to avoid many repetitive changes.

8.1k 3d ago A 17 tokens original MIT

fix-pr-comments

19

pydantic/monty

Skill Claude CodeCodex

Read the review comments left by the known agent reviewers on the current PR, resolve and reply. Use when asked to deal with PR comments, review feedback, or bot review findings.

8.1k 3d ago A 40 tokens original MIT

python-playground

20

pydantic/monty

Skill Claude CodeCodex

Run and test Python code in a dedicated playground directory. Use when you need to execute Python scripts, test code snippets, investigate CPython behavior, or experiment with Python without affecting the main codebase.

8.1k 3d ago A 44 tokens original MIT

review-general

21

pydantic/monty

Skill Claude CodeCodex

Review the current branch against its merge base for bugs, CPython divergence, sandbox escapes, resource-limit escapes, performance regressions, verbose comments and missing ./limitations/ or docs/ updates. Use for a general pre-merge review of a branch or PR.

8.1k 3d ago A 55 tokens original MIT

review-security

22

pydantic/monty

Skill Claude CodeCodex

Security review of the current branch against its merge base — sandbox escapes, memory errors, panics and resource-limit bypasses. Use when reviewing changes for security risk, or before merging anything touching heap.rs, pathsecurity.rs, the wire protocol or the pool.

8.1k 3d ago A 55 tokens original MIT

review-usability

23

pydantic/monty

Skill Claude CodeCodex

Check whether the common Python code an LLM would plausibly write still works on this branch, testing real cases in ./playground against CPython. Use to find behaviour that diverges from CPython or trips up ordinary idiomatic code.

8.1k 3d ago A 52 tokens original MIT

review-verbosity

24

pydantic/monty

Skill Claude CodeCodex

Rewrite excessively verbose comments and docstrings added by this branch, and delete tautologous ones. Use after writing a feature to tighten up its comments; this skill edits code rather than only reporting.

8.1k 3d ago A 43 tokens original MIT