Find the perfect skill
Finalization with Git and PR Management
DevOps
Handles the finalization phase of a plan: committing code, pushing branches, and creating pull requests. It is used after verification has passed, to complete the workflow and ship changes. Configuration options control whether to commit, push, create a PR, run automated reviews, or capture learnings.
Erigon Segment Retire Command
DevOps
Prepares snapshot files for publication by building missing indices, freezing blocks into snapshots, removing overlaps, pruning ancient data, building state history, merging, and cleaning. Use this when you need to prepare an Erigon datadir for snapshot release workflow after stopping Erigon.
Local Environment Management
DevOps
Assistance with local development tasks: run SQL queries, set up fake payments, and reset test data for daily-api.
Gas Town Setup Guide
DevOps
Complete guide to install and configure Gas Town, a Go-based project management tool with rig containers and task tracking.
Local CI Pipeline
DevOps
Run the CI pipeline locally before pushing. It sequentially runs Brakeman, Rubocop, Importmap Audit, unit tests, and system tests, stopping on the first failure.
Mend Subagents
DevOps
Synchronizes Subagents with available Agent Skills, suggesting bindings and removing broken links to maintain ecosystem consistency.
Frappe HRMS Deployment to AWS
DevOps
Deploy Frappe HRMS code changes to AWS production, handling Docker rebuilds for Python/API changes with automatic bypass of caching when needed. Use it for deploying to the Docker Swarm infrastructure on EC2, especially when code changes require a fresh Docker build to avoid stale layers.
PagerDuty Incident Reader
DevOps
Read a single PagerDuty incident and extract only the information relevant to a specific research question (e.g., root cause investigation). Returns a structured summary of about 500 tokens, filtering out non-essential details. Use when you need to quickly understand how a particular incident relates to your investigation without reading the full incident report.
Automated Deployment
DevOps
Automates application deployment to specified environments (production, staging, QA) with pre-checks including Git status, correct branch, tests, and environment variables. Supports multiple project types (FastAPI on VPS, Next.js on Vercel, Docker, AWS Lambda) and includes automatic rollback on failure.
Organize File Structure
DevOps
Audits and organizes project directory structure by moving misplaced files to correct locations and updating imports accordingly.
Agentuity Cloud Deploy
DevOps
This skill deploys a project to the Agentuity Cloud using `agentuity cloud deploy`. It requires prior authentication and provides deployment details like URLs and logs. Helpful for CI/CD pipelines needing to deploy Agentuity projects.
Watcher Management
DevOps
Manages watcher processes that monitor Gmail, WhatsApp, filesystem, and other external sources. Start, stop, monitor watcher scripts and manage process configuration.