Help us improve
Share bugs, ideas, or general feedback.
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.
npx claudepluginhub nddev-it-com/rldyour-claudecode --plugin rldyour-rulesHow 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.
Provides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
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.
Explores codebases via GitNexus: discover repos, query execution flows, trace processes, inspect symbol callers/callees, and review architecture.
Share bugs, ideas, or general feedback.
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.