Find the perfect skill
Local CI Preflight
DevOps
Run kube-coder's full CI suite locally before pushing to ensure CI passes on first push. Includes helm lint, unit tests, Python tests, SPA builds with vitest, and shell syntax checks.
AWS Skills
DevOps
AWS development with infrastructure automation and cloud architecture patterns.
Mine AGENT tokens on Base
DevOps
Self-contained guide for AI agents to set up and mine AGENT tokens on Base L2 using apow-cli.
Release Automation
DevOps
Automates the complete release process by analyzing git commits since the last tag, determining the appropriate semantic version bump (major, minor, or patch), building executables for all platforms via `make build-all`, creating a git tag, and generating minimalistic release notes written by Claude. Helps streamline and standardize releases, ensuring versioning follows conventional commits and release notes focus on user-facing changes.
Sync Agentflow Skills Globally
DevOps
Sync all agentflow skills to the global ~/.claude/commands/ directory so they work in every project. Run after adding new skills.
GitOps Workflow with ArgoCD and Flux
DevOps
Implement GitOps workflows with ArgoCD and Flux for automated, declarative Kubernetes deployments with continuous reconciliation.
Turborepo Caching Configuration
DevOps
Optimize monorepo builds with Turborepo by configuring local and remote caching. Use when setting up Turborepo, optimizing build pipelines, or implementing distributed caching.
Ansible Playbook Writing and Review
DevOps
Assists in writing and reviewing Ansible playbooks, roles, and tasks following best practices for idempotency, security, and maintainability. Checks for proper use of FQCNs, handlers, error handling, and vault-encrypted secrets. Ideal for automating server configuration or reviewing existing Ansible code.
Create Railway Projects and Services
DevOps
Creates Railway projects, services, and databases with proper configuration. Handles both initial setup of new projects and adding services to existing ones, including prerequisite checks (CLI, authentication) and a decision flow for linking. Useful when the user wants to deploy to Railway, initialize a project, or add a service.
Network Engineer
DevOps
Expert network engineer specializing in modern cloud networking, security architectures, and performance optimization.
GitHub Automation
DevOps
Skill for automating GitHub operations using the gh CLI: repositories, issues, pull requests, workflows, and more.
Replit Migration Deep Dive
DevOps
Comprehensive guide for migrating to or from Replit, or major version upgrades, using the strangler fig pattern.