Generate GitHub Actions workflow YAML files for CI/CD. Use when setting up automated pipelines.
Scanned 9/7/2026
Install to Claude Code
npx -y skills add bytesagain/ai-skills --skill github-actions-gen --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Github Actions Gen?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/bytesagain-github-actions-gen)More formats (shields.io, HTML) on the badges page.
---
name: "github-actions-gen"
version: "3.0.0"
description: "Generate GitHub Actions workflow YAML files for CI/CD. Use when setting up automated pipelines."
author: "BytesAgain"
homepage: "https://bytesagain.com"
---
# github-actions-gen
Generate GitHub Actions workflow YAML files for CI/CD. Use when setting up automated pipelines.
## Commands
### `create`
```bash
scripts/script.sh create <type>
```
### `template`
```bash
scripts/script.sh template <language>
```
### `lint`
```bash
scripts/script.sh lint <file>
```
### `list`
```bash
scripts/script.sh list
```
### `optimize`
```bash
scripts/script.sh optimize <file>
```
### `secrets`
```bash
scripts/script.sh secrets <file>
```
## Data Storage
Data stored in `~/.local/share/github-actions-gen/`.
---
*Powered by BytesAgain | bytesagain.com | hello@bytesagain.com*
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Build reusable Terraform modules for AWS, Azure, and GCP infrastructure following infrastructure-as-code best practices. Use when creating infrastructure modules, standardizing cloud provisioning, or implementing reusable IaC components.