releasing-versions
Safe 68Prepare software releases with validation
by BPSAI
Managing software releases requires following many steps correctly. This skill provides a structured 8-phase workflow to validate tests, update versions, verify documentation, and prepare git commits for safe releases.
uvicorn
Safe 68Run Uvicorn ASGI servers
by bossjones
This skill provides documentation and examples for running Python ASGI applications with Uvicorn. It covers development servers with hot reload, production deployment with workers, SSL configuration, and Docker integration.
docker-workflow
Safe 75Containerize applications with Docker workflows
by 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
Safe 69Manage terminal sessions with tmux
by 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
Safe 69Initialize Git Worktrees for Isolated Development
by 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
Safe 68Add Visual Feedback Toolbar to Next.js
by 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
Safe 68Add debugging tools for storage layers
by 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
Safe 69Diagnose and fix FastAPI hangs
by 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
Safe 69Validate system integrations before deployment
by 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
Safe 70Set Up React Native Projects with Best Practices
by 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.
azure-monitor-opentelemetry-exporter-java
Safe 70Export OpenTelemetry telemetry to Azure Monitor
by sickn33
Integrate Java applications with Azure Monitor for distributed tracing and telemetry. Use OpenTelemetry standards to export traces, metrics, and logs to Application Insights.
docker-k8s
Safe 67Secure Docker and Kubernetes deployments
by 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
Low Risk 64Deploy Cloud Infrastructure with Modern IaC Patterns
by 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
Low Risk 65Implement intelligent AIOps strategies for infrastructure
by 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
Safe 70Deploy Next.js to Vercel
by 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
Low Risk 79Configure environment variables and secrets
by 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
Low Risk 73Containerize applications with Docker
by 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
Safe 77Manage WordPress Sites with WP-CLI Commands
by 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
Safe 69Automate Professional Git Workflows with Claude Code
by 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
Safe 76Apply SRE patterns for production reliability
by 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.