Marketplace
Find the right skill for the job.
Browse the full catalog through outcome-first channels, technical facets, rating filters, and server-side pagination built for a large public marketplace.
github-actions
This skill helps create and maintain GitHub Actions workflows for CI/CD pipelines, automating testing, deployment, and other tasks to streamline development processes and ensure reliable software delivery.
deployment-rollback
This skill enables safe rollback of failed deployments across infrastructure, databases, and services using SST, AWS tools, and database migrations to restore previous working versions during production emergencies.
env-config
This skill manages environment variables and secrets across development, staging, and production environments, helping users add new variables, configure stage-specific settings, set up secrets for deployment, and debug environment-related issues.
env-config
This skill manages environment variables and secrets across development, staging, and production environments, helping with adding new variables, configuring stage-specific settings, setting up deployment secrets, and debugging environment-related issues.
checkpoint
This skill provides a checkpoint and recovery mechanism for CFN Docker orchestration, enabling crash recovery, orphan container detection, and automated resumption of wave execution to prevent work loss.
kubernetes-deployment
This skill generates Kubernetes manifests for deploying a full-stack todo application with frontend, backend, and MCP server components. It creates namespace, configmaps, secrets, deployments, services, and ingress configurations specifically for Minikube local development environments.
k8s-security
Audit Kubernetes RBAC, enforce policies, and manage secrets. Use for security reviews, permission audits, policy enforcement with Kyverno/Gatekeeper, and secret management.
k8s-troubleshoot
Debug Kubernetes pods, nodes, and workloads. Use when pods are failing, containers crash, nodes are unhealthy, or users mention debugging, troubleshooting, or diagnosing Kubernetes issues.
devops-troubleshooting
This skill provides DevOps and infrastructure troubleshooting for Cloudflare Workers, PlanetScale PostgreSQL, and distributed systems, helping diagnose deployment issues, connection errors, and performance degradation.
serving-llms-vllm
Serves LLMs with high throughput using vLLM's PagedAttention and continuous batching. Use when deploying production LLM APIs, optimizing inference latency/throughput, or serving models with limited GPU memory. Supports OpenAI-compatible endpoints, quantization (GPTQ/AWQ/FP8), and tensor parallelism.
sast-bandit
Python security vulnerability detection using Bandit SAST with CWE and OWASP mapping. Use when: (1) Scanning Python code for security vulnerabilities and anti-patterns, (2) Identifying hardcoded secrets, SQL injection, command injection, and insecure APIs, (3) Generating security reports with severity classifications for CI/CD pipelines, (4) Providing remediation guidance with security framework references, (5) Enforcing Python security best practices in development workflows.
scripting
DevOps scripting with Bash, Python, and Go for automation, tooling, and infrastructure management
tailscale-manager
Manage Tailscale funnels across different ct project instances. Start/stop funnels and route traffic to different docker containers.
pipeline-debugger
Debug and monitor GitLab CI/CD pipelines for merge requests. Check pipeline status, view job logs, and troubleshoot CI failures. Use this when the user needs to investigate GitLab CI pipeline issues, check job statuses, or view specific job logs.
rivetkit
RivetKit backend and Rivet Actor runtime guidance. Use for building, modifying, debugging, or testing Rivet Actors, registries, serverless/runner modes, deployment, or actor-based workflows.
llm-serving-patterns
LLM inference infrastructure, serving frameworks (vLLM, TGI, TensorRT-LLM), quantization techniques, batching strategies, and streaming response patterns. Use when designing LLM serving infrastructure, optimizing inference latency, or scaling LLM deployments.
image-optimization
This skill optimizes images for web performance by selecting modern formats, implementing responsive techniques, and enabling lazy loading to significantly improve page load times and prepare assets for production deployment.
cloudflare
Infrastructure operations for Cloudflare: Workers, KV, R2, D1, Hyperdrive, observability, builds, audit logs. Triggers: worker/KV/R2/D1/logs/build/deploy/audit. Three permission tiers: Diagnose (read-only), Change (write requires confirmation), Super Admin (isolated environment). Write operations follow read-first, confirm, execute, verify pattern. MCP is optional — works with Wrangler CLI/Dashboard too.
code-quality-analysis
This skill provides comprehensive code quality analysis through security reviews (OWASP Top 10), clarity refactoring for readability, and synthesis analysis for cross-file issues, ideal for security audits, quality checks, and pre-deployment reviews.
aws-cdk-development
AWS Cloud Development Kit (CDK) expert for building cloud infrastructure with TypeScript/Python. Use when creating CDK stacks, defining CDK constructs, implementing infrastructure as code, or when the user mentions CDK, CloudFormation, IaC, cdk synth, cdk deploy, or wants to define AWS infrastructure programmatically. Covers CDK app structure, construct patterns, stack composition, and deployment workflows.
vercel-deploy
Deploy applications and websites to Vercel. Use this skill when the user requests deployment actions such as "Deploy my app", "Deploy this to production", "Create a preview deployment", "Deploy and give me the link", or "Push this live". No authentication required - returns preview URL and claimable deployment link.
vercel
Deploy and configure applications on Vercel. Use when deploying Next.js apps, configuring serverless functions, setting up edge functions, or managing Vercel projects. Triggers on Vercel, deploy, serverless, edge function, Next.js deployment.
gh-check-ci-status
Check CI/CD status of a pull request including workflow runs and test results. Use when verifying if PR checks are passing or investigating CI failures.
fix-ci-failures
Diagnose and fix CI/CD failures by analyzing logs, reproducing locally, and applying fixes. Use when CI checks fail on pull requests.