project▌
43 indexed skills · max 10 per page
debug-generated-project
tuist/agent-skills · Productivity
Ask the user for:
create-spring-boot-java-project
github/awesome-copilot · Backend
Generate a Spring Boot 3.4.5 project skeleton with PostgreSQL, Redis, MongoDB, and Docker Compose. \n \n Scaffolds a Maven-based Spring Boot project with Java 21, including Lombok, Spring Data JPA, Spring Web, caching, and validation dependencies \n Pre-configures application.properties with connection details for PostgreSQL, Redis, and MongoDB, plus SpringDoc OpenAPI for API documentation \n Generates a docker-compose.yaml file with Redis 6, PostgreSQL 17, and MongoDB 8 services, each with pers
create-spring-boot-kotlin-project
github/awesome-copilot · Productivity
Generate a Spring Boot Kotlin project skeleton with pre-configured databases and development services. \n \n Downloads a Spring Boot 3.4.5 project template with Kotlin, WebFlux, R2DBC, Redis, and MongoDB dependencies via Spring Initializr \n Includes Docker Compose configuration for PostgreSQL 17, Redis 6, and MongoDB 8 with pre-set credentials and volume mounts \n Adds SpringDoc OpenAPI integration for Swagger UI documentation and ArchUnit for architecture testing \n Requires Java 21, Docker, a