Find the perfect skill
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.
API Contract Testing
Testing
Implement contract testing between microservices using Pact or similar tools to prevent breaking API changes.
Architectural Code Review
Development
Performs a rigorous architectural code review including ADR compliance, test coverage, architectural patterns, and security analysis. Outputs a structured review document with APPROVED/REDIRECT/BLOCKED status. Helpful for ensuring changes align with architectural decisions and quality standards.
Apple Calendar - macOS Integration
Productivity
Apple Calendar.app integration for macOS. Create, modify, and query calendar events natively on your Mac from the command line.
Debounce and Throttle Patterns
Development
Guides the design, implementation, and validation of debounce and throttle patterns to optimize high-frequency events like UI interactions and file watching. Reduces unnecessary processing and smooths resource usage, improving both responsiveness and stability.
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`.
Comprehensive C4 Architecture Bottom-Up
Documentation
Creates comprehensive C4 architecture documentation (Context, Container, Component, Code) by analyzing a codebase from the deepest directories upward. Uses specialized agents to document every code element before synthesizing into higher-level abstractions. Outputs all levels to a C4-Documentation/ directory, suitable for technical and non-technical stakeholders.
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.
Privacy Policy Generator
Legal & Compliance
Generates privacy policies compliant with GDPR and data protection regulations.
WebSocket Real-Time Engine
Development
Implement real-time features using WebSockets with proper connection management, rooms, and reconnection logic.
Stop Android App
Development
Cleanly terminates an Android app on a connected device using 'adb shell am force-stop'. Use this skill for debugging, testing, or cleanup before deploying a new version. It preserves app data and can be safely called even if the app is not running.