Agent skill · AI & Agents

sync-comparisons

Sync cross-agent comparison (Dimension 8) across all analysis docs

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill sync-comparisons --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 4 KB
Bundled scripts: none
Path: skills/analysis/sync-comparisons/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Sync Comparisons Update Dimension 8 (Cross-Agent Comparison) sections across all analysis docs so every analyzed agent references every other analyzed agent. ## Trigger - `/sync-comparisons` — sync all analyzed agents' Dimension 8 - `/sync-comparisons <agent>` — only update the specified agent's Dimension 8 ## Prerequisites At least 2 analyzed agents must exist (`docs/*.md` excluding `TEMPLATE.md`). ## Workflow ### 1. Collect Analyzed Agents 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). ### 2. Read Core Characteristics 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 (关键创新) | 核心特色/独特设计 | ### 3. Check Coverage For each agent (or the specified agent), check its Dimension 8 section (`## 8.` to next `##` or EOF): - Which other analyzed

What's inside
Steps it walks through
  1. Trigger
  2. Prerequisites
  3. Workflow
  4. 1. Collect Analyzed Agents
  5. 2. Read Core Characteristics
  6. 3. Check Coverage
  7. 4. Update Missing References
  8. 5. Comparison Format
  9. 6. Update Summary
  10. Comparison Dimensions
  11. Output Requirements
  12. After Sync
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the sync-comparisons skill do?

Sync cross-agent comparison (Dimension 8) across all analysis docs

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill sync-comparisons --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going