agntcyagntcyOfficialยท2 Agent Skills Included

coffeeAgntcy

Multi-agent coffee order workflows with schema-driven code generation

Demonstrates multi-agent coffee order systems using A2A messaging, LangGraph orchestration, and MCP data sources. Generates FastAPI routers, Pydantic models, and API documentation directly from OpenAPI and JSON Schema contracts. Eliminates manual code drift between specs and handlers, and automates changelog release notes from merged pull requests.
npx skills add agntcy/coffeeAgntcy --all -g -y
Available:

Indexes the available skills and prompt files so your AI agent can route requests to the right code generation or release notes workflow.

All Skills in This Repository (2)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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โ†’