From nextjs-claude-code
Set up or update CI/CD pipeline. Analyzes project stack, git strategy, and test strategy to generate deployment configurations. Uses find-skills for platform-specific guidance.
How this skill is triggered — by the user, by Claude, or both
Slash command
/nextjs-claude-code:cicdThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Parse `$ARGUMENTS`:
Parse $ARGUMENTS:
--update: Spawn cicd-builder agent (sonnet) with:
Update existing CI/CD pipeline configuration.
Read spec/CICD.md for current setup and update based on project changes.
Default (no args): Spawn cicd-builder agent (sonnet) with:
Set up a CI/CD pipeline for this project.
Analyze the project stack, branch strategy, and test configuration.
Use find-skills to discover platform-specific deployment skills.
Generate CI/CD configuration files and spec/CICD.md documentation.
npx claudepluginhub byeongminlee/nextjs-claude-code --plugin nextjs-claude-codeBuild a full CI/CD pipeline from scratch. Use when asked to "set up CI/CD", "create pipeline", or "automate deploys".
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.