contracts
Safe 68Manage multi-agent contract interfaces
by 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
Low Risk 67Create Git Branches for SDD Workflows
by Clionegohan
Automate branch creation in spec-driven development. Create properly named spec and impl branches with user confirmation and error handling.
deployment-audit-skill
Low Risk 67Audit Deployment Health on DigitalOcean and Vercel
by 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
Safe 69Diagnose build issues and find root causes
by 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
Safe 69Deploy React Apps to Vercel, Netlify, and Docker
by 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
Safe 69Add observability to Python backends
by 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
Safe 69Organize Git Commits with Interactive Staging
by 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
Safe 69Enforce local testing before deployment
by 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
Low Risk 63Generate API Test Scripts from OpenAPI Specifications
by 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
Safe 69Set up deployment, analytics, and health monitoring
by 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
Safe 69Diagnose CI/CD pipeline failures
by 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
Safe 69Manage git worktrees for parallel development
by 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
Low Risk 69Manage GitHub issue hierarchies
by 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
Low Risk 77Create conventional commits with automatic issue linking
by 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
Low Risk 78Manage Git branches with automated workflows
by 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
Safe 76Create event hooks for Claude Code automation
by 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
Safe 70Migrate WordPress sites with wp-migrate.sh
by 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.
browser-use
Low Risk 67Automate browser interactions and web tasks
by browser-use
Manual web testing and data extraction is time-consuming and error-prone. Browser-use provides AI-driven browser automation for reliable, repeatable web interactions.
browser-act
Low Risk 68Automate Browser Tasks with AI
by browser-act
AI agents cannot access JavaScript-rendered web pages using standard fetch tools. Browser-act provides a complete browser engine so AI can navigate, extract data, fill forms, and take screenshots from any website.
devops-orchestrator
Safe 70Automate DevOps with CI/CD orchestration
by 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.