archify¶
⭐ 36,264 · ✅ 活跃 · 技能
| 类型 | 技能 | 分类 | 编码 |
| 星数 | ⭐ 36,264 | 状态 | ✅ 活跃 |
| 作者 | tt-a1i | 更新时间 | — |
一句话介绍¶
Agent 技能:生成漂亮、可验证的架构图、流程图、时序图、数据流与生命周期图——自包含、可审查。
详细介绍¶
Turn a codebase or system description into a polished, interactive system map — directly in chat. Archify is a Node.js rendering and validation system for Cursor, Claude Code, Codex CLI, and OpenCode. Agents produce typed JSON IR; Archify deterministically compiles it into HTML/SVG. - Open it and present — five diagram types, four presets, dark/light themes, built-in brand marks, and finite motion - Review architecture changes before merge — compare two validated snapshots as Before / Delta / After, with exact added, removed, changed, moved, and rerouted facts - Every interaction stays grounded — search nodes, optionally open revision-verified source, trace upstream/downstream authored reach and exact routes, compare roles, and play guided stories without inventing topology
✨ 核心特性¶
- Open it and present — five diagram types, four presets, dark/light themes, built-in brand marks, and finite motion
- Review architecture changes before merge — compare two validated snapshots as Before / Delta / After, with exact added, removed, changed, moved, and reroute
- Every interaction stays grounded — search nodes, optionally open revision-verified source, trace upstream/downstream authored reach and exact routes, compar
- One file, ready to trust and share — typed JSON IR and deterministic checks produce self-contained HTML plus PNG, SVG, WebM, and 1200×630 share cards
🚀 快速开始¶
npx skills add tt-a1i/archify -g
📚 更多信息¶
1. Install
npx skills add tt-a1i/archify -g For an explicit, non-interactive Cursor install: npx -y skills add tt-a1i/archify --skill archify --agent cursor --global --copy --yes To try without installing: npx skills use tt-a1i/archify@archify --agent codex DSH community opt-in: dsh plugin --profile web add @tt-a1i/archify-dsh@0.1.0 The [agent switcher](https://tt