file-organization
Standardized project structures and naming conventions for React, Node.js, and feature-based TypeScript applications.
Install
npx skills add https://github.com/supercent-io/skills-template --skill file-organizationStats
| Total installs | 11,029 |
| Weekly installs | 11.0K |
| GitHub stars | 88 |
| First seen | Jan 24, 2026 |
| Source | @supercent-io/skills-template |
Summary
- Provides templates for React/Next.js frontends, Node.js/Express backends, and feature-based large-scale applications with clear separation of concerns
- Defines naming conventions for files (PascalCase components, camelCase utilities, UPPER_SNAKE_CASE constants), folders (kebab-case or camelCase), and variables (with is/has/can prefixes for booleans)
- Includes best practices for path aliases, barrel exports, colocation of related files, and enforcing maximum folder depth to prevent excessive nesting
- Covers constraints like avoiding circular dependencies, vague folder names, and deep nesting beyond five levels
Tags
Related skills
| Skill | Installs | vs file-organization |
|---|---|---|
| task-planning | 11,254 | +225 |
| database-schema-design | 12,147 | +1,118 |
| fastapi-templates | 9,402 | -1,627 |
| revops | 14,837 | +3,808 |
| ohmg | 10,391 | -638 |
FAQ
- How many installs does file-organization have?
- file-organization has 11,029 total installs and 11.0K installs this week.
- Where is file-organization hosted?
- file-organization is published by @supercent-io/skills-template at https://github.com/supercent-io/skills-template.
- How many GitHub stars does file-organization have?
- file-organization has 88 GitHub stars.
- When was file-organization first indexed?
- OrangeBot.AI first indexed file-organization on Jan 24, 2026.
- How do I install file-organization?
- Run: npx skills add https://github.com/supercent-io/skills-template --skill file-organization