Help us improve
Share bugs, ideas, or general feedback.
From shipyard
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.
npx claudepluginhub hrconsultnj/claude-plugins --plugin shipyardHow this skill is triggered — by the user, by Claude, or both
Slash command
/shipyard:ci-generateThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Generate a complete CI/CD workflow tailored to the project's detected stack. Supports GitHub Actions, GitLab CI, and Bitbucket Pipelines. Outputs a production-ready pipeline with proper caching, concurrency control, and least-privilege permissions.
Generates CI/CD pipeline configs adapted to project stack and platform, for GitHub Actions, GitLab CI, Jenkins, etc. Automates lint, tests, build, security, and deploy stages.
Generates multi-stage CI/CD pipelines for GitHub Actions, GitLab CI, Jenkins, CircleCI covering linting, testing, image builds, scans, and gated deployments to staging/production.
Generates complete GitHub Actions CI/CD pipelines from project analysis, including lint, test, build, and deploy stages for Node.js, Python, Go, Rust, Java stacks. Use for setting up CI/CD or automating deploys.
Share bugs, ideas, or general feedback.
Generate a complete CI/CD workflow tailored to the project's detected stack. Supports GitHub Actions, GitLab CI, and Bitbucket Pipelines. Outputs a production-ready pipeline with proper caching, concurrency control, and least-privilege permissions.
Load each step through the fetch command (handles caching, decryption, and auth):
"~/.composure/bin/composure-fetch.mjs" skill shipyard ci-generate {step-filename}
Do NOT read cache files directly — they are encrypted at rest. Always use the fetch command above.
| # | File |
|---|---|
| 1 | 01-load-config.md |
| 2 | 02a-platform-generation.md |
| 3 | 02b-deploy-templates-and-diff.md |
| 4 | 03-validate-and-report.md |