Browse
Backend
Skills Found
spring-boot-cache
Provides a clear workflow for implementing the Spring Cache abstraction in Boot 3.5+ apps. Covers annotations, provider configuration, key management, testing, and operational concerns like TTL and monitoring. Includes reference examples and ties into existing docs.
backend-api-standards
A comprehensive and practical guide for RESTful API design with clear standards, excellent examples, and actionable checklists for backend developers.
spring-boot-openapi-documentation
This skill provides detailed guidance for integrating SpringDoc OpenAPI 3.0 and Swagger UI into Spring Boot 3.x applications. It covers dependency setup, configuration examples, annotation usage, and best practices for documenting REST APIs with request/response models, security schemes, and validation constraints.
bunjs-architecture
Provides concrete patterns for building Bun.js TypeScript backends with layered architecture. Enforces strict separation of concerns (routes, controllers, services, repositories) and mandates camelCase naming across the stack. Includes detailed workflows for database design, API endpoints, and implementation phases.
moai-lang-java
Provides Java 21 LTS development guidance with Spring Boot 3.3, covering virtual threads, pattern matching, REST APIs, JPA/Hibernate, and Spring Security. Includes complete code examples for controllers, services, and configuration files with Maven and Gradle setups.
backend-dev-guidelines
Provides detailed implementation guidelines for a specific Langfuse monorepo using Next.js 14, tRPC, BullMQ, and TypeScript. Includes checklists for tRPC features, public API endpoints, and queue processors. Covers layered architecture, dual databases (PostgreSQL + ClickHouse), tenant isolation, and testing strategies.
spring-boot-actuator
This skill configures Spring Boot Actuator endpoints for health checks, metrics, and management. It provides clear examples for exposing endpoints, securing management ports, and setting up Prometheus metrics. The documentation includes security best practices and references for deeper implementation details.
spring-boot-crud-patterns
A comprehensive and well-structured skill for implementing Spring Boot CRUD patterns with clear architectural guidance, practical workflows, and useful code generation capabilities.
api-design
A comprehensive and well-structured reference guide covering RESTful and GraphQL API design patterns, status codes, pagination, versioning, and best practices for backend developers.
moai-platform-convex
This skill provides detailed guidance for implementing Convex, a real-time TypeScript backend. It covers reactive queries, server functions, authentication, and file storage with concrete code examples. The modular structure helps developers find specific implementation patterns quickly.
aws-rds-spring-boot-integration
A comprehensive guide for integrating AWS RDS with Spring Boot applications, covering essential configurations, best practices, and production-ready setups with clear examples.
spring-boot-event-driven-patterns
A comprehensive and practical guide for implementing Event-Driven Architecture in Spring Boot, covering core patterns with clear examples and modern dependencies.