Add an LLM agent or tool with pico-agent. Use when creating AI agents, chatbots, or LLM-powered tools.
find ~/dperezcabrera/ -name "*.skill"
Scaffold a new pico-framework application with pico-boot. Use when starting a new project or setting up the...
Add JWT authentication to pico-fastapi controllers. Use when protecting endpoints, adding role-based access control,...
Add a Celery task with pico-celery. Use when creating background tasks, async workers, or task clients.
Add a new pico-ioc component with dependency injection. Use when creating services, factories, interceptors, event...
Add a FastAPI controller with pico-fastapi. Use when creating REST API endpoints, WebSocket handlers, or HTTP routes.
Add a SQLAlchemy entity and repository with pico-sqlalchemy. Use when creating database models, repositories, or...
Generate tests for pico-framework components. Use when creating unit tests, integration tests, or test fixtures for...
Add Pydantic validation to component methods with pico-pydantic. Use when adding input validation to services or API...
Pico-framework conventions, patterns and API reference. Use when writing code that uses pico-ioc, pico-boot,...
Execute a pico-* package release. Use when creating version tags, updating changelogs, release notes, docs, and publishing.