vyuh-labs/dxkit

Deterministic Stop-gate and code-graph context for AI coding agents: blocks only net-new findings and gives the loop a structural map of the codebase, locally, with no model in the gate.

10Stars on the repository
63Mods indexed here, across every type
6d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

dxkit-action

01

vyuh-labs/dxkit

Skill Claude CodeCodex

Read a dxkit report and execute fixes — prioritize findings by severity, plan the fix sequence, run the fix, verify the score moved, re-baseline if appropriate. Supports a SCOPED pass to burn down one category at a time (dependency/BOM vulnerabilities, security, code quality, tests, docs), and a BASELINE-CLEANUP pass…

not rated 10 6d ago A 201 tokens original MIT

dxkit-allowlist

02

vyuh-labs/dxkit

Skill Claude CodeCodex

Manage the dxkit allowlist over its whole lifecycle — list, inspect, audit (including orphaned entries after a re-baseline), bulk-defer newly published dep-vuln advisories, remove stale entries, prune expired ones, and export Snyk-originated suppressions to a .snyk policy. Use when the user says "review our…

not rated 10 6d ago A 180 tokens original MIT

vyuh-labs/dxkit

Skill Claude CodeCodex

Write a dxkit extension FOR the user from a prose description of what they want extracted, verified, or delivered — pick the lowest rung (declared artifact → external script → TypeScript plugin), generate the manifest/adapter/plugin, and drive extensions dev until green. Use when the user describes a bespoke…

not rated 10 6d ago A 113 tokens original MIT

dxkit-checks

04

vyuh-labs/dxkit

Skill Claude CodeCodex

Declare and operate custom repo invariants as first-class guardrail gates — a project rule (a "no imports from X" check, an architecture script, a license audit) or the built-in per-language lint gate. Use when the user says "make our lint errors block the PR", "gate our custom check", "add a repo rule to the…

not rated 10 6d ago A 139 tokens original MIT

dxkit-config

05

vyuh-labs/dxkit

Skill Claude CodeCodex

Edit dxkit configuration — add/remove paths in .dxkit-ignore, tune .npx vyuh-dxkit.json, adjust .dxkit/policy.json guardrail severity. Use when the user wants to exclude a directory from scanning, change scoring thresholds, or modify what blocks a PR.

not rated 10 6d ago A 63 tokens original MIT

dxkit-describe

06

vyuh-labs/dxkit

Skill Claude CodeCodex

Produce a shareable, honest snapshot of a repo — its stack, its HTTP flow spine (routes served, calls made, how they bind), and its data models — with every fact labeled observed / derived / inferred / unknown, plus a self-contained contract-map HTML you can screenshot. Use when the user says "describe this repo"…

not rated 10 6d ago A 128 tokens original MIT

dxkit-docs

07

vyuh-labs/dxkit

Skill Claude CodeCodex

Generate the documentation a repo is missing — read the Documentation dimension's gaps, orient on the real code via the graph, then write a grounded README / docstrings / API + architecture docs that move the score without tripping the slop check. Use when the user says "write docs", "document this module", "improve…

not rated 10 6d ago A 93 tokens original MIT

dxkit-evaluate

08

vyuh-labs/dxkit

Skill Claude CodeCodex

Run dxkit's zero-write trial — replay a repo's recent merged changes through the deterministic gate and report what it would have blocked and what enabling dxkit costs, without writing anything to the repo. Use when the user asks "would dxkit help here", "try dxkit on this repo", "what would dxkit have caught", "is…

not rated 10 6d ago A 90 tokens original MIT

dxkit-extensions

09

vyuh-labs/dxkit

Skill Claude CodeCodex

Plug the repo's own extractors, inventories, and delivery sinks into dxkit as extensions — any language, no porting. Use when the user says "run our Python extractor through dxkit", "track our screens/permissions inventory", "make our custom scanner's findings gate the PR", "send dxkit reports to our…

not rated 10 6d ago A 133 tokens original MIT

dxkit-feature

10

vyuh-labs/dxkit

Skill Claude CodeCodex

Develop a new feature with the code graph as your map — orient cheaply by querying structure instead of reading whole files, implement following the patterns already in the repo, then verify the change did not regress security, tests, or quality before you push. Use when the user says "add a feature", "implement X"…

not rated 10 6d ago A 0 tokens original MIT

dxkit-fix

11

vyuh-labs/dxkit

Skill Claude CodeCodex

Repair a broken dxkit install — read doctor's structured output and walk the customer through each fix. Use when the user asks "fix dxkit", "fix my dxkit install", "doctor says X but Y is broken", "the pre-push hook isn't firing", "vyuh-dxkit command not found", or anything else that points at a broken-install state.…

not rated 10 6d ago B 99 tokens original MIT

dxkit-flow

12

vyuh-labs/dxkit

Skill Claude CodeCodex

Configure, diagnose, and repair the dxkit UI→API integration gate — set up flow gating, explain the flow-contract diagnosis, fix a net-new broken integration a guardrail flagged, and run the cross-repo handshake. Use when the user says "set up the flow gate", "why is this call unresolved", "the guardrail says I broke…

