
from domain-driven-design-skills14
Downloads ledger transactions from the Cloverleaf property management portal as CSV files.
This skill automates the extraction of transaction data from the Cloverleaf property management portal using Playwright browser automation. It allows users to fetch current or date-specific ledger transactions and saves them as dated CSV files.
cloverleaf-{start}-to-{end}-ledger.csv.cloverleafpm.rentvine.com domain.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.
Java Concurrency Expert
Applies modern Java concurrency best practices, from Virtual Threads and Structured Concurrency to deadlock avoidance.
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.