vyuh-labs

61 mods across 1 repository, 10 stars between them.

Stop

01

vyuh-labs/dxkit

Hook Claude Code

Runs when the agent finishes a response, executing index.js via node. From vyuh-labs/dxkit.

10 4d ago A tokens not measured original MIT

dxkit

02

vyuh-labs/dxkit

Settings file Claude Code

Agent settings declaring 1 hook event (Stop).

10 4d ago A tokens not measured original MIT

dxkit CLAUDE.md

03

vyuh-labs/dxkit

Instructions file

Instructions for vyuh-labs/dxkit, covering claude.md — dxkit development rules, architecture rules, 1. tool invocation goes through the registry, 2. never duplicate tool invocation logic and 3. language facts come from detect.ts.

10 4d ago A 24,268 tokens original MIT

allowlist

04

vyuh-labs/dxkit

Command

Per-finding suppression with a typed-category audit trail. The allowlist is dxkit's deliberate escape hatch for findings you can't fix today: false positives, intentional test-fixture patterns, real risks mitigated externally, or work you're deferring with an explicit deadline.

10 4d ago A 0 tokens original MIT

baseline

05

vyuh-labs/dxkit

Command

Capture the per-finding identities of every issue dxkit currently surfaces in your repo, and write them to a JSON file under .dxkit/baselines/. The file becomes the "brownfield anchor" the guardrail check command diffs new scans against to decide what is a net-new regression vs. pre-existing debt.

10 4d ago A 0 tokens original MIT

bom

06

vyuh-labs/dxkit

Command

Bill of Materials. The unified package-centric view — every dependency with its license, vulnerabilities, reachability evidence, KEV/EPSS enrichment, composite Risk score, and an actionable upgrade plan.

10 4d ago A 0 tokens original MIT

checks

07

vyuh-labs/dxkit

Command

List and dry-run the custom checks configured for this repo — user-declared repo invariants (.dxkit/policy.json:checks) plus the pack-declared built-in lint gate.

10 4d ago A 0 tokens original MIT

configure

08

vyuh-labs/dxkit

Command

Compute a deterministic configuration plan for this repo, and optionally apply it. Each capability in the command registry declares a pure planConfig probe that derives its recommended settings from observable repo facts, so the same repo yields the same plan on every run and in every environment. There is no judgment…

10 4d ago A 0 tokens original MIT

context

09

vyuh-labs/dxkit

Command

Hand a coding agent (or yourself) a slim, token-budgeted structural slice for a query — the relevant symbols, where they live, what calls them, and the module they belong to — read from the code graph at .dxkit/reports/graph.json. The point is to navigate by graph instead of repeated whole-file reads: the same…

10 4d ago A 0 tokens original MIT

coverage

10

vyuh-labs/dxkit

Command

Run each active language pack's test command with coverage instrumentation and write the materialized coverage artifact. Used to upgrade test-gaps + health.Testing from filename-match heuristic to real line-coverage truth.

10 4d ago A 0 tokens original MIT

dashboard

11

vyuh-labs/dxkit

Command

Single-page HTML view assembling every report that's been generated. Doesn't run analysis — reads what's already in .dxkit/reports/.

10 4d ago A 0 tokens original MIT

deps

12

vyuh-labs/dxkit

Command

Deterministic dependency security bumps: turn the fixable subset of your dependency vulnerabilities into concrete, verified upgrades — planned from the scanners' own fix versions, applied with your repo's own package manager, verified by the correctness floor and the guardrail before anything lands. No LLM anywhere in…

10 4d ago A 0 tokens original MIT

describe

13

vyuh-labs/dxkit

Command

A shareable snapshot of what dxkit sees in a repository: the whole code graph (every function, what it calls, and what calls it), joined to the HTTP contract when one exists (routes served, calls made, and how they bind). It reads the same deterministic analysis the gate uses and adds no new heuristics.

10 4d ago A 0 tokens original MIT

dev-report

14

vyuh-labs/dxkit

Command

Developer activity report. Per-author commit + line stats, per-week velocity, and a hot-files ranking.

10 4d ago A 0 tokens original MIT

doctor

15

vyuh-labs/dxkit

Command

Diagnose missing tools, version mismatches, environment misconfig. The first stop when something doesn't work.

10 4d ago A 0 tokens original MIT

evaluate

16

vyuh-labs/dxkit

Command

A zero-write trial. evaluate replays your repo's recent landings (the last few merged changes, or an explicit before/after ref pair) through the same deterministic guardrail gate the hooks and CI would run, and reports what the gate would have blocked plus what enabling dxkit costs (measured gate latency, interruption…

10 4d ago A 0 tokens original MIT

explore

17

vyuh-labs/dxkit

Command

Ask the codebase structural questions — what it does, where a feature lives, which files everything depends on. Every subcommand reads the same deterministic code graph at .dxkit/reports/graph.json (symbols, call edges, and Louvain-clustered modules, extracted by graphify). It doesn't run analysis; it queries the…

10 4d ago A 0 tokens original MIT

guardrail

18

vyuh-labs/dxkit

Command

Diff a current scan against a committed baseline and classify each finding as added / relocated / toolingdrift / configdrift / persisted / removed / fixed. Block on net-new regressions per the brownfield policy; exit non-zero so a pre-commit hook, pre-push hook, or CI workflow can stop the commit/push/merge.

10 4d ago A 0 tokens original MIT

health

19

vyuh-labs/dxkit

Command

The flagship report. Produces a 6-dimension 0-100 health score with per-dimension metrics and ranked remediation actions.

10 4d ago A 0 tokens original MIT

init

20

vyuh-labs/dxkit

Command

Install the dxkit agent DX layer in a repository: AGENTS.md + CLAUDE.md shim + .claude/skills/dxkit-/ (the lifecycle skills).

10 4d ago A 0 tokens original MIT

issue

21

vyuh-labs/dxkit

Command

Open a pre-filled GitHub Issue against vyuh-labs/dxkit in your default browser. Use it when you want to report a false positive, a missing finding, a dxkit bug, a feature request, or a docs gap.

10 4d ago A 0 tokens original MIT

jobs

22

vyuh-labs/dxkit

Command

The operability answer to "which dxkit jobs run here, when, and did they work?". One read-only view over the installed dxkit workflows: each trigger, the actual cron parsed from the workflow file, the computed next run (UTC), the last run's outcome when the gh CLI is available, and the run-it-now command for anything…

10 4d ago A 0 tokens original MIT

loop

23

vyuh-labs/dxkit

Command

The loop pack is dxkit's deterministic preflight/postflight layer for autonomous coding loops — a Claude Code session that keeps working until it decides to stop. It stops a loop from declaring "done" while it has introduced net-new findings, by re-running the guardrail on every Stop and feeding any net-new findings…

10 4d ago A 0 tokens original MIT

mcp

24

vyuh-labs/dxkit

Command

Serve dxkit's read-only repo tools over the Model Context Protocol, so any MCP-capable coding agent (Claude Code, Cursor, VS Code) can call them natively while working in your repo.

10 4d ago A 0 tokens original MIT