·project-structure-enforcer
</>

project-structure-enforcer

yonatangross/orchestkit

Enforce 2026 folder structure standards - feature-based organization, max nesting depth, unidirectional imports. Blocks structural violations. Use when creating files or reviewing project architecture.

15Installs·0Trend·@yonatangross

Installation

$npx skills add https://github.com/yonatangross/orchestkit --skill project-structure-enforcer

SKILL.md

Enforce 2026 folder structure best practices with BLOCKING validation.

| Max Nesting | Max 4 levels from src/ or app/ | src/a/b/c/d/e/file.ts | | No Barrel Files | No index.ts re-exports | src/components/index.ts | | Component Location | React components in components/ or features/ | src/utils/Button.tsx | | Hook Location | Custom hooks in hooks/ directory | src/components/useAuth.ts |

| Import Direction | Unidirectional: shared → features → app | features/ importing from app/ |

Enforce 2026 folder structure standards - feature-based organization, max nesting depth, unidirectional imports. Blocks structural violations. Use when creating files or reviewing project architecture. Source: yonatangross/orchestkit.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/yonatangross/orchestkit --skill project-structure-enforcer
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is project-structure-enforcer?

Enforce 2026 folder structure standards - feature-based organization, max nesting depth, unidirectional imports. Blocks structural violations. Use when creating files or reviewing project architecture. Source: yonatangross/orchestkit.

How do I install project-structure-enforcer?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/yonatangross/orchestkit --skill project-structure-enforcer Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/yonatangross/orchestkit