CLAUDE CODE MARKETPLACES
SkillsMarketplacesMCPDigestLearnAdvertise

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
Web & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web CrawlingAutomation & Workflows
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
  • Plugins Reference

Community

  • About
  • Learn
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic
  1. Skills
  2. /
  3. pluginagentmarketplace
  4. /
  5. custom-plugin-java
  6. /
  7. Java Concurrency

Java Concurrency

Editor's Note

Covers the full spectrum of Java concurrency from basic threads to Java 21's virtual threads, with solid coverage of executors, locks, and CompletableFuture patterns. The quick reference examples are practical, especially the virtual thread executor and CompletableFuture composition patterns you'll actually use in production. The thread pool sizing guidance is helpful, though real tuning always depends on your specific workload. Bonded to the advanced Java agent, so it can handle everything from debugging race conditions with jstack to configuring ThreadPoolExecutor rejection policies. If you're dealing with concurrent code beyond basic synchronized blocks, this will save you from the usual gotchas.

Install

npx skills add https://github.com/pluginagentmarketplace/custom-plugin-java --skill java-concurrency
Votes
0
Installs349
GitHub Stars37
Categories
Java & JVM
First SeenJun 3, 2026
View on GitHub

Comments

Login to comment

Related Java & JVM Skills

View all →
java-springboot

github/awesome-copilot

0
15.7k
34.3k
Comprehensive best practices guide for building production-ready Spring Boot applications.
java-spring-boot

pluginagentmarketplace/custom-plugin-java

0
10.9k
37
Production-ready Spring Boot applications with REST APIs, security, data access, and monitoring.
kotlin-springboot

github/awesome-copilot

0
9k
34.3k
Spring Boot development patterns and idioms tailored for Kotlin applications.
create-spring-boot-java-project

github/awesome-copilot

0
8.9k
34.3k
Generate a Spring Boot 3.4.5 project skeleton with PostgreSQL, Redis, MongoDB, and Docker Compose.
create-spring-boot-kotlin-project

github/awesome-copilot

0
8.4k
34.3k
Generate a Spring Boot Kotlin project skeleton with pre-configured databases and development services.
java-jpa-hibernate

pluginagentmarketplace/custom-plugin-java

0
403
37
java jpa hibernate