Archify turns a description into an interactive system map with multiple diagram types and typed JSON IR, delivering self-contained HTML plus export options. It supports several agent skills and provides a quick start flow with install commands.
Collecting history — the radar snapshots this repo daily. The trend line appears after 3 days of data (1 so far).
What it is
Archify is an agent skill for Raven, Cursor, Claude Code, Codex CLI, and OpenCode. It converts a system description or repository into an interactive, shareable architectural diagram map that can be exported as HTML, PNG, SVG, WebM, and 1200×630 share cards.
How it works
The tool generates a typed JSON IR from your description, validates layout and schema, optionally previews locally, and delivers a final artifact that replaces the previous one if it passes checks. It supports iterating on the source while keeping structure stable.
Key commands and steps shown in the README include generation, validation, preview, and deliver, with an explicit note that preview is a desktop authoring mode and deliver can open the result. It also supports multiple visual presets and motion options in the artifact metadata.
Getting started
Install commands from the README:
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 permanent install:
npx skills use tt-a1i/archify@archify --agent codex
Other practical references:
- The agent switcher supports cursor, codex, claude-code, and opencode.
- Raven provides manual ZIP install instructions in archify.zip.
Recent releases
Latest version: v2.13.0 (2026-08-03) with docs updates and sponsor notes. Previous: v2.12.0 (2026-07-22) with stability gates; v2.11.0 (2026-07-16) hardening validation; v2.10.0 (2026-07-05) summary improvements; v2.9.0 (2026-07-04) full changelog reference.
Traction
Stars: 9059 Forks: 727 Open issues: 11
Behind the repo
Project page and interactive gallery are linked from the README. Sponsored by EverMind for memory infrastructure; Archify maps are demonstrated with live artifacts generated from public repos like mco-org/mco.
Caveats
License: MIT. Created 2026-04-15; last push 2026-08-04. Language: HTML. Repository focuses on agent-skill integration and diagram generation with multiple export formats; no runtime environment details beyond install and usage in the README.






