docker-workflow
Sûr 76Containerize applications with Docker workflows
par bossjones
Docker containerization simplifies development and deployment by packaging applications with dependencies into portable containers. This skill provides professional workflows from development through production with optimization and debugging tools.
tmux
Sûr 68Manage terminal sessions with tmux
par Bind
Running background processes in terminals can be complex when you need persistent sessions that survive disconnections. This skill provides simple commands to create, manage, and monitor tmux sessions from your AI assistant.
git-workspace-init
Sûr 71Initialize Git Worktrees for Isolated Development
par BillChirico
Managing multiple branches and features in parallel is challenging. This skill creates isolated git worktrees automatically using conventional branch naming, enabling clean parallel development without stashing or switching branches.
agentation
Sûr 70Add Visual Feedback Toolbar to Next.js
par benjitaylor
Collect structured visual feedback from stakeholders directly on your Next.js application. Agentation adds a floating toolbar that lets team members annotate screenshots and submit detailed bug reports without leaving the browser.
storage-debug-instrumentation
Sûr 68Add debugging tools for storage layers
par BenderFendor
Storage issues in PostgreSQL and ChromaDB are hard to diagnose without visibility. This skill provides a complete debugging toolkit with endpoints and a dashboard for inspecting storage state, detecting drift, and tracking startup performance.
backend-hang-debug
Sûr 69Diagnose and fix FastAPI hangs
par BenderFendor
FastAPI applications can hang when ThreadPoolExecutor shutdown blocks the event loop, especially during SSE stream disconnects. This skill provides a repeatable triage workflow using py-spy to capture live stacks and apply non-blocking executor patterns to restore responsiveness.
system-integration-validator
Sûr 69Validate system integrations before deployment
par BarisSozen
Integration failures cause deployment delays and production incidents. This skill provides step-by-step validation for ports, databases, APIs, and data flows to catch issues early.
project-setup-architecture
Sûr 71Set Up React Native Projects with Best Practices
par BabakBar
Setting up React Native and Expo projects with TypeScript, databases, state management, and testing can be complex and time-consuming. This skill provides step-by-step guidance for configuring professional project infrastructure following industry best practices.
docker-k8s
Sûr 67Secure Docker and Kubernetes deployments
par Azeem-2
Container security requires careful attention to build patterns, network policies, and runtime configurations. This skill provides production-ready code patterns for secure multi-stage Docker builds, zero-trust Kubernetes deployments, service mesh integration, and GitOps workflows.
cloud-native
Risque faible 66Deploy Cloud Infrastructure with Modern IaC Patterns
par Azeem-2
Managing cloud infrastructure across multiple providers is complex and error-prone. This skill provides production-ready patterns for Infrastructure as Code, GitOps workflows, and progressive delivery strategies that work with any cloud provider or deployment tool.
aiops
Risque faible 67Implement intelligent AIOps strategies for infrastructure
par Azeem-2
AIOps skills help you build automated incident response, anomaly detection, and self-healing infrastructure. These patterns work with any monitoring platform to reduce MTTR and improve reliability.
vercel-deploy
Sûr 72Deploy Next.js to Vercel
par Awais68
Deploy Next.js applications to Vercel with optimized build settings, environment variables, and custom domain configuration. Expert guidance for production-ready deployments.
env-config
Risque faible 80Configure environment variables and secrets
par AutumnsGrove
Managing environment configurations across multiple environments is error-prone and risky. This skill provides utilities for parsing .env files, validating required variables, encrypting secrets, and comparing configurations between environments.
docker-workflow
Risque faible 73Containerize applications with Docker
par AutumnsGrove
Package applications into portable, reproducible containers for consistent development and deployment. Build optimized images with multi-stage builds, orchestrate multi-container applications, and deploy with confidence.
wp-wpcli-and-ops
Sûr 78Manage WordPress Sites with WP-CLI Commands
par Automattic
WordPress site management requires command-line expertise and knowledge of best practices. This skill provides WP-CLI command guidance, operational procedures, and troubleshooting workflows for WordPress administrators.
git-workflow
Sûr 70Automate Professional Git Workflows with Claude Code
par Atman36
Managing Git commits and branches manually leads to messy history and collaboration issues. This skill automates Git best practices using Conventional Commits and GitFlow patterns for clean, professional version control.
operating-production-services
Sûr 76Apply SRE patterns for production reliability
par Asmayaseen
Managing production services requires reliable metrics, clear incident processes, and systematic learning from failures. This skill provides SLO definitions, error budget policies, postmortem templates, and Prometheus alerting patterns to help teams maintain service reliability.
operating-k8s-local
Sûr 73Operate Local Kubernetes Clusters with Minikube
par Asmayaseen
Running Kubernetes locally is complex with cluster setup, networking, and image management challenges. This skill provides quick reference commands for Minikube and kubectl to streamline local development workflows.
nx-monorepo
Sûr 70Manage Nx monorepos with AI
par Asmayaseen
Nx monorepo management requires deep knowledge of project graphs, affected commands, and caching strategies. This skill provides expert guidance for analyzing dependencies, running targeted builds, and optimizing CI pipelines using Nx CLI and official MCP tools.
deploying-kafka-k8s
Sûr 73Deploy Kafka on Kubernetes with Strimzi
par Asmayaseen
Setting up Apache Kafka on Kubernetes requires complex operator configuration, KRaft mode setup, and topic management. This skill provides production-ready YAML templates and step-by-step commands for deploying Kafka clusters using the Strimzi operator.