paniolo-file-organization
Installation
SKILL.md
Requires: file-read, terminal (linting/testing). No network access needed.
File Organization Skill
Use When
Use this skill when:
- Creating new files/directories or restructuring module layout.
- Updating imports/exports to comply with repo organization rules.
Execution workflow:
- Follow naming and placement conventions for file type and symbol type.
- Avoid barrel files and use direct imports.
- Keep test/docs naming conventions aligned with project rules.
- Validate with
npm run lintafter meaningful structure/import changes.
Output requirements: