TopRank Skills

80,000+ Skills to Supercharge Claude

The open directory for GitHub-integrated capabilities, tools, and prompts for your AI workflows.

Showing 118511 results
adaptive-enforcement-lab

implementation-patterns

by adaptive-enforcement-lab

star 0

Five idempotency patterns for automation: check-before-act, upsert, force overwrite, unique identifiers, and tombstones....

adaptive-enforcement-lab

storing-credentials

by adaptive-enforcement-lab

star 0

Securely store GitHub App credentials across different environments. GitHub Actions secrets, external CI, Kubernetes, an...

adaptive-enforcement-lab

required-status-checks

by adaptive-enforcement-lab

star 0

CI/CD pipelines as merge gates. Tests, security scans, and linting must pass before code reaches production. Automated v...

adaptive-enforcement-lab

concurrency-control

by adaptive-enforcement-lab

star 0

Prevent workflow conflicts with mutex synchronization, semaphores for limited parallelism, and TTL strategies for automa...

adaptive-enforcement-lab

hardened-deployment-workf...

by adaptive-enforcement-lab

star 0

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...

adaptive-enforcement-lab

actions-integration

by adaptive-enforcement-lab

star 0

Integrate GitHub Core Apps with Actions workflows for org-scoped automation. Generate tokens, access APIs, and implement...

adaptive-enforcement-lab

incident-response-playboo...

by adaptive-enforcement-lab

star 0

Incident response playbook templates for Kubernetes. Detection, containment, remediation, and post-incident procedures w...

adaptive-enforcement-lab

reusable-workflow-securit...

by adaptive-enforcement-lab

star 0

Secure reusable workflow patterns for GitHub Actions. Input validation, secret inheritance, caller restrictions, and SHA...

adaptive-enforcement-lab

file-distribution

by adaptive-enforcement-lab

star 0

Automated file distribution across multiple repositories with three-stage workflow. Discovery, parallel distribution, an...

adaptive-enforcement-lab

prerequisite-checks

by adaptive-enforcement-lab

star 0

Consolidate all precondition validation into a dedicated gate phase. Check tools, permissions, state, and resources befo...

adaptive-enforcement-lab

hardened-ci-workflow

by adaptive-enforcement-lab

star 0

Production-ready CI workflow examples with all security patterns applied. SHA pinning, minimal permissions, secret scann...

adaptive-enforcement-lab

runner-group-management

by adaptive-enforcement-lab

star 0

Runner group organization strategies for GitHub Actions. Repository access restrictions, workflow controls, and security...

star 0

Detect and halt on precondition failures before expensive operations begin. Validate inputs, permissions, and state upfr...

adaptive-enforcement-lab

local-development-with-po...

by adaptive-enforcement-lab

star 0

Run Kyverno policy validation locally with policy-platform containers. Zero local setup, same tools as CI, instant feedb...

adaptive-enforcement-lab

runtime-security

by adaptive-enforcement-lab

star 0

Pod Security Standards and admission controllers for GKE. Runtime monitoring with Falco and behavioral analysis to detec...

star 0

Package Go CLIs as minimal secure containers with distroless base images. Static binaries, non-root users, read-only fil...

adaptive-enforcement-lab

common-operations

by adaptive-enforcement-lab

star 0

Implement idiomatic Kubernetes operations with label selectors, strategic merge patches, and proper error handling for p...

adaptive-enforcement-lab

reliability-patterns

by adaptive-enforcement-lab

star 0

Build resilient event systems with retry strategies, dead letter queues, and EventBus persistence. Handle failures grace...

adaptive-enforcement-lab

jmespath-for-kyverno

by adaptive-enforcement-lab

star 0

Master JMESPath for Kyverno policies. Query nested resources, build complex conditions, and validate Kubernetes workload...

adaptive-enforcement-lab

multi-source-policy-aggre...

by adaptive-enforcement-lab

star 0

Aggregate Kyverno policies from security, DevOps, and application teams into unified enforcement. Build multi-stage cont...

adaptive-enforcement-lab

framework-selection

by adaptive-enforcement-lab

star 0

Choose the right Go CLI framework for Kubernetes-native tools. Decision matrix compares Cobra, urfave/cli, and Kong for...

adaptive-enforcement-lab

kyverno-generation-templa...

by adaptive-enforcement-lab

star 0

Kyverno generation policy templates that auto-create supporting resources like NetworkPolicies, ResourceQuotas, and PodD...

adaptive-enforcement-lab

workflow-trigger-security

by adaptive-enforcement-lab

star 0

Secure GitHub Actions trigger patterns for pull requests, forks, and reusable workflows. Preventing privilege escalation...