Comparison with existing tools

August 21, 2026 · View on GitHub

中文版:与现有工具对比

Measured 2026-08 via the GitHub API (stars) and repository activity (last push). "Active" = pushed within roughly the last 3 months at measurement time; the table is a point-in-time measurement, not a trend claim. Competitor capabilities are stated only where their READMEs or the cited community threads make them explicit; claims we cannot verify are listed as not-verified.

Adjacent categories (proof of demand, not direct competitors)

CategoryExampleMeasurement
Skill contentanthropics/skills~170k★, active
Multi-agent config/API switcherfarion1231/cc-switch~128k★, active
GUI skill managerxingkongliang/skills-manager~3.8k★, active

Direct headless niche: cross-agent config sync

RepoStars (2026-08)StatusNotable limitation (from their own materials / community reports)
gotalab/skillport408slowed
amtiYo/agents85active
athola/skrills69active
nicepkg/vsync55no push for ~7 monthssetup manual; npm ecosystem full of dead duplicates
2ue/ccman52
xiaolai/cc-suite41
slash9494/ai-config-sync-manager28two-tool scope
miniLV/Plexus27stalledlocal one-shot, no cross-machine
Leoyang183/sync-agents-settings8stalled
berlinguyinca/ai-sync37Claude-only
Vek-Sync3MCP-only
cortesi/agentsmd9rules-only

Pattern: the headless "sync agent config" niche is a graveyard of near-identical, mostly single-agent or rules-only tools under ~500 stars. That is the discovery/trust problem any new entrant must solve — and it is why skillferry leads with the portability contract and the security boundary rather than "supports N agents".

What we can write vs. what we cannot write

We can write (evidence anchors):

  • Codex and DSH both natively discover ~/.agents/skills/ — exercised in the author's macOS and Windows acceptance records (macOS, Windows).
  • The workspace format is target-neutral; each agent is only a render target (PORTABILITY_CONTRACT).
  • Secret references are schema-enforced; the shareable export never expands them; this is machine-verified in CI, not documented intent.
  • Every grade is derived from the capability table (AGENT_MATRIX), including honest manual/degraded labels.

We cannot write (not verified — do not claim):

  • "Claude Code natively scans ~/.agents/skills/."
  • Any performance or reliability comparison of competitor tools we have not run (no benchmark exists in this repo).
  • "Model skills always trigger" claims: community reports of skills not triggering are user perception, not our measurement.
  • Star trends (the numbers above are a single 2026-08 snapshot).

Explicitly not doing (v1)

GUI (the GUI segment has volume but a different shape); provider/API switching; session/memory/history sync; dotfiles wholesale sync; lossless arbitrary plugin conversion; "support N agents" as a headline; SSH targets; team layer (v1.x).