pydantic-ai
This skill should be used when the user asks to "build a PydanticAI agent", "create an AI agent with PydanticAI", "add tools to a PydanticAI agent", "stream responses with PydanticAI", "test a PydanticAI agent", "connect PydanticAI to a Svelte frontend", "use RunContext for dependency injection", "configure model fallbacks in PydanticAI", or discusses PydanticAI agents, tool decorators, structured output, agent testing, or VercelAIAdapter.
SKILL.md
| Name | pydantic-ai |
| Description | This skill should be used when the user asks to "build a PydanticAI agent", "create an AI agent with PydanticAI", "add tools to a PydanticAI agent", "stream responses with PydanticAI", "test a PydanticAI agent", "connect PydanticAI to a Svelte frontend", "use RunContext for dependency injection", "configure model fallbacks in PydanticAI", or discusses PydanticAI agents, tool decorators, structured output, agent testing, or VercelAIAdapter. |
CodeForge
Monorepo for CodeForge — an AI-powered development environment for Claude Code.
Packages
| Package | Description | Version |
|---|---|---|
container/ | CodeForge DevContainer (@coredirective/cf-container on npm) | 2.2.0 |
cli/ | CodeForge CLI (codeforge-cli) | 0.2.0 |
docs/ | Documentation site (codeforge.core-directive.com) | — |
Quick Start
# Install the devcontainer into any project
npx @coredirective/cf-container
See container/README.md for full setup instructions, prerequisites, and usage.
Development
Each package manages its own dependencies independently:
# Container (npm)
cd container && npm test
# CLI (Bun)
cd cli && bun test
# Docs (npm)
cd docs && npm run build
See CLAUDE.md for branching strategy and development rules.
Links
Contributing
We welcome contributions! Please read our Contributing Guide before submitting a pull request. All contributions require signing our Contributor License Agreement.
License
This project is licensed under the GNU General Public License v3.0.
Commercial licensing is available for organizations that need to use CodeForge without GPL-3.0 obligations. Contact 696222+AnExiledDev@users.noreply.github.com or open a GitHub issue for terms.