frontend-architecture

Installation
SKILL.md

Frontend Architecture

Purpose

Structure a frontend so that a new engineer can find the code for a feature in under a minute, and so that changing one feature does not require touching five others.

When to Use

  • Starting a new frontend application.
  • A codebase where features are scattered across components/, utils/, hooks/, and types/.
  • Deciding where state belongs and what owns data fetching.
  • Setting up a monorepo or splitting a large application.

Capabilities

Installs
2
GitHub Stars
26
First Seen
Jul 16, 2026
frontend-architecture — nimadorostkar/claude-skills-collection