By dbrami
Generic code-improvement toolkit: review/debug skills, knowledgebase session workflow, git hooks, spec-driven development (spec-kit) with brainstorming + feature-to-issue bridges, and a bootstrap for gitnexus + roborev.
Report weekly throughput and cycle-time metrics for one or more GitHub repos.
Initialize today's knowledgebase session summary (an OKF v0.1 bundle) in the current repo and show the last 3 summaries.
Install destrier's critical-path pre-commit guard into the current git repo.
Security-review the pending changes — de-identification + secret scan, plus roborev security review when available.
Bootstrap destrier's external tools — build gitnexus from git and install roborev via its official installer.
Use this skill for ANY debugging task — a failing test, a production error, a crash, a 500/409/timeout, or any behavior that surprises you — and ESPECIALLY when a previous fix did not hold, when something works in one environment but fails in another, when a bug cannot be reproduced, or when you catch yourself guessing or assuming the cause instead of observing it (phrases like "works locally but fails in prod", "I think it's", "it must be", "can't reproduce", "fixed it but it came back", "why is this happening", "the code looks right but"). It installs evidence-over-deduction habits: capture ground truth at the boundary instead of inferring it from downstream state, isolate the one differing variable when two "identical" cases diverge, trace a symptom to its true layer (often a code-versus-config contradiction far from where the error surfaces), match the reproduction to the real scenario, and verify the fix against the original failure. Apply it even for seemingly simple bugs and even when you think you already know the cause — that is exactly when wrong fixes happen; pair it with whatever structured debugging loop you use. Do NOT use it for building new features, refactors or renames, performance tuning of already-correct code, code review, or "explain how X works" questions.
Use at the start and end of any work session to maintain a durable, model-labeled knowledgebase in the Open Knowledge Format (OKF). At start, read the last few session summaries for continuity; during work, append dated deltas and promote durable knowledge into cross-linked concept files; at end, update the indexes. Use when resuming work, handing off between sessions or agents, or when the user mentions a knowledgebase, session summary, handover, or OKF.
Use when authoring a project constitution or a feature specification under Spec-Driven Development (spec-kit) — i.e. before running /speckit-constitution or /speckit-specify. Makes collaborative brainstorming the front-end for those commands: brainstorm the intent, distill it to a short input brief, hand that to the speckit command, and continue the speckit loop — instead of writing a separate design doc and invoking writing-plans. Triggers on "write the constitution", "spec out this feature", "start a new feature under SDD", or any move toward /speckit-constitution / /speckit-specify.
Admin access level
Server config contains admin-level keywords
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.
The warhorse that carries your code into battle — armored review, debugging, and a durable knowledgebase that does the heavy lifting.
A generic code-improvement toolkit for Claude Code, packaged as a plugin: battle-tested skills, git hooks, a durable knowledgebase, code-graph + flow metrics, and an opt-in Spec-Driven Development loop. Upstream tools are bootstrapped from source, never vendored — see Built on.
destrier is its own Claude Code marketplace — one command each:
/plugin marketplace add dbrami/destrier
/plugin install destrier
/destrier-setup
/plugin install loads the skills, hooks, commands, and gitnexus MCP
registration. /destrier-setup bootstraps the external tools; restart Claude Code
afterward so the MCP server loads.
| Component | Type | Purpose |
|---|---|---|
evidence-driven-debugging | skill | Evidence-over-deduction habits for any debugging task. |
session-handover | skill | A durable, model-labeled knowledgebase across sessions as a strict Open Knowledge Format (OKF) v0.1 bundle. |
spec-driven-brainstorming | skill | Make brainstorming the front-end for /speckit-constitution and /speckit-specify. |
daily-recap | SessionStart hook | Recap of last-24h commits, uncommitted changes, unpushed counts. |
commit-hygiene | Stop hook | Warns about stale CLAUDE.md/README, missing version bump, unpushed commits. |
critical-path-precommit | script | Prompts gitnexus impact analysis when staged files match critical paths. |
flow-metrics | script | Weekly throughput + cycle-time (p50/p85) and WIP-aging via gh. |
security-scan | script | De-identification + secret scan, reused by the security-review gate. |
spec-kit-ext | spec-kit extension | Bridges the SDD loop into the OKF knowledgebase, GitHub issues, and flow-metrics (opt-in). |
| Command | What it does |
|---|---|
/destrier-setup | Build gitnexus from git and install roborev via its official installer. |
/destrier-spec-init | Opt-in: set up Spec-Driven Development (spec-kit) in the current repo. |
/destrier-kb-init | Initialize today's KB session summary (OKF v0.1) and show recent ones. |
/destrier-precommit-install | Install the critical-path guard as this repo's pre-commit hook. |
/destrier-security-review | De-identification + secret scan of pending changes (plus roborev when available). |
/destrier-flow-metrics | Throughput and cycle-time report for one or more repos. |
/destrier-setup installs both into ~/.destrier/vendor/:
npm install && npm run build; needs Node + git), registered as an MCP server.
Fallback: npm install -g gitnexus. Run gitnexus analyze once per repo.curl … | bash, prebuilt
binary), then roborev init + roborev skills install.The roborev installer is
curl | bash— user-invoked and pinned to the official URL. Review it first if you prefer.
Bring GitHub spec-kit's SDD loop —
constitution → specify → plan → tasks → implement — into a repo with
/destrier-spec-init (opt-in, per-repo).
destrier bootstraps the specify CLI and integrates via spec-kit's
extension-hook API, never forking a command, so specify self upgrade keeps
working. Three optional, prompted bridges:
/speckit-specify → create one structured GitHub issue from the spec
(issue-first). Default links + summarizes the spec (spec.md stays
canonical); per-repo .destrier/issue.config sets labels/project/body-mode/etc.
The de-identification gate runs before publishing; idempotent./speckit-plan → a link-only OKF knowledgebase concept pointing at
plan.md (never a copy)./speckit-taskstoissues → flow-metrics over the resulting issues.The spec-driven-brainstorming skill makes brainstorming the front-end for
authoring: brainstorm → distill → /speckit-constitution or /speckit-specify.
Seed the constitution from templates/destrier-constitution-values.md (input, not
a replacement).
npx claudepluginhub dbrami/destrierReliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer
Harness-native ECC plugin for engineering teams - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, MCP conventions, and operator workflows for Claude Code plus adjacent agent harnesses
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.
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
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.