Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
scheduled-workflows
CronWorkflow patterns for scheduled automation: time-based execution, concurrency policies, orchestration pipelines, and GitHub Actions integration for DevSecOps.
adaptive-enforcement-lab/claude-skills 1
-
tombstone-marker-files
Leave markers indicating operations completed. Track progress across complex multi-step workflows. Perfect for resumable operations and distributed systems.
adaptive-enforcement-lab/claude-skills 1
-
work-avoidance-in-github-actions
Skip unnecessary CI/CD operations before execution. Detect unchanged content, cached builds, and irrelevant paths to reduce workflow costs and execution time.
adaptive-enforcement-lab/claude-skills 1
-
patterns
Battle-tested automation patterns for GitHub Actions, Argo, and Kubernetes. Build resilient, idempotent workflows that scale with hub-and-spoke design.
adaptive-enforcement-lab/claude-skills 1
-
troubleshooting
Debug event flows systematically from EventSource to Workflow. Use diagnostic commands and logging levels to isolate failures in production event systems.
adaptive-enforcement-lab/claude-skills 1
-
fail-fast
Detect and halt on precondition failures before expensive operations begin. Validate inputs, permissions, and state upfront in CI/CD and automation workflows.
adaptive-enforcement-lab/claude-skills 1
-
secure-by-design-pattern-library
Secure-by-design architecture patterns for Kubernetes. Zero trust, defense in depth, least privilege, and fail-secure patterns with implementation examples and threat models.
adaptive-enforcement-lab/claude-skills 1
-
prerequisite-checks
Consolidate all precondition validation into a dedicated gate phase. Check tools, permissions, state, and resources before executing deployment or automation tasks.
adaptive-enforcement-lab/claude-skills 1
-
strangler-fig
Incremental migration from legacy systems. Run old and new in parallel, gradually shift traffic, rollback at any point. Zero downtime, production-validated.
adaptive-enforcement-lab/claude-skills 1
-
hub-and-spoke
Centralized orchestration with distributed execution. One coordinator spawns many workers in parallel. Scale horizontally without changing hub logic.
adaptive-enforcement-lab/claude-skills 1
-
workflowtemplate-patterns
WorkflowTemplate foundations: versioned, reusable automation building blocks with parameter contracts, error handling, volumes, and RBAC for production workflows.
adaptive-enforcement-lab/claude-skills 1
-
architecture-patterns
Fundamental patterns for building maintainable, scalable systems: separation of concerns, distributed orchestration, and zero-downtime migration strategies.
adaptive-enforcement-lab/claude-skills 1
-
chaos-engineering-for-kubernetes
Chaos engineering for Kubernetes with Chaos Mesh and LitmusChaos. Pod deletion, network chaos, resource chaos, blast radius control, and validation patterns for reliability testing.
adaptive-enforcement-lab/claude-skills 1
-
file-distribution
Automated file distribution across multiple repositories with three-stage workflow. Discovery, parallel distribution, and summary reporting for consistent updates.
adaptive-enforcement-lab/claude-skills 1
-
token-lifecycle-management
Token expiration handling, refresh strategies, and caching patterns for long-running workflows. Manage installation token lifecycle and rate limits in GitHub Actions.
adaptive-enforcement-lab/claude-skills 1
-
reliability-patterns
Build resilient event systems with retry strategies, dead letter queues, and EventBus persistence. Handle failures gracefully in production deployments.
adaptive-enforcement-lab/claude-skills 1
-
work-avoidance
Skip work when outcomes won't change. Detect unchanged content, existing resources, and cached outputs to prevent unnecessary PRs, builds, and processing cycles.
adaptive-enforcement-lab/claude-skills 1
-
concurrency-control
Prevent workflow conflicts with mutex synchronization, semaphores for limited parallelism, and TTL strategies for automatic cleanup of completed workflows.
adaptive-enforcement-lab/claude-skills 1
-
actions-integration
Integrate GitHub Core Apps with Actions workflows for org-scoped automation. Generate tokens, access APIs, and implement cross-repository operations patterns.
adaptive-enforcement-lab/claude-skills 1
-
event-routing
Control event flow from EventSources to triggers. Master filtering, transformation, and multi-action capabilities for sophisticated event-driven automation.
adaptive-enforcement-lab/claude-skills 1
-
matrix-distribution
Parallelize operations across dynamic target lists using GitHub Actions matrix strategies with failure isolation, rate limiting, and conditional logic.
adaptive-enforcement-lab/claude-skills 1
-
error-handling-patterns
Master when to fail fast vs degrade gracefully. Production-tested error handling strategies for GitHub Actions, CI/CD pipelines, and platform automation.
adaptive-enforcement-lab/claude-skills 1
-
implementation-patterns
Five idempotency patterns for automation: check-before-act, upsert, force overwrite, unique identifiers, and tombstones. Choose based on constraints and APIs.
adaptive-enforcement-lab/claude-skills 1
-
jwt-authentication
Generate JWTs for GitHub App authentication. Direct JWT generation for app-level operations, installation discovery, and bootstrapping workflows.
adaptive-enforcement-lab/claude-skills 1