github-actions

Installation
SKILL.md

GitHub Actions Workflow Generator

Generate production-ready GitHub Actions workflow YAML files. Supports CI, CD, releases, Docker, reusable workflows, composite actions, and dependabot configs across multiple languages and frameworks.

Principles

  • Secure by default: Pin actions to SHA, minimal permissions, no hardcoded secrets
  • Cache everything: Dependencies, build artifacts, Docker layers — always cache
  • Fail fast, fail clear: Matrix fail-fast: true for CI, false for releases
  • Concurrency control: Always add concurrency groups for push/PR workflows
  • DRY workflows: Extract shared logic into reusable workflows or composite actions

MODE DETECTION (FIRST STEP)

Analyze the user's request to determine workflow type:

Installs
1
GitHub Stars
2
First Seen
Jun 16, 2026
github-actions — anilcancakir/claude-code-plugin