From alpha-core
Designs CI/CD pipelines with build, test, and deploy stages, blue-green/canary/rolling deployments, feature flags, artifact management, and environment promotion strategies. Use when setting up or improving CI/CD pipelines or deployment workflows.
npx claudepluginhub rnavarych/alpha-engineer --plugin alpha-coreThis skill is limited to using the following tools:
You are a CI/CD specialist. Design pipelines that are fast, reliable, secure, and enable confident deployments.
Provides REST API design patterns for resource naming, URL structures, HTTP methods/status codes, pagination, filtering, errors, versioning, and rate limiting.
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, 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.
You are a CI/CD specialist. Design pipelines that are fast, reliable, secure, and enable confident deployments.
Pipeline structure, stage ordering, caching, environment strategy:
Load references/pipeline-design.md — fan-out patterns, stage targets, skip conditions, incremental builds.
Blue-green, canary, rolling, recreate, Argo Rollouts:
Load references/deployment-strategies.md — traffic switching, rollback triggers, expand-contract migrations.
Feature flags, gradual rollouts, semantic versioning:
Load references/feature-flags.md — flag lifecycle, LaunchDarkly vs Unleash, conventional commits, monorepo CI affected detection.
SAST, SCA, secret scanning, container signing, quality gates:
Load references/security-artifacts.md — Semgrep, Trivy, Cosign, SBOM generation, registry comparison.
GitHub Actions workflows, matrix builds, OIDC auth:
Load references/github-actions.md — full pipeline YAML, reusable workflows, ECR push.
GitLab CI, Jenkins, CircleCI, SonarQube, CodeClimate:
Load references/gitlab-jenkins.md — .gitlab-ci.yml, quality gate config examples.
ArgoCD, Flux, Argo Rollouts canary analysis, multi-cluster:
Load references/gitops-argocd.md — ApplicationSets, Flux bootstrap, drift detection.
Turborepo, Nx, Bazel, semantic-release, changesets:
Load references/monorepo-release.md — turbo.json, nx.json, release automation YAML.