ワンクリックで
update
Reconcile project-owned AGENTS.md, CLAUDE.md, and scaffolded artifacts with the current flowai framework templates.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Reconcile project-owned AGENTS.md, CLAUDE.md, and scaffolded artifacts with the current flowai framework templates.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Use when the user asks for a project health audit, maintenance sweep, or multi-category lead-engineer scan followed by interactive issue-by-issue resolution with user approval. Do NOT trigger on routine lint/test runs, single-file cleanups, or standard "check project" requests.
Create, maintain, and run evidence-based benchmarks for AI agents. Use when setting up testing infrastructure, writing new test scenarios, or evaluating agent performance.
Generate a .devcontainer (devcontainer.json plus optional Dockerfile) for AI-IDE development with AI CLI integration, skill mounting, and security hardening. Use when the user wants to set up or containerize a dev environment for Claude Code, OpenCode, or flowai.
Guide for creating effective Agent Skills (SKILL.md packages). Use when users want to create a new skill, write a skill, author a SKILL.md, or ask about skill structure, best practices, or skill file format. Works across IDEs (Cursor, Claude Code, OpenCode).
Estimate total token usage and cost across conversation history, system prompts, and active rules. Use when the user asks how much context or how many tokens are in use, to audit context size, or to estimate session cost.
Design and build plugins for AI IDEs (skills, MCP tools, hooks, packaging, manifests, marketplaces, per-IDE validation). Use when the user wants to create, design, or package an AI-IDE plugin.
| name | update |
| description | Reconcile project-owned AGENTS.md, CLAUDE.md, and scaffolded artifacts with the current flowai framework templates. |
| argument-hint | [--instructions|--scaffolds|--all] |
Reconcile project-owned flowai artifacts with the currently installed framework templates. This command does not manage the flowai CLI, does not sync or rewrite installed primitives, and does not adapt skills or agents. CLI lifecycle belongs to the standalone flowai CLI repository. Primitive adaptation belongs to adapt.
Project-owned artifacts:
AGENTS.mdCLAUDE.md when it is a project compatibility file or symlinkRead-only framework sources:
.{ide}/assets/AGENTS.template.md.{ide}/skills/update/assets/AGENTS.template.md~/.claude/assets/AGENTS.template.md or ~/.codex/assets/AGENTS.template.mdIf project-local flowai primitives exist under .{ide}/skills/, .{ide}/agents/, hooks, or scripts, this command reports that they can be adapted with adapt. It must not rewrite them.
<step_by_step>
Detect scope and arguments
--all -> check instructions and scaffolded artifacts.--instructions -> check only AGENTS.md / CLAUDE.md.--scaffolds -> check only known scaffolded project artifacts..claude/, .cursor/, .opencode/, .codex/.Locate AGENTS template sources (for --instructions / --all)
.claude/skills/update/assets/AGENTS.template.md.cursor/skills/update/assets/AGENTS.template.md.opencode/skills/update/assets/AGENTS.template.md.codex/skills/update/assets/AGENTS.template.md*/skills/update/assets/AGENTS.template.md when visible in the project..claude/assets/AGENTS.template.md.cursor/assets/AGENTS.template.md.opencode/assets/AGENTS.template.md.codex/assets/AGENTS.template.md~/.claude/assets/AGENTS.template.md~/.cursor/assets/AGENTS.template.md~/.config/opencode/assets/AGENTS.template.md~/.codex/assets/AGENTS.template.mdRead project instructions artifacts
./AGENTS.md.AGENTS.md is missing, stop and tell the user to run init first. Do not create a new root file here../CLAUDE.md:
AGENTS.md, it is up to date.AGENTS.md.AGENTS.md; propose replacing it with a symlink only after showing the diff/risk.Compare template against project artifact
AGENTS.md.{{PROJECT_NAME}} and {{TOOLING_STACK}}.documents/AGENTS.md, scripts/AGENTS.md) -> propose collapsing them into root AGENTS.md.Proactive Resolution.Check scaffolded artifacts (for --scaffolds / --all)
SRSSDS.devcontainer/devcontainer.json.devcontainer/Dockerfile.devcontainer/init-firewall.sh.devcontainer/setup-container.shdeno.jsonscripts/check.tsDetect local primitives but do not adapt them
.{ide}/skills/flowai-*.{ide}/skills/* matching installed framework primitive names.{ide}/agents/* matching installed framework agent namesPropose changes
CHECK step, explain that skipping it leaves formatter, linter, and regression failures undetected after GREEN.Apply approved changes
Verify
git diff -- AGENTS.md CLAUDE.md <resolved-SRS> <resolved-SDS> .devcontainer deno.json scripts/check.ts limited to touched files.</step_by_step>