Code Organization

Repo file-organization convention for TypeScript projects. ALWAYS use this when creating new files or deciding where code goes — types, schemas, validation, utility/helper functions, constants, enums, and config literals each belong in their own dedicated folder, not inline next to feature code or dumped in one grab-bag file. Use whenever you add a type/interface, a validation schema, a util/helper, a constant, or are asked where something should live, how to structure the repo, or to organize/refactor file layout.

usenotra 7d14441 3.5 KB Updated

File contents

usenotra/notra/tree/main/.agents/skills/code-organization commit 7d144412d5

Frequently asked questions

npx skillmds@latest add usenotra/code-organization