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:

  1. Follow naming and placement conventions for file type and symbol type.
  2. Avoid barrel files and use direct imports.
  3. Keep test/docs naming conventions aligned with project rules.
  4. Validate with npm run lint after meaningful structure/import changes.

Output requirements:

Installs
4
First Seen
Jul 21, 2026
paniolo-file-organization — paniolo-ai/skills