Cross-cutting architectural analysis - layer boundaries, DI, design patterns, data flow, directory structure, import direction
Layer-group code reviewer - deep review of assigned source files and their tests, produces structured findings
Find unused functions, methods, variables, and unreachable code blocks using reference checking
Find duplicated code and extractable patterns - searches changed symbols for literal duplicates, structural patterns, and intra-function duplication
Fast codebase exploration with code-review-graph MCP priority - searches code, symbols, patterns, dependencies
Audit a system prompt or skill file against agent-architecture best practices. Returns scored findings; rewrite is opt-in.
Architecture principles (layering, boundaries, dependency direction). Preloaded into agents that reason about structure; not user-facing.
Code-quality principles (language-agnostic). Preloaded into agents that write or review code; not user-facing.
Design pattern principles (GoF, anti-patterns, pattern documentation). Preloaded into agents that propose or review code structure; not user-facing.
Tool-tier guidance for codebase exploration and architecture overview. Preloaded into agents that explore code structure; not user-facing.
External network access
Connects to servers outside your machine
Uses power tools
Uses Bash, Write, or Edit tools
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.
A personal Claude Code plugin packaging reusable dev workflows, skills, agents, and hooks into a single installable unit.
Core design principle: Language-agnostic by default. Skills contain workflow logic only; environment discovery is delegated to STARTUP_INSTRUCTIONS.md and the local project's CLAUDE.md.
From GitHub directly (recommended until marketplace listing is live):
/plugin marketplace add broneq/bdk
/plugin install bdk@bdk
Invoke with /bdk:<skill-name>:
| Skill | Description |
|---|---|
/bdk:setup | Initialize .bdk/settings.json — run once per project before using other skills |
/bdk:cr | Dynamic code review (3-13 parallel agents based on change size) |
/bdk:commit | Generate conventional commit message from git changes |
/bdk:create-plan | Create TDD-driven implementation plans |
/bdk:execute-plan | Execute a plan with task tracking and verification |
/bdk:subagent-execute-plan | Execute a plan task-by-task with a fresh implementer subagent per task and a single end-of-branch review |
/bdk:verify-plan | Verify a plan against real code before execution |
/bdk:debug | Structured debugging: investigate → failing tests → fix or plan |
/bdk:refactor | Propose object-oriented architecture for complex code |
/bdk:test-driven-development | Rigid TDD cycle: red → green |
/bdk:brainstorming | Design sessions before implementation |
/bdk:create-adr | Generate Architecture Decision Records (MADR format) |
/bdk:save-progress | Checkpoint in-progress work to .bdk/save-progress/ |
/bdk:restore-progress | Resume work from a saved checkpoint |
/bdk:explain-complex-code | Generate architecture docs with Graphviz diagrams |
/bdk:update-docs | Refresh existing architecture docs after code changes |
/bdk:graphviz-docs-compiler | Compile .dot files to SVG and update markdown references |
/bdk:graph-review | Risk-aware code review using knowledge graph — change detection, impact analysis, test coverage |
/bdk:graph-explore | Navigate codebase structure using knowledge graph — stats, architecture, call relationships |
/bdk:graph-debug | Debug issues using graph-powered code navigation — trace call chains, correlate with recent changes |
/bdk:graph-refactor | Safe refactoring using dependency analysis — dead code, rename preview, impact verification |
Used by skills internally (invoke via subagent_type):
| Agent | Model | Purpose |
|---|---|---|
code-reviewer | sonnet | Layer-group deep code review |
implementer | sonnet | End-to-end task implementation (TDD, lint, commit) — used by /bdk:subagent-execute-plan |
fixer | sonnet | Apply specific findings (review, lint, test failures) — used by /bdk:subagent-execute-plan |
explorer | haiku | Fast codebase exploration (CodeGraph → Serena → Grep) |
test-runner | haiku | Run tests, parse and report results |
dead-code-detector | haiku | Find unreachable/unused code |
duplicate-detector | haiku | Find code duplication |
architecture-reviewer | opus | Audit against architectural rules |
static-analyse | haiku | Detect and run project lint/format/type-check |
step-simulator | opus | Dry-run plans with concrete data traces |
log-analyzer | haiku | Parse and summarize error logs |
web-researcher | haiku | Search web for solutions and docs |
BDK ships language-agnostic rule sets (code-quality, architecture) injected into /bdk:cr and /bdk:create-plan outputs.
1. Zero config (recommended for most projects). No settings entry. BDK defaults are used as-is.
2. Extend defaults. Point .bdk/settings.json at a file with project-specific additions:
{
"quality": {
"code-quality": "docs/standards/coding.md"
}
}
npx claudepluginhub broneq/bdk --plugin bdkHarness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer
Access thousands of AI prompts and skills directly in your AI coding assistant. Search prompts, discover skills, save your own, and improve prompts with AI.
Feature development with code-architect/explorer/reviewer agents, CLAUDE.md audit and session learnings, and Agent Skills creation with eval benchmarking from Anthropic.
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques