docker-optimizer
安全 70Optimize Dockerfiles for Security and Performance
由 CrazyDubya
Docker images are often bloated and insecure. This skill analyzes your Dockerfiles and provides optimized versions with multi-stage builds, security hardening, and size reduction techniques.
configuration-validator
安全 69Validate configuration files and environment variables
由 CrazyDubya
Missing or misconfigured environment variables cause runtime errors and deployment failures. This skill provides systematic methods to find config files, validate required variables, check formats, and ensure documentation stays current.
using-git-worktrees
安全 69Set up isolated git workspaces
由 CodingCossack
Managing multiple branches in a single git repository clutters your workflow and interrupts active work. This skill creates isolated worktrees where you can work on features without modifying your main working directory.
finishing-a-development-branch
安全 69Finish Git development branches
由 CodingCossack
Managing feature branch completion manually takes time and risks errors. This skill automates the workflow for merging, creating pull requests, preserving, or discarding branches with built-in test verification and safety checks.
release
安全 69Automate releases with git tags and GitHub Actions
由 Codename-11
Manually creating releases across multiple plugins is error-prone and time-consuming. This skill automates the entire release workflow including version bump detection, git tag creation, and GitHub Release generation for monorepo projects.
jira-cli
安全 69Manage Jira Issues from Command Line
由 Code-and-Sorts
Manage Jira issues without leaving your terminal. This skill provides complete command-line documentation for creating, editing, tracking, and transitioning Jira issues, sprints, and epics.
create-pr
安全 69Generate Pull Request Content
由 Cloud-Officer
Manually crafting commit messages and PR descriptions is time-consuming and inconsistent. This skill automatically generates professional commit messages, PR titles, and PR bodies by analyzing your code changes against the target branch.
wrangler
安全 67Deploy Cloudflare Workers with Wrangler CLI
由 cloudflare
Cloudflare Workers deployment requires understanding of CLI commands, configuration, and resource bindings. This skill provides comprehensive documentation for deploying and managing Workers, KV, R2, D1, and more.
contracts
安全 68Manage multi-agent contract interfaces
由 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
低風險 66Create Git Branches for SDD Workflows
由 Clionegohan
Automate branch creation in spec-driven development. Create properly named spec and impl branches with user confirmation and error handling.
deployment-audit-skill
低風險 67Audit Deployment Health on DigitalOcean and Vercel
由 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
安全 69Diagnose build issues and find root causes
由 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
安全 69Deploy React Apps to Vercel, Netlify, and Docker
由 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
安全 69Add observability to Python backends
由 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
安全 69Organize Git Commits with Interactive Staging
由 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
安全 69Enforce local testing before deployment
由 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
低風險 63Generate API Test Scripts from OpenAPI Specifications
由 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
安全 69Set up deployment, analytics, and health monitoring
由 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
安全 69Diagnose CI/CD pipeline failures
由 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
安全 69Manage git worktrees for parallel development
由 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.