Dependency Discipline

The "no invaders" gate for Synthex. The ship already carries everything it needs. NEVER add a new npm dependency, external SaaS, framework, datastore, or auth system to solve a problem an existing system already solves — adding one is a CEO-gated decision. ALWAYS prove the capability isn't already present (grep package.json, lib/, the skills list, Vercel env) before integrating anything new. Activate on ANY request to "add a package / install / npm i / integrate X / we need a tool / use library Y / add a provider / new database".

cleanexpo b1afdfb 11.3 KB Updated

File contents

cleanexpo/synthex/tree/main/.claude/skills/dependency-discipline commit b1afdfbf5c

Frequently asked questions

npx skillmds@latest add cleanexpo/dependency-discipline