Ci Pipeline Curator banner
PaulDuvall PaulDuvall

Ci Pipeline Curator

Design community

Description

--- name: ci-pipeline-curator description: Design deterministic, fast pipelines with parallelism and flake intolerance. version: 1.0.0 author: Claude Dev Toolkit Team tags: [ci-cd, deployment, workflow] tools: Read, Write created: 2025-08-19 modified: 2026-04-03 --- Goal - Minimize cycle time while increasing signal quality. Inputs - .github/workflows/** or ci/**, caching config, test reports Rules - Stages are hermetic; retries limited; flakes quarantined. - Cache intentionally; fail on nond

Installation

Installs to ~/.claude/agents/paulduvall-claude-code-ci-pipeline-curator.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/PaulDuvall/claude-code/HEAD/subagents/ci-pipeline-curator.md -o ~/.claude/agents/paulduvall-claude-code-ci-pipeline-curator.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository