From rldyour-flow
Синхронизация AGENTS.md и .claude/CLAUDE.md из verified project facts. Используй для: AGENTS.md, CLAUDE.md, инструкции проекта, документация, обнови инструкции, документация устарела. EN triggers: update project instructions, refresh AGENTS.md, refresh CLAUDE.md, sync project docs, update durable docs, instructions sync.
How this skill is triggered — by the user, by Claude, or both
Slash command
/rldyour-flow:instruction-docs-syncThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Keep project instruction files current after meaningful work without creating a second source of truth or leaking agent-only files into normal branches.
Keep project instruction files current after meaningful work without creating a second source of truth or leaking agent-only files into normal branches.
This skill runs after Serena memory sync and before quality checks, commits, GitHub sync, and fullrepo publish.
AGENTS.md: concise root project-instruction file (cross-tool standard, see https://agents.md/)..claude/CLAUDE.md: Claude Code-native deep project memory.Both files are agent-only in normal product repositories: keep them local, ignore them through .git/info/exclude, and publish them through fullrepo.
Use only verified facts from:
Do not copy chat history, future plans, speculation, secrets, tokens, cookies, or local credentials.
python3 ${CLAUDE_PLUGIN_ROOT}/scripts/instruction_docs_state.py --json.AGENTS.md as the concise root project-instruction file:
fullrepo commands;.claude/CLAUDE.md for Claude Code:
.claude/settings.json, .claude/skills/, .claude-plugin/, hooks, /memory, /context, /hooks, /mcp, /doctor, and /status when relevant;.claude/CLAUDE.md to only @AGENTS.md; shared facts may overlap, but each file must be optimized for its own role.flow-post-task-sync commit normal tracked files, then publish agent-only instruction files through fullrepo.Review and update the files when any meaningful task changes durable facts:
Do not update for purely mechanical formatting, transient local state, temporary runtime markers, or facts already represented accurately.
Report:
Instruction docs state: required files, missing files, durable-change candidates, and fullrepo policy.Updated docs: which instruction files changed and why.Validation: exact validation command and result, or "skipped because no validator yet".Fullrepo: whether updated agent-only docs still need fullrepo publish..claude/CLAUDE.md to a thin @AGENTS.md import.npx claudepluginhub nddev-it-com/rldyour-claudecode --plugin rldyour-flowGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.