一键导入
instruction-docs-sync
Синхронизация AGENTS.md и CLAUDE.md из verified facts. Используй для: инструкции, docs устарели. EN: update project instructions, docs sync.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Синхронизация AGENTS.md и CLAUDE.md из verified facts. Используй для: инструкции, docs устарели. EN: update project instructions, docs sync.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Отлаживает browser-only failures через управляемые Chrome DevTools MCP и Playwright CLI. Используй для: консоль, сеть, runtime, hydration, layout, memory, performance, Lighthouse. EN triggers: browser debug, console errors, network, runtime, layout, memory, performance, Lighthouse.
Маршрутизирует browser tasks только через управляемые Playwright CLI и Chrome DevTools MCP. Используй для: проверь в браузере, UI, визуально, скриншот, Figma, консоль, сеть, перфоманс. EN triggers: browser routing, UI validation, screenshots, visual QA, console, network, performance.
Валидация UI и пользовательских сценариев через управляемый Playwright CLI. Используй для: проверь UI, проверь в браузере, визуально, скриншот, регрессия, адаптив, бизнес-логика. EN triggers: validate UI, browser check, regression, responsive, business logic, screenshot.
Низкоуровневая browser automation через управляемый Playwright CLI. Используй для: screenshots, snapshots, headed sessions, traces, responsive, UI proof. EN triggers: Playwright CLI validation, screenshots, snapshots, traces, responsive.
Проводит visual QA для Figma, screenshots и reference images через управляемые browser providers. Используй для: pixel-perfect, сравни с Figma, сравни с фото, diff. EN triggers: visual diff, pixel-perfect, compare Figma, reference image.
Совместимый маршрут legacy Webwright task intent в управляемые Playwright CLI и Chrome DevTools MCP; Webwright runtime не запускается. Используй для: найти, сравнить, выгрузить, повторить, reusable workflow. EN triggers: Webwright task, long-horizon web task, RPA, extraction, reusable workflow.
| name | instruction-docs-sync |
| description | Синхронизация AGENTS.md и CLAUDE.md из verified facts. Используй для: инструкции, docs устарели. EN: update project instructions, docs sync. |
Keep project instruction files current after meaningful work without creating a second source of truth or violating the effective project policy for agent files.
This skill runs after Serena memory sync and before quality checks, commits, and GitHub sync.
AGENTS.md: Codex-native project instructions..claude/CLAUDE.md: Claude Code-native project memory.These files are tracked normally on the main branch as ordinary source. Project policy may set instruction_docs.mode=disabled to skip review, but by default they are tracked project files.
Use only verified facts from:
Do not copy chat history, future plans, speculation, secrets, tokens, cookies, or local credentials.
plugins/rldyour-flow/scripts/instruction_docs_state.py --json or the cache copy when working outside this repository.AGENTS.md for Codex:
.claude/CLAUDE.md for Claude Code:
.claude/settings.json, .claude/skills/, 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 CLI.python3 scripts/validate_instruction_docs.py --require-agent-docs when the repository tracks agent instruction docs. In clones that do not, run it without --require-agent-docs.flow-post-task-sync commit the tracked instruction files on main according to effective project policy.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, and durable-change candidates.Updated docs: which instruction files changed and why.Validation: exact validation command and result.Commit: which tracked instruction files flow-post-task-sync will commit on main.