
from domain-driven-design-skills14
Guide for creating and publishing self-contained, reusable Convex components with proper isolation and dependency management.
Provides a comprehensive guide for developing reusable Convex components. It covers the entire lifecycle from structuring the project and defining isolated database schemas to implementing queries/mutations and publishing the component via npm.
Use this skill when building modular backend logic with Convex, creating shared libraries for multiple Convex apps, or implementing isolated utility components like rate limiters.
convex.config.ts, schema.ts, and function implementation.Suitable for any coding agent with TypeScript/Node.js capabilities, specifically targeting those integrated with Convex projects.
This skill has not been reviewed by our automated audit pipeline yet.
Java Concurrency Expert
Applies modern Java concurrency best practices, from Virtual Threads and Structured Concurrency to deadlock avoidance.
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.