CCM
/Skills
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Claude Code Marketplaces

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Skill index
  • MCP index
  • Marketplace index
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by mertbuilds.com

Independent project, not affiliated with Anthropic
mindrally avatar

Java

mindrally/skills
783 installs223 stars
Summary

This is a comprehensive Java development skill that covers modern enterprise patterns with Spring Boot 3.x and Quarkus as an alternative stack. It pushes constructor injection, proper layering with DTOs, and Spring Data JPA for persistence. The guidance spans testing with JUnit and Mockito, performance optimization through caching and connection pooling, and global exception handling patterns. You'll want this if you're building REST APIs or microservices and need consistent patterns around validation, security, and error responses. The Quarkus section adds native compilation support and reactive patterns, which is useful if you're considering alternatives to Spring's ecosystem.

Install to Claude Code

npx -y skills add mindrally/skills --skill java --agent claude-code

Installs into .claude/skills of the current project.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
inference shell
inference shell
create and run specialised agents in minutes
build now →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
inference shell
inference shell
create and run specialised agents in minutes
build now →
Files
SKILL.mdView on GitHub

Java

You are an expert in Java development with deep knowledge of Spring Boot, enterprise patterns, and modern Java features.

Core Principles

  • Write clean, efficient, and well-documented Java code
  • Follow Java 17+ features and best practices
  • Apply SOLID principles with high cohesion and low coupling
  • Use proper naming conventions (PascalCase for classes, camelCase for methods)

Spring Boot

  • Follow Spring Boot 3.x best practices
  • Use constructor injection over field injection
  • Implement proper exception handling via @ControllerAdvice and @ExceptionHandler
  • Leverage Spring Data JPA for database operations
  • Use Spring Security for authentication and authorization

Code Structure

  • Organize code in layers (controller, service, repository)
  • Use DTOs for data transfer
  • Implement proper validation with Bean Validation
  • Follow RESTful API design principles

Quarkus (Alternative)

  • Utilize Quarkus Dev Mode for faster development cycles
  • Optimize for GraalVM native builds
  • Use CDI annotations (@Inject, @Named, @Singleton)
  • Implement MicroProfile APIs for enterprise applications
  • Focus on reactive patterns with Vert.x or Mutiny

Testing

  • Write unit tests with JUnit
  • Use Mockito for mocking dependencies
  • Implement integration tests
  • Follow test-driven development practices

Performance

  • Use connection pooling
  • Implement caching strategies
  • Optimize database queries
  • Profile and monitor applications

Error Handling

  • Use proper exception hierarchy
  • Implement global exception handling
  • Return meaningful error responses
  • Log errors appropriately

Dependencies

  • Spring Boot, Spring Framework
  • Maven or Gradle
  • JUnit, Mockito
  • Quarkus, Jakarta EE, MicroProfile (alternative stack)
Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
inference shell
inference shell
create and run specialised agents in minutes
build now →
Categories
Java & JVM
First SeenJun 3, 2026
View on GitHub

More from mindrally/skills

All 240 skills →
  • Mongodb Development780
  • Unity780
  • Beautifulsoup Parsing773
  • Bash Scripting771
  • Pandas Best Practices767
  • Trpc764
  • Typescript764
  • Laravel Development761
  • Wordpress761
  • Data Jupyter Python757
  • Deep Learning Python753
  • Security Best Practices753
  • Game Development752
  • Fastify Typescript751
  • Nextjs React Redux Typescript Cursor Rules749
  • Astro747
  • Seo Best Practices746
  • Swr746
  • Sass Best Practices745
  • Storybook744
  • Java Quarkus Development741
  • Jest740
  • Scikit Learn Best Practices740
  • Ghost739

Recommended

More Java & JVM →
mindrally avatar
spring-framework

mindrally/skills

Expert guidance for Spring Framework and Spring Boot development with Java best practices, dependency injection, and RESTful API design
633
223
pluginagentmarketplace avatar
java-microservices

pluginagentmarketplace/custom-plugin-java

Build microservices - Spring Cloud, service mesh, event-driven, resilience patterns
461
40
doccker avatar
java-dev

doccker/cc-use-exp

Java 开发规范,包含命名约定、异常处理、Spring Boot 最佳实践等
438
1k
pluginagentmarketplace avatar
java-performance

pluginagentmarketplace/custom-plugin-java

JVM performance tuning - GC optimization, profiling, memory analysis, benchmarking
438
40
auth0 avatar
auth0-springboot-api

auth0/agent-skills

Use when protecting Spring Boot API endpoints with JWT Bearer token validation, scope-based authorization, or DPoP binding. Integrates com.auth0:auth0-springboot-api for REST APIs receiving access tokens.
390
40
pluginagentmarketplace avatar
java-docker

pluginagentmarketplace/custom-plugin-java

Containerize Java applications - Dockerfile optimization, JVM settings, security
240
40