cooneycw/claude-power-pack
πͺMarketplacecooneycw/claude-power-pack
Claude Code best practices and MCP second opinion server
Add this Marketplace
/plugin marketplace add cooneycw/claude-power-packPlugins in this Marketplace
browser
Named concurrent browser sessions over the upstream @playwright/mcp server via a lease-desk pool: /browser:session and /browser:help.
cicd
CI/CD automation: Makefile init/check, pipeline codegen (GitHub Actions or self-hosted Woodpecker), container generation, health checks, smoke tests, deploy verification, and tiered IaC scaffolding.
claude-md
CLAUDE.md management: lint for missing CI/CD, Docker, and troubleshooting directives.
codex
Codex CLI orchestration: read-only delegation (/codex:ask), one-shot exec with JSONL monitoring, full issue lifecycle delegation (/codex:auto), and readiness checks.
cpp
Claude Power Pack cross-cutting help/meta plus utilities: /cpp:help maps every CPP command family; /cpp:dockers container status, /cpp:happy-check, /cpp:load-best-practices (bundled 25K guide), /cpp:load-mcp-docs (folded from top-level commands, #582). The legacy symlink installer is not distributed as a plugin.
documentation
Documentation and diagrams: C4 architecture diagrams as GitHub-renderable Mermaid (/documentation:c4) and PowerPoint generation (/documentation:pptx).
evaluate
Multi-model evaluation flow for issues, ideas, and architectural decisions (/evaluate:issue).
flow
Worktree-based GitHub issue lifecycle: start, eli5 necessity gate, check, finish, merge, deploy, auto, sync, cleanup, status, and doctor. Issue-anchored branch naming and quality gates, no locks or Redis - just git.
github
GitHub issue management: create, list, view, update, and close issues from Claude Code (/github:issue-*).
project
Project scaffolding and orientation: /project:init zero-to-GitHub-repo orchestration, /project:next prioritized next-step report, /project:lite quick low-token project reference.
qa
Automated web QA: /qa:test drives browser-based test runs against a running application.
second-opinion
Cross-vendor second-opinion code review client commands (/second-opinion:start, /second-opinion:models). Does not auto-register an MCP server on install; the external mcp-second-opinion server is opt-in - register it with `claude mcp add second-opinion --transport http --url http://127.0.0.1:8080/mcp` once it is running.
secrets
Secrets lifecycle with masking: set, get, list, rotate, delete, validate, run-with-secrets, and a web UI (/secrets:*). Bundles the PostToolUse output-masking hook so plugin installs mask credentials with no host script setup.
security
Security scanning: quick/full/deep scans (gitleaks, git history, pip-audit), finding explanations, and risk-graded permission audits (/security:*).
self-improvement
Self-improvement loops: post-run friction retro + codify, deployment retrospectives, and the fleet-wide friction-knowledge ledger (/self-improvement:*).