java-concurrency
✓Master Java concurrency - threads, executors, locks, CompletableFuture, virtual threads
SKILL.md
This skill covers concurrency from basic threads to virtual threads (Java 21+), including thread pools, synchronization, and CompletableFuture.
| CPU-bound | cores | 8 threads | | I/O-bound | cores (1 + wait/compute) | 80 threads |
| Deadlock | Circular lock | Lock ordering, tryLock | | Race condition | Missing sync | Add locks/atomics | | Thread starvation | Unfair scheduling | Fair locks |
Master Java concurrency - threads, executors, locks, CompletableFuture, virtual threads Source: pluginagentmarketplace/custom-plugin-java.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/pluginagentmarketplace/custom-plugin-java --skill java-concurrency- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is java-concurrency?
Master Java concurrency - threads, executors, locks, CompletableFuture, virtual threads Source: pluginagentmarketplace/custom-plugin-java.
How do I install java-concurrency?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/pluginagentmarketplace/custom-plugin-java --skill java-concurrency Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/pluginagentmarketplace/custom-plugin-java
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-01