vindm/dotclaude

AI dev infrastructure framework for Claude Code. /dotclaude:bootstrap authors CLAUDE.md + docs/ + .claude/ tuned to your project. Per-domain: design (showpiece), coding, planning, testing, data, ai-workflow.

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

ai-workflow

01

vindm/dotclaude

Skill Claude CodeCodex

Set up LLM workflow discipline for projects that use AI / LLM calls in production or eval suites. Authors an eval-cost-watcher agent that projects token cost BEFORE regression evals run, plus an AI-workflow-discipline rule covering mock-mode placement, fixture freshness, and multi-stage cost accumulation. Optionally a…

1 4d ago A 88 tokens original MIT

data

02

vindm/dotclaude

Skill Claude CodeCodex

Set up database / persistent-state discipline for a project with a DB. Authors a data-auditor agent (5 categories of integrity check), a migration-create skill, query-discipline rule (CLI > MCP DB tool for reads), and edit-time regen hook — all derived from the project's actual schema, migration framework, and…

1 4d ago A 100 tokens original MIT

migration-create

03

vindm/dotclaude

Skill Claude CodeCodex

Author a database schema migration safely — one atomic change per migration, classified by risk with an explicit confirmation gate on destructive changes, access policies composed in the same migration as any new table, generated artifacts regenerated after, and a smoke test before declaring done. Discovers the…

1 4d ago A 78 tokens original MIT

bootstrap

04

vindm/dotclaude

Skill Claude CodeCodex

Set up a project's AI dev infrastructure the consume-direct way — enable the dotclaude plugin (which provides the universal base: operating-discipline, the auditor agents, the universal guard hooks) and author ONLY the un-shareable project-specific layer (identity, architecture, quality-bar benchmarks, knowledge…

1 4d ago A 84 tokens original MIT

coding

05

vindm/dotclaude

Skill Claude CodeCodex

Elicit coding hygiene intent for a project and write it to a thin artifact — .claude/dotclaude/code-anti-patterns.md plus a few dotclaude.yml keys — derived from the project's actual file-size distribution and the bug classes visible in git history. No agent, rule, or hook is authored: the consumed code-review agent…

1 4d ago A 97 tokens original MIT

decomposition

06

vindm/dotclaude

Skill Claude CodeCodex

Decompose a file that has grown over the size ceiling into focused sibling files — extracting at cognitive seams (hooks, sub-components, pure helpers, types), in the right order, behind a user-approved plan, with post-extraction verification. Invoke when a file-size check warns or a file has become too large to…

1 4d ago C 80 tokens original MIT

knowledge-layers

07

vindm/dotclaude

Skill Claude CodeCodex

The authority order across a project's three knowledge layers — guidance (.claude/), code (truth), and docs/ (reflection + transient intent) — with code as the tiebreak when a doc and the code disagree. Load when reading or trusting a doc to make a code decision, when authoring rules or skills that reference docs, or…

1 4d ago A 89 tokens original MIT

vindm/dotclaude

Skill Claude CodeCodex

Core operating discipline for any non-trivial task — understand before building, reason to the right solution, execute completely and verified, stay lean, and avoid the parallel-path and subagent-dispatch traps. Load this on any substantive coding, design, planning, debugging, refactor, or review work (skip only for…

1 4d ago A 93 tokens original MIT

testing

09

vindm/dotclaude

Skill Claude CodeCodex

Elicit test-coverage risk priorities for a project and write them to a thin artifact — .claude/dotclaude/test-risk-model.md plus a dotclaude.yml key — derived from the project's actual test/source ratio, its most-edited untested files, and the user's own sense of what scares them most. No agent, rule, or hook is…

1 4d ago A 110 tokens original MIT

worktree

10

vindm/dotclaude

Skill Claude CodeCodex

Set up worktree-per-feature discipline for a project where several AI sessions (or humans + agents) work concurrently and collide in one checkout. Writes a thin worktree: config block that the plugin's CONSUMED main-checkout hook reads (no rendered per-project hook copy), plus a project-specific worktree lifecycle…

1 4d ago A 113 tokens original MIT

design

11

vindm/dotclaude

Skill Claude CodeCodex

Elicit the project's design north-star + design-system reference (the two artifacts the consumed design audits read at runtime); no agent copies are authored. Derived from the project's actual UI surfaces, the user's named design benchmarks, and past design failure modes. Invoke /dotclaude:design in any project root…

1 4d ago A 67 tokens original MIT

element-reuse

12

vindm/dotclaude

Skill Claude CodeCodex

Before reusing an existing string, component, or copy pattern on a NEW surface — locate its current usage with grep, classify both the existing and the proposed surface by type, and apply the verdict matrix. Catches first-touch copy leaking onto a daily-driver surface, a bug invisible to lint, code review, and…

1 4d ago A 87 tokens original MIT

vindm/dotclaude

Skill Claude CodeCodex

Drive a multi-screen flow from raw to award-quality through a bounded iterative loop — reset to a clean fixture, capture every state, grade across three scrutiny layers (reviewer agent + composition scan + backend-truth probe), apply ONE highest-ROI fix, commit atomically, re-run — until award-quality OR a hard…

1 4d ago A 92 tokens original MIT

journey-mapping

14

vindm/dotclaude

Skill Claude CodeCodex

Build the prior-surface inventory before designing OR auditing any screen — walk every surface the user touched before reaching this one, classify each by type, and apply the forbidden-pattern matrix so first-touch copy/voice/chrome never leaks onto a daily-driver surface. Load before any new design spec or any…

1 4d ago A 70 tokens original MIT

persona-testing

15

vindm/dotclaude

Skill Claude CodeCodex

Run three orthogonal outside-eyes tests on every user-visible string — day-30 (frequency-jaded), partner (voice-register), and stranger (already-knows-me) — to catch voice violations that pass a deny-list but still feel wrong. Load at design time on every proposed string and at audit time on every visible string on a…

1 4d ago A 74 tokens original MIT