80,000+ Skills to Supercharge Claude
The open directory for GitHub-integrated capabilities, tools, and prompts for your AI workflows.
Five idempotency patterns for automation: check-before-act, upsert, force overwrite, unique identifiers, and tombstones....
Securely store GitHub App credentials across different environments. GitHub Actions secrets, external CI, Kubernetes, an...
CI/CD pipelines as merge gates. Tests, security scans, and linting must pass before code reaches production. Automated v...
Prevent workflow conflicts with mutex synchronization, semaphores for limited parallelism, and TTL strategies for automa...
Production-ready deployment workflow examples with OIDC authentication, environment protection, approval gates, and roll...
Find and fix security issues before they become incidents. Vulnerability scanning, SBOM generation, supply chain securit...
Integrate GitHub Core Apps with Actions workflows for org-scoped automation. Generate tokens, access APIs, and implement...
Incident response playbook templates for Kubernetes. Detection, containment, remediation, and post-incident procedures w...
Secure reusable workflow patterns for GitHub Actions. Input validation, secret inheritance, caller restrictions, and SHA...
Automated file distribution across multiple repositories with three-stage workflow. Discovery, parallel distribution, an...
Consolidate all precondition validation into a dedicated gate phase. Check tools, permissions, state, and resources befo...
Production-ready CI workflow examples with all security patterns applied. SHA pinning, minimal permissions, secret scann...
Runner group organization strategies for GitHub Actions. Repository access restrictions, workflow controls, and security...
Detect and halt on precondition failures before expensive operations begin. Validate inputs, permissions, and state upfr...
Run Kyverno policy validation locally with policy-platform containers. Zero local setup, same tools as CI, instant feedb...
Pod Security Standards and admission controllers for GKE. Runtime monitoring with Falco and behavioral analysis to detec...
Package Go CLIs as minimal secure containers with distroless base images. Static binaries, non-root users, read-only fil...
Implement idiomatic Kubernetes operations with label selectors, strategic merge patches, and proper error handling for p...
Build resilient event systems with retry strategies, dead letter queues, and EventBus persistence. Handle failures grace...
Master JMESPath for Kyverno policies. Query nested resources, build complex conditions, and validate Kubernetes workload...
Aggregate Kyverno policies from security, DevOps, and application teams into unified enforcement. Build multi-stage cont...
Choose the right Go CLI framework for Kubernetes-native tools. Decision matrix compares Cobra, urfave/cli, and Kong for...
Kyverno generation policy templates that auto-create supporting resources like NetworkPolicies, ResourceQuotas, and PodD...