By cooneycw
Automate CI/CD pipeline generation and infrastructure scaffolding for Claude Code projects. Includes Makefile validation, Docker container setup, health checks, smoke tests, deployment verification, and tiered IaC with Terraform/Pulumi/Bicep.
Validate Makefile against CPP standards
Generate Dockerfile, docker-compose.yml, and .dockerignore for the current project.
Run health checks against configured endpoints and processes
Build, verify, and deploy automation for Claude Code projects.
Generate cloud resource discovery script for IaC import
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
v7.3.0 - A productivity toolkit for Claude Code that adds workflow automation, MCP servers, security scanning, secrets management, and CI/CD integration.
/flow:auto, /flow:start, /flow:eli5, /flow:finish) - Issue-driven development with worktrees, a pre-implementation ELI5 plan/necessity approval gate, quality gates, automated PR lifecycle, and CI verification. The necessity gate also ships standalone as eli5-gate - installable without CPP via /plugin marketplace add cooneycw/eli5-gate or npx skills add cooneycw/eli5-gate; CPP vendors its canonical core (file gate improvements there)cooneycw/mcp-second-opinion repo and wired in through the root .mcp.json (streamable-http)@playwright/mcp server (npx/stdio, no container), registered by /cpp:initpptx skill (npx skills add anthropics/skills@pptx)/security:scan) - Native vulnerability detection with git history analysis/secrets:*) - Tiered credential storage (dotenv, env-file, AWS Secrets Manager) with audit logging and a web UI/cicd:*) - Framework detection, Makefile generation, health checks, and IaC scaffolding/project:init) - Zero-to-GitHub-repo setup with Makefile, CI pipeline, and Docker confignpx skills and the /plugin marketplace (the CPP /skills:* wrapper was retired in issue #437)secrets plugin (#479), so plugin installs get masking with no host script setup; destructive commands are handled by Claude Code's native git auto-blocking + OS sandboxmake secret-scan)gh) for issue/PR workflowsCPP ships as a plugin marketplace (ADR 0001, epic #417 Phase B). The command/skill/hook surface installs through Claude Code's /plugin, so there is nothing to clone and no symlink installer to run:
# In Claude Code, add the marketplace once:
/plugin marketplace add cooneycw/claude-power-pack
# Then install only the families you want (each is an independent plugin):
/plugin install flow@cpp
/plugin install cicd@cpp
/plugin install secrets@cpp
# ... browser, claude-md, codex, documentation, evaluate, github, project,
# qa, second-opinion, security, self-improvement (15 in all), plus the
# help-only cpp plugin.
/plugin handles versioning and updates for the installed surfaces. The secrets plugin bundles the PostToolUse secret-masking hook and the second-opinion plugin bundles its .mcp.json client pointer, so a plugin-only install gets masking and MCP wiring with no host setup.
/plugin cannot cover)A plugin install delivers commands, skills, hooks, and the MCP client pointer - but not the out-of-band infrastructure some families reach. Run /cpp:init in a target project for those steps (it is now the non-plugin infra installer, not the primary way to get commands):
npx claudepluginhub cooneycw/claude-power-pack --plugin cicdCLAUDE.md management for Claude Code projects: /claude-md:lint checks for missing CI/CD, Docker, and troubleshooting directives.
Documentation and diagrams for Claude Code projects: /documentation:c4 renders C4 architecture diagrams (L1-L4) as GitHub-renderable Mermaid, /documentation:pptx builds PowerPoint decks with optional diagrams.
GitHub issue management from Claude Code: create, list, view, update, and close issues (/github:issue-create, issue-list, issue-view, issue-update, issue-close).
Codex CLI orchestration from Claude Code: /codex:ask read-only delegation, /codex:exec one-shot runs with JSONL monitoring, /codex:auto full issue lifecycle delegation, /codex:status readiness checks.
Project scaffolding: /project:init zero-to-GitHub-repo orchestration (repo creation, CLAUDE.md via the native /init, CI/CD wiring).
Build CI/CD pipelines for GitHub Actions, GitLab CI, Jenkins, and more
DevsForge Enterprise CI/CD Automation Architect delivering comprehensive pipeline optimization, deployment automation, and continuous integration frameworks that transform DevOps from operational necessity into strategic business value creation and development excellence catalyst
CI/CD generation, deployment preflight, and Dockerfile validation with zero-downtime patterns.
Deployment engineering with Terraform and infrastructure as code
Use this agent when setting up CI/CD pipelines, configuring cloud infrastructure, implementing monitoring systems, or automating deployment processes. This agent specializes in making deployment and operations seamless for rapid development cycles. Examples:\n\n<example>\nContext: Setting up automated deployments\nuser: "We need automatic deployments when we push to main"\nassistant: "I'll set up a complete CI/CD pipeline. Let me use the devops-automator agent to configure automated testing, building, and deployment."\n<commentary>\nAutomated deployments require careful pipeline configuration and proper testing stages.\n</commentary>\n</example>\n\n<example>\nContext: Infrastructure scaling issues\nuser: "Our app crashes when we get traffic spikes"\nassistant: "I'll implement auto-scaling and load balancing. Let me use the devops-automator agent to ensure your infrastructure handles traffic gracefully."\n<commentary>\nScaling requires proper infrastructure setup with monitoring and automatic responses.\n</commentary>\n</example>\n\n<example>\nContext: Monitoring and alerting setup\nuser: "We have no idea when things break in production"\nassistant: "Observability is crucial for rapid iteration. I'll use the devops-automator agent to set up comprehensive monitoring and alerting."\n<commentary>\nProper monitoring enables fast issue detection and resolution in production.\n</commentary>\n</example>
Deployment automation with Dockerfile generation, CI/CD pipelines, and infrastructure as code