sync-agents-md-with-package-json
When updating AGENTS.md or after any dependency changes, cross-reference package.json versions against AGENTS.md to ensure accuracy
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
When updating AGENTS.md or after any dependency changes, cross-reference package.json versions against AGENTS.md to ensure accuracy
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Add performance benchmarks to hot-path functions that run on every state update (settings, auth, etc.) to establish baselines and catch regressions
Systematically reduce Go function cost below the 80-unit inlining budget for hot-path performance
Orchestrator-only workflow for heavy coding sessions, multi-phase implementation, and risky refactors. Use for complex work that needs planning, review gates, and persistent progress tracking.
Configure and improve oh-my-opencode-slim for the current user. Use when users want to tune agents, models, prompts, custom agents, skills, MCPs, presets, or plugin behavior. Also use when recurring workflow friction suggests a safe config or prompt improvement.
| name | sync-agents-md-with-package-json |
| description | When updating AGENTS.md or after any dependency changes, cross-reference package.json versions against AGENTS.md to ensure accuracy |
After any dependency update, when reviewing AGENTS.md for accuracy, or when asked to update documentation.
Read package.json — focus on devDependencies, dependencies, and resolutions sections. Extract exact version strings (e.g., ~56.2.11, ^19.1.0-rc.1).
Compare against AGENTS.md's Tech Stack Notes section — check each line:
Identify stale entries — common patterns of drift:
56) that should be more precise (e.g., ~56.2.11)Identify missing entries — packages in package.json that aren't documented:
react-native-paper + react-native-paper-dates@shopify/flash-listUpdate AGENTS.md — make targeted edits to the Tech Stack Notes section only. Do not change unrelated sections.
Verify — re-read the updated section to confirm all versions match package.json exactly.
~, ^, exact)