with one click
update-codemaps
Imported from everything-codex command update-codemaps
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Imported from everything-codex command update-codemaps
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
AI-native code annotation protocol that encodes intent, risk, dependencies, constraints, and test expectations in machine-parseable comments.
Professional Codex-native multi-agent code review with confidence scoring
架构规划专家 - 使用 Codex 本地上下文、仓库证据和只读 child agent 进行大型系统架构设计与规划。
Backend architecture patterns, API design, database optimization, and server-side best practices for Node.js, Express, and Next.js API routes.
Imported from everything-codex command checkpoint
Universal coding standards, best practices, and patterns for TypeScript, JavaScript, React, and Node.js development.
| name | update-codemaps |
| description | Imported from everything-codex command update-codemaps |
| version | 0.1.0 |
| source | fork |
| checksum | fa4d8102177e477c26ffa036780586770242b14ec472690884ca31d51ffc9988 |
| updated_at | "2026-02-11T01:29:16.000Z" |
| layer | utility |
Codex supports native subagents. Delegate with spawn_agent, coordinate with send_input, collect via wait_agent, and clean up with close_agent.
Execution preference:
[ANALYST]/[ARCHITECT]/[EXECUTOR]/[REVIEWER] structure in a single response.Minimal orchestration pattern:
spawn_agent -> send_input (optional) -> wait_agent -> close_agent
Analyze the codebase structure and update architecture documentation:
Scan all source files for imports, exports, and dependencies
Generate token-lean codemaps in the following format:
Calculate diff percentage from previous version
If changes > 30%, request user approval before updating
Add freshness timestamp to each codemap
Save reports to .reports/codemap-diff.txt
Use TypeScript/Node.js for analysis. Focus on high-level structure, not implementation details.