From billy-milligan
CI/CD pipeline patterns for GitHub Actions, GitLab CI, Jenkins. Covers caching, matrix builds, OIDC secrets, deployment strategies, pipeline optimization.
npx claudepluginhub rnavarych/alpha-engineer --plugin billy-milliganThis skill is limited to using the following tools:
Use when designing, optimizing, or troubleshooting CI/CD pipelines. Covers workflow structure, caching strategies, deployment automation, and cross-platform pipeline patterns.
Compares coding agents like Claude Code and Aider on custom YAML-defined codebase tasks using git worktrees, measuring pass rate, cost, time, and consistency.
Designs and optimizes AI agent action spaces, tool definitions, observation formats, error recovery, and context for higher task completion rates.
Designs, implements, and audits WCAG 2.2 AA accessible UIs for Web (ARIA/HTML5), iOS (SwiftUI traits), and Android (Compose semantics). Audits code for compliance gaps.
Use when designing, optimizing, or troubleshooting CI/CD pipelines. Covers workflow structure, caching strategies, deployment automation, and cross-platform pipeline patterns.
references/github-actions-patterns.md — Reusable workflows, matrix builds, caching, OIDC secrets, composite actionsreferences/gitlab-ci-patterns.md — DAG pipelines, includes/extends, environments, review apps, auto DevOpsreferences/pipeline-optimization.md — Parallel jobs, test splitting, artifact caching, incremental builds, build matrixreferences/deployment-strategies.md — Blue-green, canary, rolling for k8s, Vercel, AWS ECSscripts/detect-ci.sh — Detects CI platform from project files (.github/workflows, .gitlab-ci.yml, Jenkinsfile, etc.)assets/github-actions-template.yaml — Lint, test, build, deploy workflow templateassets/gitlab-ci-template.yaml — Equivalent pipeline for GitLab CI