Generate and execute a phased remediation plan from a code quality audit. Use when the user says "remediate", "fix the audit findings", "code quality fix", "improve the score", "address the audit", or after running a /code-quality audit. Reads the most recent audit file, generates a phased plan with a fixed exit score, and optionally executes via subagent-driven development.
Audit a codebase for architecture and code quality patterns that scale. Use when the user says "code quality", "audit this repo", "check architecture", "refactor assessment", "what needs fixing", "tech debt", "code review the repo", "architecture review", or any variation of reviewing a codebase for structural issues. Produces a scored report with specific file:line references and prioritised fixes.
Scan a codebase and produce a structured project overview report. Extracts packages, classes, methods, standalone functions, imports, line counts, inheritance, and code smells. Works with Python, JavaScript, and TypeScript projects. Use when the user asks to "scan this project", "give me an overview", "what's in this codebase", "map the code structure", "analyze this repo", or any request to understand a project's structure before refactoring, onboarding, or code review.
Generate a comprehensive technical specification document optimised for Claude Code agentic execution. Use this skill whenever a user wants to spec out a feature, system, or product — including phrases like "write a spec", "create a spec", "spec this out", "I want to build X", "document this feature", "create a technical plan", "plan this system", or any time they describe something they want built and need a structured implementation plan. Also trigger when a user describes an architecture or workflow and asks how to structure it for an agent or developer. Always use this skill before starting any significant build — it produces a single structured document covering architecture, data models, API, frontend components, parallel agent tasks, and acceptance criteria.
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.
| Field | Value |
|---|---|
| Context | Personal Claude Code plugin collection bundling dev workflow and GCP infrastructure skills |
| Classification | Independent - Dave Braendler owned |
| Users | Dave Braendler — used across all Claude Code sessions via marketplace install |
| Commercial Value | Productivity multiplier across all dev work, codifying repeatable workflows into reusable skills |
| Status Notes | Active. Three plugins, five skills shipped. Two legacy tools parked in to-migrate/ awaiting rethinking |
| Languages | Markdown, JavaScript, Shell |
Dave's personal Claude Code plugin collection. A marketplace package bundling multiple plugins that add skills for development workflows, cloud infrastructure management, and proposal generation. Installed globally across all Claude Code sessions.
Personal
Independent - Dave Braendler owned
Active
Dave Braendler — used across all Claude Code sessions via marketplace install.
Productivity multiplier across all dev work. Codifies repeatable workflows (spec writing, code scanning, GCP deploys, cost analysis, proposal generation) into reusable Claude Code skills.
Three plugins shipping with five skills total. Two legacy tools parked in to-migrate/ awaiting rethinking (website-to-markdown crawler and PDF scanner).
Living register of shipped capabilities. Updated as features land. Last updated: 2026-03-21
dev)| Feature | Status | Description |
|---|---|---|
/dev:spec-writer | Shipped | Generate structured specs with architecture, data models, API, and agent tasks |
/dev:code-scanner | Shipped | Scan codebase to extract classes, methods, imports, and code smells |
gcloud-tools)| Feature | Status | Description |
|---|---|---|
/gcloud-tools:gcloud-deploy | Shipped | Package projects for Cloud Run with Dockerfile, cloudbuild.yaml, and custom domains |
/gcloud-tools:gcloud-costs | Shipped | Check GCP billing, costs by service/project, budgets, and cleanup recommendations |
proposal)| Feature | Status | Description |
|---|---|---|
/proposal:generic | Shipped | Generate Blue Harbour .docx proposals across five service lines |
| Feature | Status | Description |
|---|---|---|
| Structured output | Shipped | 8-section spec: overview, architecture, data models, API, frontend, JSON schemas, agent tasks, acceptance criteria |
| Agent task breakdown | Shipped | Parallel workstreams with dependency tracking for Claude Code execution |
| Scope inference | Shipped | Extracts stack, scope, and context from brief user input |
| Feature | Status | Description |
|---|---|---|
| Python analysis | Shipped | Packages, classes, methods, async functions, line counts |
| JS/TS analysis | Shipped | Imports, classes, functions, exports, ES6 and CommonJS |
| Code smell detection | Shipped | Duplicate names, large files (>200 lines), large classes (>=10 methods) |
| Import alias analysis | Shipped | Suggests path alias fixes and consolidated imports for JS/TS |
| Report generation | Shipped | Outputs project_structure_report.md with summary stats |
| Feature | Status | Description |
|---|---|---|
| Static SPA deployment | Shipped | Multi-stage Docker build with nginx for Vite/React/Next.js |
| Node.js server deployment | Shipped | Single-stage Docker build for Express/Fastify/Hono |
| Package manager detection | Shipped | Auto-detects npm, bun, pnpm, yarn from lock files |
| Env var separation | Shipped | Distinguishes build-time (VITE_*) vs runtime env vars |
| Custom domain setup | Shipped | Global HTTPS Load Balancer with managed SSL certificates |
| IAM permissions guide | Shipped | Full service account setup for Cloud Build pipeline |
| Troubleshooting table | Shipped | 11 common deployment errors with causes and fixes |
| Feature | Status | Description |
|---|---|---|
| Billing overview | Shipped | Lists accounts, linked projects, and budgets |
| Cost breakdown | Shipped | Per-service/project costs via BigQuery export or CLI |
| Cloud Run metrics | Shipped | Service usage, revisions, and resource allocation |
| Cost optimization | Shipped | Actionable cleanup recommendations for idle resources |
| Resource cleanup | Shipped | Delete unused services, old images, and disabled APIs |
npx claudepluginhub mercurial-weasel/bh-ops-claude-plugins --plugin devGoogle Cloud Platform deployment, billing, and cost management tools
Blue Harbour workshop proposal generator — creates professional .docx proposals from structured parameters
Smart codebase exploration with dependency mapping and structure analysis
External tools integration skills for CLI utilities, APIs, and third-party services
Generate comprehensive analysis and documentation of entire codebase
Generate comprehensive analysis and documentation of entire codebase
Live codebase visualization and structural quality gate — 14 health dimensions graded A-F, dependency analysis, and architecture governance via MCP
Google Gemini CLI for second opinions, architectural advice, code reviews, security audits. Leverage 1M+ context for comprehensive codebase analysis via command-line tool.