Codebase Conventions

Generally-applicable conventions for how code is written and arranged — tooling/package manager, import style, file & component naming, comments, and where files live (colocation vs. global folders). Use whenever creating, naming, moving, or importing a file, running project commands, or deciding where a new module belongs. Consult BEFORE writing the code so the conventions are baked in, not retrofitted. If a convention below matches the work, apply it — don't ask, just follow it (call out the choice in one line so the user can override).

ilamanov 3f26957 4.0 KB Updated

File contents

ilamanov/skills/tree/main/skills/codebase-conventions commit 3f26957eef

Frequently asked questions

npx skillmds@latest add ilamanov/codebase-conventions