1

    github-actions-gen

    by Kevin Cline

    Automatically detect your tech stack and generate a production-ready GitHub Actions CI/CD workflow.

    Updated Apr 2026
    Security scanned
    One-time purchase

    $12

    One-time purchase · Own forever

    ⚡ Also available via Agensi Pro — your AI agent can load this skill on demand via MCP. Learn more →

    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

    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.

    📖 Learn more: Best DevOps & Deployment Skills for Claude Code →

    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

    Reviews

    No reviews yet — be the first to share your experience.

    Only users who have downloaded or purchased this skill can leave a review.

    Security Scanned

    Passed automated security review

    Permissions

    Terminal / Shell
    Browser

    Creator

    K
    Kevin Cline

    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

    Similar Skills

    $12

    One-time