Add OpenAPI-to-Application collections for 5 common frameworks

Add 5 framework-specific collections with shared agent and prompt for generating production-ready applications from OpenAPI specifications:
- Java Spring Boot
- Python FastAPI
- Node.js NestJS
- C# .NET
- Go

Reuses existing framework instructions for consistency and best practices.
This commit is contained in:
shibicr93
2026-01-18 00:02:52 +01:00
parent 204b6b0453
commit f1e6b77ab7
15 changed files with 294 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
id: openapi-to-application-python-fastapi
name: OpenAPI to Application - Python FastAPI
description: 'Generate production-ready FastAPI applications from OpenAPI specifications. Includes project scaffolding, route generation, dependency injection, and Python best practices for async APIs.'
tags: [openapi, code-generation, api, python, fastapi]
items:
- path: agents/openapi-to-application.agent.md
kind: agent
- path: instructions/python.instructions.md
kind: instruction
- path: prompts/openapi-to-application-code.prompt.md
kind: prompt
display:
ordering: manual
show_badge: false