pydantic skills

65 tagged pydantic, measured the same way as everything else here.

Browse within: python 49agent-framework 27fastapi 20pydantic-ai 18llms 16openapi 12genai 11harness 11async 8monitoring 8nextjs 8api 7benchmark 6dashboard 6

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

complete-partial-pr

02

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

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

koxudaxi/datamodel-code-generator

Skill Claude CodeCodex

Use this skill when the user wants Python data models, Pydantic models, dataclasses, TypedDicts, msgspec structs, or type-safe Python classes generated from OpenAPI, AsyncAPI, JSON Schema, GraphQL, JSON/YAML/CSV sample data, MCP tool schemas, Protocol Buffers, XML Schema, Apache Avro, or existing Python model objects.…

4.0k 2d ago A 147 tokens original MIT

dashboard-design

06

mckinsey/vizro

Skill Claude CodeCodex

Use this skill first when the user wants to design or plan a dashboard, especially Vizro dashboards. Enforces a 3-step workflow (requirements, layout, visualization) before implementation. Activate when the user asks to create, design, or plan a dashboard. For implementation, use the dashboard-build skill after…

3.8k 2d ago A 71 tokens original Apache-2.0

mckinsey/vizro

Skill Claude CodeCodex

Use this skill when adding cross-filter, cross-highlight, drill-through, or data export interactions to a Vizro dashboard — both for choosing the right interaction pattern during design and for implementing actions in code. Activate when the user wants clicks on a chart or table to filter or highlight other charts…

3.8k 2d ago A 86 tokens original Apache-2.0

writing-vizro-yaml

08

mckinsey/vizro

Skill Claude CodeCodex

Use this skill when writing or debugging Vizro YAML dashboard configurations — component syntax, datamanager registration, custom function wiring, filter/parameter setup, or AG Grid tables. Activate when the user is building a Vizro app, encountering YAML or runtime errors, or asking about Vizro component patterns.

3.8k 2d ago A 66 tokens original Apache-2.0

docs-authoring

09

TracecatHQ/tracecat

Skill Claude CodeCodex

Use when adding or updating documentation pages in an existing docs site. Covers matching nearby docs tone and structure, planning navigation and page content, running product services and docs previews, capturing supporting UI screenshots with Chrome DevTools, suppressing Next.js floating dev indicators before…

3.8k 2d ago A 93 tokens AGPL-3.0

gh-prerelease

10

TracecatHQ/tracecat

Skill Claude CodeCodex

Cut a GitHub prerelease off a specific commit — branch, bump version with just update-version, tag, push, and publish a prerelease.

3.8k 2d ago A 35 tokens AGPL-3.0

TracecatHQ/tracecat

Skill Claude CodeCodex

REQUIRED whenever the user wants to build, create, scaffold, set up, read, inspect, view, change, modify, update, edit, add a step to, fix, run, test, execute, or publish a Tracecat workflow or automation. Read this SKILL.md FIRST, before calling core.workflow.createworkflow, core.workflow.getworkflow…

3.8k 2d ago A 147 tokens AGPL-3.0

fastcrud

12

benavlabs/fastcrud

Skill Claude CodeCodex

Use when building or modifying CRUD endpoints with FastCRUD (the fastcrud PyPI package) in a FastAPI project — covers FastCRUD, crudrouter, EndpointCreator, FilterConfig, JoinConfig, auto-relationship detection, the filter operator syntax (gte, in, ilike, etc.), cursor pagination, soft delete, and how to avoid N+1…

1.6k 2mo ago A 147 tokens original MIT

KLR-Pattern/pydantic-resolve

Skill Claude CodeCodex

A three-stage development method for Python projects built with pydantic-resolve, starting with agreed data models and ending with application interfaces. It uses an ER diagram, which shows database entities and their relationships, plus ORM models that represent database records in code.

326 25d ago A 56 tokens original MIT

sync-acp-spec

17

phil65/agentpool

Skill Claude CodeCodex

Sync the ACP (Agent Client Protocol) schema implementation with the official reference repo by comparing Rust source types against our Python Pydantic models.

184 4mo ago C 33 tokens original MIT

sync-skills-spec

18

phil65/agentpool

Skill Claude CodeCodex

Sync the agentpool skills implementation with the official Agent Skills Spec by comparing against the reference repository.

184 4mo ago C 24 tokens original MIT

Example Skill

19

phil65/agentpool

Skill Claude CodeCodex

A simple example skill that demonstrates the basic structure and functionality. Use when you need to show how skills work or test skill loading.

184 4mo ago A 29 tokens original MIT

rss-parser

20

dhvcc/rss-parser

Skill Claude CodeCodex

Parse RSS 2.0/0.9x, Atom 1.0, RSS 1.0 (RDF) and podcast (itunes:) feeds in Python into typed pydantic v2 models with the rss-parser package. Use this skill whenever a task involves reading, polling, validating or normalizing a feed in Python - building a feed reader or aggregator, ingesting podcast episodes…

54 7d ago A 140 tokens GPL-3.0

instructor

21

teknokomo/universo-platformo-react

Skill Claude CodeCodex

Extract structured data from LLM responses with Pydantic validation, retry failed extractions automatically, parse complex JSON with type safety, and stream partial results with Instructor - battle-tested structured output library.

22 2d ago A 41 tokens

bobmatnyc/mcp-skillset

Skill Claude CodeCodex

Production-grade FastAPI development with async patterns, Pydantic v2, dependency injection, ML/AI endpoint design, and modern Python best practices for building high-performance REST APIs.

20 5mo ago A 41 tokens original MIT archived

pydantic-ai-agents

23

Fuenfgeld/pydantic-ai-skills

Skill Claude CodeCodex

Build and debug Pydantic AI v2 agents using best practices for dependencies, instructions, tools, capabilities, hooks, and structured output validation. Use when the user wants to: (1) Create a new Pydantic AI agent, (2) Debug or fix an existing agent, (3) Add features like tools, validators, capabilities, hooks, or…

10 1mo ago A 135 tokens original MIT

pydantic-evals

24

Fuenfgeld/pydantic-ai-skills

Skill Claude CodeCodex

Test and evaluate AI agents and LLM outputs using code-first evaluation framework with strong typing. Use when the user wants to: (1) Create evaluation datasets with test cases for AI agents, (2) Define evaluators (deterministic, LLM-as-Judge, custom, or span-based), (3) Run evaluations and generate reports, (4)…

10 1mo ago A 130 tokens original MIT