Find the perfect skill
Agentuity CLI Authentication Login
DevOps
Login to the Agentuity Platform using a browser-based authentication flow. Manage your authentication credentials.
Gamma Debug Bundle
DevOps
Comprehensive debugging toolkit for systematic troubleshooting of Gamma API integration issues. Includes TypeScript debug client and diagnostic scripts with request tracing and logging.
SLO Implementation & Observability
DevOps
Defines SLO frameworks, selects appropriate SLIs, and builds monitoring dashboards to align reliability targets with business priorities. Helps engineering teams adopt error budgets and make data-driven trade-offs between feature velocity and system reliability.
Guidewire Upgrade & Migration
DevOps
Plan and execute Guidewire InsuranceSuite version upgrades and migrations between environments. Use when planning version upgrades, handling breaking changes, or migrating from self-managed to cloud. Helps assess current state, review breaking changes, and find upgrade paths.
Audit Logging Protocol
DevOps
Implement comprehensive audit logging to trace all critical actions. Includes backend implementation standards, database management, and verification checklist for production systems.
Semantic Version Bumper
DevOps
Automatically handles semantic version updates in plugin.json and marketplace catalog. Ensures version consistency across the claude-code-plugins repository.
Windsurf Observability
DevOps
Set up comprehensive observability for Windsurf integrations with metrics, distributed traces, and alerts. Covers Prometheus, OpenTelemetry, and Grafana dashboards.
Sync Skills
DevOps
Automatically syncs configuration files (README, CLAUDE.md, settings.json, hal_dotfiles.json) with discovered skills.
Global Deployment on Fly.io
DevOps
Assists with deploying applications globally on Fly.io edge infrastructure. Use when deploying Docker-based apps, configuring multi-region machines, setting up persistent storage, or managing global databases.
Multi-CLI Collaborative Planning
DevOps
This skill enables multi-CLI collaborative planning and execution for complex tasks. It collects user preferences interactively or in auto mode, loads project context, and routes to a planning phase that generates a plan and then internally hands off to a lite-execute phase for execution. Ideal when multiple command-line interfaces need to coordinate on a shared objective.
Create Feature Branch
DevOps
Creates a properly named feature branch from the development branch with remote tracking, following the naming convention 'feature/issue-<number>-<short-description>'. Validates inputs, syncs with remote development, and pushes the new branch with upstream tracking. Best used at the start of a new feature implementation or when picking up a GitHub issue.
Review Pull Request GitHub
DevOps
This skill analyzes a GitHub pull request by fetching its metadata, diff, and comments, then sets up an isolated worktree for code review. It checks dependency changes in pyproject.toml, CI lint status, and related issues, and performs deep code analysis on changed files. Use this when you need a comprehensive, automated PR review with local context and dependency validation.