mirror of
https://github.com/alirezarezvani/claude-skills.git
synced 2026-08-28 04:24:58 +00:00
- Resolve conflicts: keep redesigned skills index, take dev's cs-aeo link fix, union of DOMAIN_SEO_CONTEXT entries in generate-docs.py - Regenerate catalog on the merged tree (dev's agent/command description updates, removed ai-seo/release-manager/command-guide, restructured universal-scraping-architect) - Update counters to post-merge truth from scripts/derive_counters.py: 345 skills, 78 plugins (14 bundles + 64 standalone), 570+ Python tools - Add redirects for upstream-removed pages (ai-seo -> aeo, release-manager -> changelog-generator, command-guide -> engineering index) - Add compliance-os bundle to bundle tables; rebuild 78-plugin table from marketplace.json - Teach the generator to rewrite repo-root-relative source links to GitHub URLs — mkdocs build --strict now passes with zero warnings https://claude.ai/code/session_015bYZ97nV4oRb3LbxCRFVcP
1.3 KiB
1.3 KiB
| title | description |
|---|---|
| /pipeline — Slash Command for AI Coding Agents | Detect stack and generate CI/CD pipeline configs. Usage: /pipeline <detect|generate> [options]. Slash command for Claude Code, Codex CLI, Gemini CLI. |
/pipeline
:material-console: Slash Command
:material-github: Source
Detect project stack and generate CI/CD pipeline configurations for GitHub Actions or GitLab CI.
Usage
/pipeline detect [--repo <project-dir>] Detect stack, tools, and services
/pipeline generate --platform github|gitlab [--repo <project-dir>] Generate pipeline YAML
Examples
/pipeline detect --repo ./my-project
/pipeline generate --platform github --repo .
/pipeline generate --platform gitlab --repo .
Scripts
engineering/skills/ci-cd-pipeline-builder/scripts/stack_detector.py— Detect stack and tooling (--repo <path>,--format text|json)engineering/skills/ci-cd-pipeline-builder/scripts/pipeline_generator.py— Generate pipeline YAML (--platform github|gitlab,--repo <path>,--input <stack.json>,--output <file>)
Skill Reference
→ engineering/skills/ci-cd-pipeline-builder/SKILL.md