pydantic
Data validation and serialization for Python using type hints with a high-performance Rust-powered core.
Install
npx skills add https://github.com/bobmatnyc/claude-mpm-skills --skill pydanticStats
| Total installs | 1,783 |
| Weekly installs | 1.8K |
| GitHub stars | 27 |
| First seen | Jan 23, 2026 |
| Source | @bobmatnyc/claude-mpm-skills |
Summary
- Validates data at runtime using Python type hints with automatic type coercion; strict mode available per-field or model-wide
- Supports nested models, recursive types, generics, and custom validators (field-level and model-level) for complex validation logic
- Includes built-in types for emails, URLs, file paths, secrets, and constrained integers/strings; extensible via custom Pydantic core schemas
- Serializes to dict, JSON, or custom formats with field-level control; integrates directly with FastAPI request/response models and SQLAlchemy ORM
- Settings management via BaseSettings for environment variables and config files; computed fields for derived properties
Tags
Related skills
| Skill | Installs | vs pydantic |
|---|---|---|
| query-token-info | 2,080 | +297 |
| tavily-map | 1,555 | -228 |
| product-manager-toolkit | 1,721 | -62 |
| flutter-caching-data | 2,307 | +524 |
| tavily-extract | 1,731 | -52 |
FAQ
- How many installs does pydantic have?
- pydantic has 1,783 total installs and 1.8K installs this week.
- Where is pydantic hosted?
- pydantic is published by @bobmatnyc/claude-mpm-skills at https://github.com/bobmatnyc/claude-mpm-skills.
- How many GitHub stars does pydantic have?
- pydantic has 27 GitHub stars.
- When was pydantic first indexed?
- OrangeBot.AI first indexed pydantic on Jan 23, 2026.
- How do I install pydantic?
- Run: npx skills add https://github.com/bobmatnyc/claude-mpm-skills --skill pydantic