From nickcrew-claude-ctx-plugin
Provides GitHub Actions workflow patterns for CI/CD: matrix builds, reusable workflows, secrets management, caching, concurrency controls. Use for pipeline setup, optimization, debugging.
npx claudepluginhub nickcrew/claude-cortexThis skill uses the workspace's default tool permissions.
Expert guidance for designing reliable, secure, and performant GitHub Actions CI/CD pipelines with patterns for matrix builds, reusable workflows, caching, and deployment automation.
Guides GitHub Actions workflow creation, CI/CD pipelines, secrets management, matrix strategies, reusable workflows, and troubleshooting for automation.
Builds GitHub Actions workflows for CI/CD pipelines, testing, security scanning, deployments, and release management. Covers jobs, steps, matrix strategies, caching, and conditionals.
Provides GitHub Actions patterns for CI/CD pipelines, release automation using semantic-release, changesets, goreleaser, and testing strategies with matrix, cache, secrets, artifacts.
Share bugs, ideas, or general feedback.
Expert guidance for designing reliable, secure, and performant GitHub Actions CI/CD pipelines with patterns for matrix builds, reusable workflows, caching, and deployment automation.
| Task | Load reference |
|---|---|
| Matrix builds, reusable workflows, caching, deployment, concurrency | skills/github-actions-workflows/references/workflow-patterns.md |
Plan the pipeline structure before writing YAML.
Build the pipeline incrementally.
Reduce runtime and cost.
Keep workflows healthy over time.
actions/checkout@main instead of pinning to a SHA or version tagpermissions block (defaults to overly broad read-write)concurrency groups, leading to duplicate deploysworkflow_call for shared CI logic across repositories