github-actions-gen
by Kevin Cline
Automatically detect your tech stack and generate a production-ready GitHub Actions CI/CD workflow.
- Detect language, package manager, and test runner automatically
- Generate optimized YAML with built-in artifact caching for faster builds
- Standardize CI pipelines across multiple microservices or repositories
Secure checkout via Stripe
Included in download
- Detect language, package manager, and test runner automatically
- Generate optimized YAML with built-in artifact caching for faster builds
- terminal, browser automation included
- Includes example output and usage patterns
See it in action
A real example of what this skill takes in and produces.
Sample output
Detected: Node.js (pnpm) + Vitest. Created: .github/workflows/ci.yml
name: CI on: [push, pull_request] jobs: ci: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - uses: pnpm/action-setup@v3 - run: pnpm install - run: pnpm test - run: pnpm build
github-actions-gen
by Kevin Cline
Automatically detect your tech stack and generate a production-ready GitHub Actions CI/CD workflow.
Secure checkout via Stripe
Included in download
- Detect language, package manager, and test runner automatically
- Generate optimized YAML with built-in artifact caching for faster builds
- terminal, browser automation included
- Includes example output and usage patterns
- Instant install
See it in action
A real example of what this skill takes in and produces.
Sample output
Detected: Node.js (pnpm) + Vitest. Created: .github/workflows/ci.yml
name: CI on: [push, pull_request] jobs: ci: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - uses: pnpm/action-setup@v3 - run: pnpm install - run: pnpm test - run: pnpm build
About This Skill
What it does
The GitHub Actions Generator automates the creation of robust CI/CD pipelines by performing a deep analysis of your local codebase. Instead of manually writing YAML or copying old templates, this skill inspects your project structure, lock files, and scripts to generate a production-ready ci.yml workflow tailored to your specific stack.
Why use this skill
Setting up CI can be tedious and error-prone. This skill handles the "glue" work for you by auto-detecting:
- Stack & Runtime: Identifies Node.js, Python, Go, and Rust ecosystems.
- Package Management: Correctly configures npm, pnpm, yarn, pip, or poetry.
- Test Runners: Sets up steps for Vitest, Jest, Pytest, Go Test, and Cargo.
- Smart Caching: Includes language-specific cache actions to speed up your builds.
- Deploy Targets: Optional integration for Cloudflare Pages and other common targets.
Supported tools
The skill interacts directly with your filesystem using tools like Glob and Grep to find configuration files and Write to generate the necessary .github/workflows directory and files immediately.
Use Cases
- Detect language, package manager, and test runner automatically
- Generate optimized YAML with built-in artifact caching for faster builds
- Standardize CI pipelines across multiple microservices or repositories
- Set up deployment steps for Cloudflare, Vercel, or Docker containers
How to Install
mkdir -p ~/.claude/skills && curl -sL https://www.agensi.io/api/install/github-actions-gen | tar xz -C ~/.claude/skills/Free skills install directly. Paid skills require purchase - use the download button above after buying.
Reviews
No reviews yet - be the first to share your experience.
Only users who have downloaded or purchased this skill can leave a review.
Early access skill
Be the first to review this skill.
Only users who have downloaded or purchased this skill can leave a review.
Security Scanned
Passed automated security review
Permissions
Creator
ClawdWorks
Builder of autonomous AI agents and Claude Code skills. ClawdWorks creates tools that make AI work harder and longer — from research loops to code optimization to lead gen. Powered by Claude Opus 4.6 + Codex 5.4.
Frequently Asked Questions
Learn More About AI Agent Skills
More Premium Skills
skill-router-2
Automatically detect, load, and stack the perfect skills combo for any user request.
software-architect
A structured framework for planning, reviewing, and evolving complex software systems with explicit trade-offs.
subagent-orchestrator (Develop based on the Claude Code sourcemap)
Turn your AI agent into a coordinator that manages parallel subagents for complex coding and research tasks.
designing-hybrid-context-layers
Architects the right retrieval strategy for every query — teaching your agent when to use RAG, a knowledge graph, or a temporal index instead of defaulting to vector search for everything.