
from domain-driven-design-skills14
Applies modern Java concurrency best practices, from Virtual Threads and Structured Concurrency to deadlock avoidance.
This skill provides a comprehensive guide for identifying and fixing concurrency issues in Java applications. It focuses on improving thread safety, scalability, and maintainability using modern java.util.concurrent utilities.
Use this skill when auditing Java code for race conditions, optimizing thread pool management, migrating to Virtual Threads (Project Loom), or implementing complex async patterns with CompletableFuture.
Compatible with AI coding assistants (Claude, Cursor, etc.) that have access to a Java build environment (Maven/Gradle).
This skill has not been reviewed by our automated audit pipeline yet.
Convex Component Authoring
Guide for creating and publishing self-contained, reusable Convex components with proper isolation and dependency management.
Cloverleaf Ledger Downloader
Downloads ledger transactions from the Cloverleaf property management portal as CSV files.
GitHub Runner Setup & Maintenance
Manage self-hosted GitHub Actions runners with dedicated user isolation and systemd integration.
Python Testing Practices
Comprehensive guide for modern Python testing, including property-based testing with Hypothesis and fuzzing with Atheris.