Files
awesome-copilot/collections/openapi-to-application-go.collection.yml
shibicr93 f1e6b77ab7 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.
2026-01-18 00:02:52 +01:00

15 lines
562 B
YAML

id: openapi-to-application-go
name: OpenAPI to Application - Go
description: 'Generate production-ready Go applications from OpenAPI specifications. Includes project scaffolding, handler generation, middleware setup, and Go best practices for REST APIs.'
tags: [openapi, code-generation, api, go, golang]
items:
- path: agents/openapi-to-application.agent.md
kind: agent
- path: instructions/go.instructions.md
kind: instruction
- path: prompts/openapi-to-application-code.prompt.md
kind: prompt
display:
ordering: manual
show_badge: false