coffeeAgntcy
Multi-agent coffee order workflows with schema-driven code generation
All Skills in This Repository (2)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install coffeeAgntcy?โผ
Run `npx skills add agntcy/coffeeAgntcy --all -g -y` in your terminal to install all skills in this repository globally.
What is coffeeAgntcy used for?โผ
It is a reference multi-agent system showing how AGNTCY components like SLIM, NATS, A2A, and MCP work together, plus skills that generate Python code from API schemas.
How to generate FastAPI code from OpenAPI specs?โผ
The openapi-to-python-lungo skill reads your OpenAPI documents and generates or validates FastAPI routers, Pydantic DTOs, and matching unit tests automatically.
Can it convert JSON Schema to Pydantic models?โผ
Yes. The jsonschema-to-pydantic-lungo skill generates Pydantic v2 model classes and table-driven pytest modules directly from your JSON Schema files.
Does coffeeAgntcy work with Claude Code?โผ
Yes. All skills follow the standard SKILL.md format and run in Claude Code and other compatible coding 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