con un clic
sync-comparisons
Sync cross-agent comparison (Dimension 8) across all analysis docs
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Sync cross-agent comparison (Dimension 8) across all analysis docs
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional SOC
Summarize blast radius, impacted services, and safe next actions.
Run uv, pytest, then lint in a predictable order.
Codex workflow adapter for this repository. Use when working in agent-cracker to translate Claude-style slash workflows into skill usage, remember manual checks that Claude hooks would normally perform, and keep docs/config/progress files in sync.
Systematically analyze an AI agent's source code across 8 core + 4 optional platform dimensions and output structured analysis to docs/<agent>.md
Audit MVP component, platform mechanism, and advanced mechanism coverage for analyzed agents, identifying gaps and suggesting next steps
Create a minimal reproduction demo for a specific mechanism from an analyzed AI agent (coding or platform)
| name | sync-comparisons |
| description | Sync cross-agent comparison (Dimension 8) across all analysis docs |
Update Dimension 8 (Cross-Agent Comparison) sections across all analysis docs so every analyzed agent references every other analyzed agent.
/sync-comparisons — sync all analyzed agents' Dimension 8/sync-comparisons <agent> — only update the specified agent's Dimension 8At least 2 analyzed agents must exist (docs/*.md excluding TEMPLATE.md).
List all docs/*.md files (exclude TEMPLATE.md). Each filename docs/<name>.md corresponds to an analyzed agent. Verify the file has substantive content (not just an empty template).
For each analyzed agent's doc, extract key traits from these dimensions:
| Source Dimension | What to Extract |
|---|---|
| Dimension 1 (Overview) | 语言、架构定位、项目类型 |
| Dimension 2 (Agent Loop) | 循环模式(单轮/多轮/事件驱动) |
| Dimension 3 (Tool 系统) | 工具注册/调用机制 |
| Dimension 5 (Context 策略) | 上下文管理方式 |
| Dimension 6 (错误处理) | 错误恢复策略 |
| Dimension 7 (关键创新) | 核心特色/独特设计 |
For each agent (or the specified agent), check its Dimension 8 section (## 8. to next ## or EOF):
If all agents are already covered, report "already up to date" and skip.
For each agent with missing references in Dimension 8:
Use a multi-column comparison table when the number of agents (including self) is 4 or fewer:
| 维度 | agent-a | agent-b | agent-c |
|------|---------|---------|---------|
| 语言 | Python | Rust | TypeScript |
| Agent Loop | ... | ... | ... |
| Tool 系统 | ... | ... | ... |
| Context 策略 | ... | ... | ... |
| 编辑方式 | ... | ... | ... |
| 安全/错误处理 | ... | ... | ... |
| 扩展性 | ... | ... | ... |
| LLM 支持 | ... | ... | ... |
When agents exceed 4, use multiple pairwise "vs" sections instead:
### vs agent-b
(对比要点...)
### vs agent-c
(对比要点...)
After the comparison table/sections, update or add a summary paragraph that:
The comparison should cover these aspects (as table rows or discussion points):
| 维度 | 说明 |
|---|---|
| 语言 | 实现语言和技术栈 |
| Agent Loop | 循环架构(单轮请求/多轮对话/事件驱动/ReAct) |
| Tool 系统 | 工具定义、注册、调用方式 |
| Context 策略 | 上下文窗口管理(截断/压缩/摘要/repomap) |
| 编辑方式 | 代码编辑策略(search-replace/diff/whole-file/patch) |
| 安全/错误处理 | 权限控制、沙箱、错误恢复 |
| 扩展性 | 插件/扩展机制 |
| LLM 支持 | 支持的模型和切换方式 |
docs/codex-cli.md Dimension 8 as a style reference for good comparison tablesnpm run lint to verify check #6 (跨 Agent 对比覆盖) passesagents.yaml status — this is a doc maintenance task