fractal-file-structuring
Installation
SKILL.md
Fractal File Structuring
TypeScript and JavaScript files should be organised in a fractal tree structure. Use this skill when deciding where to create, move, split, or organize files and folders in a TypeScript or JavaScript workspace.
This guidance is based on HASH's file-structuring approach: https://hash.dev/blog/file-structuring
Scope
Apply this skill to TypeScript and JavaScript source files, including modules, components, hooks, helpers, types, tests, scripts, and entry points.
Core Rules
Use kebab-case names
Use kebab-case for all TypeScript and JavaScript file and folder names.