Browse
DevOps
Skills Found
gitops-workflow
Provides concrete implementation steps for GitOps workflows using ArgoCD and Flux CD. Includes installation commands, repository structure examples, sync policies, and progressive delivery patterns. Covers both basic setup and advanced features like secret management and troubleshooting.
creating-pr
This skill automates pull request creation and updates using GitHub CLI and Git commands. It provides structured templates for PR descriptions and update comments, enforces commit conventions, and handles branch management. The workflow focuses on single-commit pushes with clear change documentation.
workflow-reconciliation
A sophisticated workflow reconciliation tool that systematically detects and fixes state drift in plugin development workflows with clear 5-phase orchestration and robust error handling.
vercel-dns
Provides CLI commands to manage DNS records for Vercel-hosted domains, including listing, adding, and removing records. Includes specific examples for email setup (MX, SPF, DKIM) and troubleshooting guidance for team/permission issues.
media-processing
This skill provides command-line wrappers for FFmpeg and ImageMagick to handle video, audio, and image processing tasks. It includes format conversion, encoding, resizing, filtering, and batch operations with clear examples for common workflows.
error-tracking
Provides detailed implementation patterns for integrating Sentry v8 error tracking and performance monitoring across Node.js services. Includes specific code examples for controllers, routes, workflows, cron jobs, and database operations. Enforces a strict 'no console.error without Sentry' policy and offers service-specific configurations.
jira
This skill provides shell-based automation for Jira using the Atlassian MCP server. It covers common operations like searching issues, getting details, transitioning statuses, and adding comments. The documentation clearly explains the required function-call syntax and includes helper scripts for setup.
git-advanced
This skill provides detailed guidance for advanced Git operations including rebasing, bisecting, cherry-picking, and conflict resolution. It emphasizes safety with clear forbidden operations, recovery commands, and practical workflows for common scenarios like PR preparation and bug hunting.
dev-sre
A well-structured SRE validation skill that enforces observability standards in development pipelines with clear role separation, automated checks, and iterative validation workflows.
ops-incident-response
Provides a structured, phase-based workflow for handling production incidents from detection to post-mortem. Includes severity classification, role assignments, communication templates, and checklists. Integrates with an incident-responder agent for complex cases and offers anti-rationalization guidance.
git-workflow-manager
A comprehensive guide for implementing conventional commits and semantic versioning workflows with clear examples and practical commands.
deployment-sop
Provides structured deployment workflows with pre/post-deployment checklists, smoke test patterns, and rollback procedures. Links to authoritative SOP documents rather than duplicating content. Includes concrete commands for validation and evidence templates for tracking.