Find the perfect skill
Parallel Task Executor
DevOps
Orchestrator for subagents to execute development plans in parallel with dependency management. Coordinates tasks in waves, validates completion, and updates plan documentation.
CW Scaffolding Generation
DevOps
Adds standardized components like GitHub workflows, CODEOWNERS, Helm charts, or Backstage catalog files to existing repositories, or generates complete project archetypes locally. Ideal for bootstrapping new projects or applying compliance and automation patterns.
Publish Pull Request
DevOps
Converts a draft PR to ready state for review. Manages state verification and removes draft labels.
AXEL Workflow Dispatcher
DevOps
Trigger-based dispatcher for AXEL core operations. Receives explicit trigger and executes matching workflow with reference document resolution.
Application Metrics Instrumentation
DevOps
Practical guide for adding observability to applications through metrics, counters, and gauges. Covers API endpoints, databases, queues, caching, and locks.
Upgrade NixOS to New Release
DevOps
Upgrades NixOS to a new stable release by updating version-pinned flake inputs (e.g., nixpkgs, home-manager) and handling breaking changes. It researches breaking changes for the target release, creates an upgrade plan, and executes the upgrade with verification. Use this when moving from one NixOS release to the next, not for minor flake.lock updates.
Update Gitignore
DevOps
Adds specific files or directories to .gitignore to prevent git from tracking them. It checks if the item is already ignored or tracked, updates .gitignore, and optionally untracks files that were previously tracked. Useful for keeping sensitive or build artifacts out of version control.
Cloudflare R2 Storage Management
DevOps
Manage Cloudflare R2 object storage buckets and objects using Wrangler CLI. Covers bucket creation, object upload/download/delete, custom domain configuration, CORS rules, lifecycle policies, and event notifications. Useful when deploying or maintaining storage in Cloudflare Workers or static sites.
Database Backup and Recovery
DevOps
Implement automated database backup strategies with point-in-time recovery and disaster recovery plans.
Add SSH Public Key to Account
DevOps
This skill adds an SSH public key to your account by reading from a file or stdin. Use it to authenticate with Agentuity services or manage deployment keys. Requires prior login with `agentuity auth login`.
Gas Town Multi-Agent Orchestrator
DevOps
Complete orchestrator for coordinating multiple AI agents simultaneously. Handles installation, work tracking, workflows, and all gt/bd CLI operations without requiring manual user intervention.
Executing Plans Verification and Review
DevOps
Verification, drift detection, and snapshot logic for managing state and recovery after context compaction events.