From sundial-org-awesome-openclaw-skills-4
Generates GitHub Actions workflows from your project by scanning its structure. Detects language/framework and configures linting, testing, building, and deployment.
How this skill is triggered — by the user, by Claude, or both
Slash command
/sundial-org-awesome-openclaw-skills-4:ci-genThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Setting up CI/CD from scratch means searching through docs, copying examples, and tweaking YAML for an hour. This tool looks at your project and generates the right workflow automatically.
Setting up CI/CD from scratch means searching through docs, copying examples, and tweaking YAML for an hour. This tool looks at your project and generates the right workflow automatically.
One command. Zero config. Just works.
npx ai-ci
# Generate workflow for current project
npx ai-ci
# Specify deploy target
npx ai-ci --deploy vercel
# Preview without writing
npx ai-ci --preview
# Different targets
npx ai-ci --deploy netlify
npx ai-ci --deploy aws
npx ai-ci --deploy docker
npx ai-ci --deploy fly
This is one of 110+ free developer tools built by LXGIC Studios. No paywalls, no sign-ups, no API keys on free tiers. Just tools that work.
Find more:
No install needed. Just run with npx. Node.js 18+ recommended. Needs OPENAI_API_KEY environment variable.
npx ai-ci --help
Analyzes your package.json, config files, and project structure to determine the language, framework, test setup, and build steps. Then generates a GitHub Actions workflow YAML with appropriate jobs, caching, and deployment configuration.
MIT. Free forever. Use it however you want.
Built by LXGIC Studios
npx claudepluginhub joshuarweaver/cascade-ai-ml-agents-misc-2 --plugin sundial-org-awesome-openclaw-skills-4Generate GitHub Actions workflow files from plain English descriptions. Use when setting up CI/CD for new repos or custom workflows.
Builds GitHub Actions workflows for CI/CD, testing, security scanning, and deployment. Covers jobs, steps, matrix strategies, caching, and conditional execution.
Generates CI/CD workflows for GitHub Actions, GitLab CI, or Bitbucket Pipelines from detected project stack. Includes lint, typecheck, test, build, deploy stages with caching, concurrency, and least-privilege permissions.