From rldyour-rules
Архитектурные границы: FSD/VSA/Hexagonal, modules, public APIs, imports. Используй для: архитектура, слои, FSD, VSA, hexagonal, frontend, backend, размещение кода, границы модуля, публичный API. EN triggers: architecture boundaries, module layers, public API design, import discipline, where to place code, ADR worthy, layer policy.
How this skill is triggered — by the user, by Claude, or both
Slash command
/rldyour-rules:architecture-boundariesThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Keep systems easy to understand, change, and scale by using stable architecture boundaries and project-consistent placement.
Keep systems easy to understand, change, and scale by using stable architecture boundaries and project-consistent placement.
app, pages, widgets, features, entities, shared.processes layer as forbidden by default; route its responsibilities into app/pages/widgets depending on scope.app and shared rules and explicit project exceptions.shared business-agnostic. Business concepts belong in entities, features, widgets, or pages.Create an ADR for:
Read ${CLAUDE_PLUGIN_ROOT}/references/architecture-policy.md when deciding placement or documenting an ADR.
processes layer.Offers UI/UX design guidance for web and mobile with 50+ styles, 161 color palettes, 57 font pairings, and 99 UX guidelines across 10 stacks. Use for designing pages, components, color systems, or reviewing UI code.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
npx claudepluginhub nddev-it-com/rldyour-claudecode --plugin rldyour-rules