Minimal Code

Use this skill alongside the build skill to resist over-engineering. Enforces YAGNI (no speculative features), KISS (the simplest thing that could possibly work), and DRY-when-it-actually-repeats (not DRY-in-advance). Prefer standard library over new dependencies. Prefer editing existing code over creating new files. Prefer adding one function over adding one class. Prefer flat over nested. Trigger proactively whenever Claude is tempted to introduce an abstraction, a new dependency, a new module, a helper class, a framework, a pattern, or a layer of indirection during Build.

lantisprime a321fda 3.0 KB Updated

File contents

lantisprime/claude-sdlc/tree/main/skills/minimal-code commit a321fdae66

Frequently asked questions

npx skillmds@latest add lantisprime/minimal-code