FSD Architect is a specialized Claude Code skill designed to help developers implement the Feature-Sliced Design methodology in frontend projects. It provides a structured framework for organizing React, Vue, or Next.js codebases into layers—Shared, Entities, Features, Widgets, Pages, and App—to ensure high cohesion and low coupling. By enforcing strict unidirectional dependency rules and Public API patterns, this skill helps scale complex applications, simplifies refactoring, and ensures that code organization is driven by business domains rather than technical types.
Key Features
01Domain-based slice and segment organization
020 GitHub stars
03Standardized FSD layer and slice structure implementation
04Public API pattern management via index.ts re-exports
05Strict enforcement of unidirectional dependency rules
06Architectural validation for circular dependencies and cross-imports