Java Springboot
Skill Verifiziert AktivGet best practices for developing applications with Spring Boot.
To guide developers in writing high-quality Spring Boot applications by adhering to established best practices.
Funktionen
- Best practices for Spring Boot development
- Guidance on project structure and build tools
- Recommendations for dependency injection and configuration
- Advice on web, service, and data layers
- Security and testing best practices
Anwendungsfälle
- When starting a new Spring Boot project and needing a guide for best practices.
- When refactoring an existing Spring Boot application to improve code quality.
- When learning about effective Spring Boot development patterns and techniques.
Nicht-Ziele
- Providing code that automatically implements best practices.
- Acting as a debugger or runtime analysis tool.
- Covering best practices for specific Spring Boot versions beyond general principles.
Installation
npx skills add github/awesome-copilotFührt das Vercel skills CLI (skills.sh) via npx aus — benötigt Node.js lokal und mindestens einen installierten skills-kompatiblen Agent (Claude Code, Cursor, Codex, …). Setzt voraus, dass das Repo dem agentskills.io-Format folgt.
Qualitätspunktzahl
VerifiziertVertrauenssignale
Ähnliche Erweiterungen
Coding Standards
100Baseline cross-project coding conventions for naming, readability, immutability, and code-quality review. Use detailed frontend or backend skills for framework-specific patterns.
Java Architect
100Use when building, configuring, or debugging enterprise Java applications with Spring Boot 3.x, microservices, or reactive programming. Invoke to implement WebFlux endpoints, optimize JPA queries and database performance, configure Spring Security with OAuth2/JWT, or resolve authentication issues and async processing challenges in cloud-native Spring applications.
Agent Coder
99Agent skill for coder - invoke with $agent-coder
Java Docs
99Ensure that Java types are documented with Javadoc comments and follow best practices for documentation.
Spring Boot
99Spring Boot 3.x - Java framework for production-ready applications with dependency injection, REST APIs, data access, security, and actuator monitoring
Auth0 Spring Boot API
99Use when securing Spring Boot API endpoints with JWT Bearer token validation, scope-based authorization, or DPoP proof-of-possession - integrates com.auth0:auth0-springboot-api SDK for REST APIs receiving access tokens from frontends or mobile apps. Triggers on Auth0AuthenticationFilter, Spring Boot API auth, JWT validation, SecurityFilterChain, hasAuthority SCOPE.