vyuh-labs

61 mods across 1 repository, 10 stars between them.

quality

25

vyuh-labs/dxkit

Command

Code quality + slop detection. Lint summary, duplicate code (jscpd), structural metrics (graphify), and a "slop score" composite.

10 4d ago A 0 tokens original MIT

remediate

26

vyuh-labs/dxkit

Command

Close the debt the deterministic lanes cannot version-bump away: the grandfathered broken build, advisories with no direct upgrade path, the lint backlog, missing tests, missing docs. Each run plans that debt as finite work orders and works them in two tiers: deterministic recipes execute first at $0 (lockfile resync…

10 4d ago A 0 tokens original MIT

report

27

vyuh-labs/dxkit

Command

Run every analyzer + the dashboard in one shot. The full audit.

10 4d ago A 0 tokens original MIT

reviewers

28

vyuh-labs/dxkit

Command

Suggest reviewers for a change, grounded on an active-owner model rather than a platform's naive last-touch blame.

10 4d ago A 0 tokens original MIT

vyuh-labs/dxkit

Command

Configure GitHub branch protection on the repo's default branch with dxkit-guardrails listed as a required status check. Without this step, the dxkit-guardrails workflow installed by init --with-ci only runs informationally — PRs can merge even if the guardrail fails. With it, merges are blocked on guardrail failures.

10 4d ago A 0 tokens original MIT

setup-prebuild

30

vyuh-labs/dxkit

Command

Configure GitHub Codespaces prebuilds for the repo so fresh Codespaces start from a prebuilt image instead of re-running the full devcontainer build.

10 4d ago A 0 tokens original MIT

test-gaps

31

vyuh-labs/dxkit

Command

Ranks untested source files by risk tier — surfaces what to test next, not just what's untested. CRITICAL findings first.

10 4d ago A 0 tokens original MIT

to-xlsx

32

vyuh-labs/dxkit

Command

Convert a licenses or bom detailed JSON report into the standard 15-column BOM XLSX template.

10 4d ago A 0 tokens original MIT

tools

33

vyuh-labs/dxkit

Command

List + install all external tools dxkit knows how to drive. The go-to command when a report says something is "unavailable.".

10 4d ago A 0 tokens original MIT

uninstall

34

vyuh-labs/dxkit

Command

Remove dxkit and restore the repo's pre-dxkit state: delete every file dxkit created, and surgically reverse every additive merge dxkit made into a pre-existing file, without touching a byte the user owns. The command is dry-run by default; nothing changes until you pass --yes.

10 4d ago A 0 tokens original MIT

update

35

vyuh-labs/dxkit

Command

Re-generate the scaffolded files (.claude/, CLAUDE.md, etc.) while preserving files you've evolved since the original init.

10 4d ago A 0 tokens original MIT

upgrade

36

vyuh-labs/dxkit

Command

Combined CLI for upgrading dxkit to a newer version. Wraps two stages — the npm binary and the in-repo scaffold — into a single command, with a plan-only preview mode that the dxkit-update agent skill consumes.

10 4d ago A 0 tokens original MIT

vulnerabilities

37

vyuh-labs/dxkit

Command

Deep security scan. Aliases: vuln. Produces a complete security report — secrets, code patterns, dependency CVEs, TLS bypasses, and remediation guidance.

10 4d ago A 0 tokens original MIT

dxkit-action

38

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…

10 4d ago A 201 tokens original MIT

dxkit-allowlist

39

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…

10 4d 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…

10 4d ago A 113 tokens original MIT

dxkit-checks

41

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…

10 4d ago A 139 tokens original MIT

dxkit-config

42

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.

10 4d ago A 63 tokens original MIT

dxkit-describe

43

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"…

10 4d ago A 128 tokens original MIT

dxkit-docs

44

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…

10 4d ago A 93 tokens original MIT

dxkit-evaluate

45

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…

10 4d ago A 90 tokens original MIT

dxkit-extensions

46

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…

10 4d ago A 133 tokens original MIT

dxkit-feature

47

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"…

10 4d ago A 160 tokens original MIT

dxkit-fix

48

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.…

10 4d ago B 99 tokens original MIT