Skip to main content

code-organization

Enforce frontend code organization โ€” bulletproof-react ownership-first placement, the allowed-folder law (a folder holds only the kind of thing its name promises), kebab-case file naming with PascalCase / UI* identifiers, type-only files, classes-only / no-static-or-free-functions outside React, path-alias imports, semantic (no-data-testid) selectors, and hardcoded value / string extraction to `.env` and i18n. Use when placing, moving, renaming, or splitting components, hooks, repositories, stores, or modules; reviewing structure; fixing dependency-cruiser, ESLint, type-file, or duplication CI failures that stem from structural or naming issues; or extracting hardcoded configuration.

Jump to install

Source facts

Repository
VilnaCRM-Org/claude-plugins
Last source activity
July 2, 2026 at 13:00
Detected SKILL.md language
English
Stars
1
Forks
0

Install options

The review-first prompt is selected by default. You can switch to a direct command or download a local copy.

Review the source files

Read SKILL.md and any companion files shown by SkillsMP before deciding whether to install.