contracts
Sûr 69Manage multi-agent contract interfaces
par Clouder0
Multi-agent workflows need clear interfaces between parallel tasks. This skill provides a complete lifecycle system for creating, tracking, and resolving contracts between agent tasks.
branch
Risque faible 68Create Git Branches for SDD Workflows
par Clionegohan
Automate branch creation in spec-driven development. Create properly named spec and impl branches with user confirmation and error handling.
deployment-audit-skill
Risque faible 68Audit Deployment Health on DigitalOcean and Vercel
par CleanExpo
Deployment failures are difficult to diagnose without centralized health checks. This skill audits crash logs, environment variable consistency, and runtime issues across DigitalOcean and Vercel to help you quickly identify and resolve deployment problems.
build-diagnostics
Sûr 69Diagnose build issues and find root causes
par CleanExpo
Build failures waste hours of developer time. This agent systematically investigates blockers using all available tools, identifies the true root cause, and implements verified fixes without introducing new problems.
web-build-deploy
Sûr 69Deploy React Apps to Vercel, Netlify, and Docker
par CJHarmath
Need to deploy a React application but unsure about the best platform and configuration. This skill provides ready-to-use deployment patterns for Vercel, Netlify, Docker, and CI/CD pipelines with security best practices included.
py-observability
Sûr 69Add observability to Python backends
par CJHarmath
Production issues are impossible to debug without observability. Silent failures and missing context in errors make incidents last longer. This skill provides patterns for logging, metrics, tracing, and error tracking for Python backends.
git-commit
Sûr 69Organize Git Commits with Interactive Staging
par Chemiseblanc
Managing multiple changes across files makes commit organization challenging. This skill provides step-by-step guidance for breaking changes into logical, atomic commits using git interactive staging features.
deploy
Sûr 71Enforce local testing before deployment
par ChakshuGautam
Deploying untested code to production often causes bugs, downtime, and user-facing errors. This skill enforces a mandatory verification workflow that requires successful build completion, local server startup, browser testing, and passing tests before any deployment command can run.
happyflow-generator
Risque faible 64Generate API Test Scripts from OpenAPI Specifications
par Chaim12345
Manually writing API tests for complex endpoints with dependencies is time-consuming and error-prone. This skill automatically generates executable Python test scripts from OpenAPI or GraphQL specifications that run endpoints in the correct dependency order.
deploy
Sûr 69Set up deployment, analytics, and health monitoring
par Chachamaru127
This skill automates deployment configuration for Vercel and Netlify, integrates Google Analytics or Vercel Analytics, and diagnoses environment setup. It guides users through deployment workflows without executing arbitrary code.
ci
Sûr 69Diagnose CI/CD pipeline failures
par Chachamaru127
CI/CD pipelines fail frequently and debugging takes time. This skill analyzes failure logs, identifies root causes, and provides specific fix recommendations for build and test errors.
managing-worktrees
Sûr 71Manage git worktrees for parallel development
par C0ntr0lledCha0s
Managing multiple branches simultaneously requires switching contexts or stashing changes. This skill provides expert guidance on creating isolated git worktrees for parallel development without disrupting your current workflow.
managing-relationships
Risque faible 71Manage GitHub issue hierarchies
par C0ntr0lledCha0s
Creating issue hierarchies and tracking dependencies is complex with the standard GitHub CLI. This skill provides direct access to GitHub GraphQL API for managing parent-child relationships, blocking dependencies, and tracking links between issues.
managing-commits
Risque faible 77Create conventional commits with automatic issue linking
par C0ntr0lledCha0s
Writing quality commit messages is difficult and time-consuming. This skill provides expert guidance on conventional commit formats, analyzes commit quality, and automatically links commits to GitHub issues for better traceability.
managing-branches
Risque faible 78Manage Git branches with automated workflows
par C0ntr0lledCha0s
Managing Git branches manually leads to inconsistent naming, merge conflicts, and release chaos. This skill provides flow-aware automation for branch creation, validation, and cleanup across Gitflow, GitHub Flow, trunk-based, and GitLab Flow strategies.
building-hooks
Sûr 76Create event hooks for Claude Code automation
par C0ntr0lledCha0s
Claude Code hooks enable event-driven automation and policy enforcement. This skill provides expertise in creating hooks that validate tool usage, enforce security policies, and automate workflows triggered by user prompts and tool invocations.
wp-migrate
Sûr 70Migrate WordPress sites with wp-migrate.sh
par BWBama85
This skill provides expertise for migrating WordPress sites between servers and importing backup archives from Duplicator, Jetpack Backup, and Solid Backups. It handles database synchronization, URL search-replace, and provides rollback capabilities for safe deployments.
devops-orchestrator
Sûr 70Automate DevOps with CI/CD orchestration
par Brownbull
DevOps tasks require coordinating multiple systems and pipelines. This skill provides a structured framework for managing infrastructure, deployments, and monitoring with proven DORA metrics.
releasing-versions
Sûr 69Prepare software releases with validation
par 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
Sûr 70Run Uvicorn ASGI servers
par 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.