pydantic-deepagents
Build and run full coding agents with any AI model
All Skills in This Repository (22)
Pure Emerald Level Indicatorssystematic-debugging
Diagnose and fix software errors using a structured five-step debugging loop.
data-formats
Detect and characterize unknown file and data formats for ingestion.
git-workflow
Manage git commits, branches, pull requests, and conflict resolution.
code-review
Identify and report code quality issues in Python CLI codebases.
test-writer
Generate pytest or unittest suites for Python code with fixtures and mocks.
build-and-compile
Automate cross-language build, compile, and dependency-resolution tasks across multi-repo projects.
skill-creator
Convert conversational task descriptions into reusable SKILL.md scaffolds with YAML frontmatter.
environment-discovery
Inventory files, data types, and available tools in unfamiliar workspaces.
performant-code
Optimize C and Python code for large data and memory constraints.
refactor
Refactor codebases incrementally while running tests after each change.
verification-strategy
Verify completed work against exact requirements, files, and test assertions.
report-writing
Generate structured research reports with inline citations and numbered references.
Frequently Asked Questions
FAQPage SchemaHow to install pydantic-deepagents?โผ
Run `npx skills add vstorm-co/pydantic-deepagents --all -g -y` in your terminal to install all skills in this suite globally.
What is Pydantic Deep Agents used for?โผ
It is both a terminal AI assistant and a Python framework that lets you create a full coding agent with one function call, using any model you choose.
Can it work with models other than Claude?โผ
Yes. It is built on Pydantic AI and works with Claude, GPT, Gemini, and local models, all with type-safe structured output.
What skills are included in this suite?โผ
It bundles skills for code review, test writing, systematic debugging, refactoring, git workflows, data analysis, and research report writing.
Do I need to write code to use the terminal assistant?โผ
No. The CLI assistant runs out of the box in your terminal, while the Python framework is there if you want to build custom agents.
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