
from domain-driven-design-skills14
Manage self-hosted GitHub Actions runners with dedicated user isolation and systemd integration.
Comprehensive infrastructure skill for deploying and maintaining self-hosted GitHub Actions runners with a focus on security and isolation.
Core Features:
runner users to prevent CI/CD pollution of the development environment.systemd to ensure runners auto-start on reboot and are easily monitored via journalctl.~/.agent/skills) for the runner user.Common Use Cases:
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.
Cloverleaf Ledger Downloader
Downloads ledger transactions from the Cloverleaf property management portal as CSV files.
Python Testing Practices
Comprehensive guide for modern Python testing, including property-based testing with Hypothesis and fuzzing with Atheris.