Help us improve
Share bugs, ideas, or general feedback.
From rldyour-rules
Политика project-инструкций: AGENTS.md, .claude/CLAUDE.md, REVIEW.md, ADRs (MADR 4.0.0). Используй для: правила проекта, инструкции, документация, ADR, долгоживущая документация. EN triggers: project rules, project instructions, ADR, MADR, write durable docs, update AGENTS.md, update CLAUDE.md, instruction 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:project-instructions-policyThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Keep durable project instructions useful for future Claude Code sessions without turning them into chat history or generic advice.
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 durable project instructions useful for future Claude Code sessions without turning them into chat history or generic advice.
AGENTS.md when durable root-level project rules, setup commands, quality gates, architecture constraints, deploy contracts, or workflow guidance change. AGENTS.md is the cross-tool standard root project-instruction file (see https://agents.md/).AGENTS.md concise; it is loaded as a high-signal entry point and instruction size matters..claude/CLAUDE.md for fullrepo-managed projects so Claude Code has first-class project memory..claude/CLAUDE.md optimized for Claude Code, not as a thin @AGENTS.md import. Reference Claude-specific locations when relevant: .claude/settings.json, .claude/skills/, .claude-plugin/, /memory, /context, /hooks, /mcp, /permissions, /doctor, /status.CLAUDE.md by default; .claude/CLAUDE.md is the rldyour project memory path.REVIEW.md when review-specific rules are durable and materially help future review agents.In normal product repositories, instruction files (AGENTS.md, .claude/CLAUDE.md, REVIEW.md) are agent-only context. They should be:
fullrepo branch via python3 "$(git rev-parse --show-toplevel)"/plugins/rldyour-flow/scripts/fullrepo_sync.py --bootstrap-init (canonical cross-plugin path per PATTERNS-01-CANONICAL; works without declaring rldyour-flow in rldyour-rules plugin.json because both plugins co-exist inside the same marketplace pluginRoot: ./plugins)..git/info/exclude (fullrepo block installed automatically).fullrepo branch via flow-post-task-sync.main, feature branches).Repositories that are themselves agent tooling (like rldyour-claudecode itself) may intentionally track selected instruction templates as product files - for example a system/CLAUDE.md template that gets installed into user projects.
Read ${CLAUDE_PLUGIN_ROOT}/references/project-instructions-and-adrs.md before creating or updating durable instruction files.
.claude/CLAUDE.md к thin @AGENTS.md import (нарушает rldyour rule).CLAUDE.md для new projects (.claude/CLAUDE.md - preferred path).AGENTS.md/CLAUDE.md/REVIEW.md в нормальные продуктовые ветки (use fullrepo).