not rated 10 6d ago A 112 tokens original MIT

dxkit-gate

13

vyuh-labs/dxkit

Skill Claude CodeCodex

Judge a bare directory (a generated package, an exported tree, a workspace of services) with dxkit's one-shot gate — no git, no init — and read the verdict.v1 result. Use when the user asks to "gate this package", "check the generated code", "judge this tree/export against a policy", "gate the workspace/wave", or…

not rated 10 6d ago A 94 tokens original MIT

dxkit-hooks

14

vyuh-labs/dxkit

Skill Claude CodeCodex

Install, configure, troubleshoot, or remove dxkit git hooks. Use when the user asks "set up hooks", "pre-push isn't firing", "how do I chain with husky", "bypass the hook", or anything about pre-commit/pre-push behavior in a dxkit-managed repo.

not rated 10 6d ago C 66 tokens original MIT

dxkit-ingest

15

vyuh-labs/dxkit

Skill Claude CodeCodex

Bring an external SAST engine's findings (Snyk Code, SonarQube/SonarCloud, CodeQL, or any SARIF) into dxkit so they're fingerprinted, baselined, guardrailed, graph-linked, and fixable. Use when the user says "ingest Snyk", "ingest Sonar", "pull our Snyk Code findings", "bring in our SonarQube issues", "import a SARIF…

not rated 10 6d ago A 131 tokens original MIT

dxkit-init

16

vyuh-labs/dxkit

Skill Claude CodeCodex

Walk the user through installing and configuring dxkit on a fresh repo. Use when the user asks "how do I install dxkit?", "set up dxkit on this repo", "what flags should I use?", or wants to scaffold the guardrail surface. Defers to dxkit-config / dxkit-hooks for post-install tuning.

not rated 10 6d ago A 71 tokens original MIT

dxkit-learn

17

vyuh-labs/dxkit

Skill Claude CodeCodex

Answer questions about dxkit — what each scanner does, what a baseline is, what the 6 health dimensions score, how guardrails work. Use when the user asks "what does dxkit X do?", "what's a baseline?", "what's the slop score?", "how do hooks fit in?", or anything else about dxkit concepts.

not rated 10 6d ago A 76 tokens original MIT

dxkit-loop

18

vyuh-labs/dxkit

Skill Claude CodeCodex

Set up and operate the dxkit Stop-gate for autonomous coding loops — register the hook, run the preflight, explain why a loop was blocked, read the loop ledger, and switch the blocking posture (security-only vs full-debt). Use when the user says "set up the loop gate", "why did the loop get blocked", "stop the agent…

not rated 10 6d ago A 116 tokens original MIT

dxkit-onboard

19

vyuh-labs/dxkit

Skill Claude CodeCodex

Walk a customer through setting up dxkit on a repo from scratch — checks state, installs, scaffolds, configures hooks, runs doctor, fixes any gaps, captures the first baseline, sets up branch protection + Codespaces prebuild. Also drives a DETERMINISTIC deep-configuration pass — it runs vyuh-dxkit configure --plan…

not rated 10 6d ago A 245 tokens original MIT

dxkit-pr

20

vyuh-labs/dxkit

Skill Claude CodeCodex

Open a pull request with a title + body grounded in the branch's real commits and diff — what changed, features implemented, findings fixed — plus a reviewer checklist and the dxkit guardrail/allowlist/score signals a reviewer needs. Use when the user says "raise a PR", "open a pull request", "create the PR", "write…

not rated 10 6d ago A 99 tokens original MIT

dxkit-remediate

21

vyuh-labs/dxkit

Skill Claude CodeCodex

Set up and operate the remediation lane: preview the work-order plan (tiers, budgets, paused classes) at $0, run a task locally inside the verified frame (deterministic recipes first, a scoped agent only for what remains), enable the scheduled workflow, read the order ledger, and tune the budgets and the circuit…

not rated 10 6d ago A 0 tokens original MIT

dxkit-reports

22

vyuh-labs/dxkit

Skill Claude CodeCodex

Run dxkit reports and explain their output, including the consolidated dashboard view. Use when the user asks "run health", "check security", "show me the dashboard", "open the dashboard", "tour the dashboard", "explain the dashboard", "what does this score mean", or anything about generating / interpreting dxkit…

not rated 10 6d ago A 129 tokens original MIT

dxkit-schema

23

vyuh-labs/dxkit

Skill Claude CodeCodex

Configure, read, and act on the dxkit model-schema drift gate — list the data-model inventory, preview drift before pushing, explain why the guardrail blocked a model change, and ship a deliberate breaking change the safe way (migration + expiring accepted-risk allowlist entry). Use when the user says "set up the…

not rated 10 6d ago A 116 tokens original MIT

dxkit-test

24

vyuh-labs/dxkit

Skill Claude CodeCodex

Write the tests a repo is missing — read the test-gaps report (blast-radius-weighted), orient on what the untested code actually does via the graph, then write real tests that close the highest-risk gaps and move the Tests score without coverage theater. Use when the user says "write tests", "add tests for this…

not rated 10 6d ago A 103 tokens original MIT

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: