archify

Featured

Validated interactive HTML diagrams, upstream-maintained.

AI & Automation 244,416 stars 50597 forks Updated today MIT

Install

View on GitHub

Quality Score: 91/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Archify (upstream-maintained) > **Catalog stub.** This entry is maintained upstream at > [tt-a1i/archify](https://github.com/tt-a1i/archify): the project ships a > self-contained skill directory (`archify/`) with the Node CLI, schemas, > renderers, examples and references. `hermes skills install > official/creative/archify` pulls the current tree live from that repo > (quarantined and scanned like any hub install) — this directory holds only > the catalog metadata, so the vendored copy can never go stale. Archify turns a small typed JSON spec into a self-contained, explorable HTML diagram: `architecture`, `workflow`, `sequence`, `dataflow` and `lifecycle` (state machine) types, dark/light themes, pan/zoom, search, relationship tracing, optional trace motion, and PNG/JPEG/WebP/SVG/WebM export. It accepts plain-language requirements or pasted Mermaid (`flowchart`, `sequenceDiagram`, `stateDiagram`) and can read repository evidence when the diagram must reflect real code. Every candidate goes through a 9-check `validate` / `deliver` receipt, so the output is verifiable rather than eyeballed. ## Prerequisites - Node.js 18+ on `PATH` (`node bin/archify.mjs doctor` confirms the install; no `npm install` is needed inside the skill package). - Installs pull ~200 files (~8 MB, mostly upstream tests and examples) from GitHub; the fetch is pinned to one tree SHA, recorded in the bundle metadata. - Upstream's "Update awareness" step runs `scripts/check-update.mjs`, which read...

Details

Author
NousResearch
Repository
NousResearch/hermes-agent
Created
1 years ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

archify

Create architecture, workflow, sequence, data-flow, and lifecycle/state diagrams as self-contained HTML with inline SVG, dark/light themes, and PNG/JPEG/WebP/SVG export.

4 Updated 3 days ago
cskwork
Data & Documents Listed

archify

Create polished, validated architecture, workflow, sequence, data-flow, and lifecycle/state diagrams as explorable standalone HTML with inline SVG, dark/light themes, optional trace motion, and PNG/JPEG/WebP/SVG/WebM export. Accept plain-language requirements or pasted Mermaid flowchart, sequenceDiagram, and stateDiagram input; inspect repository evidence when the diagram must reflect real code. Use when the user asks to visualize system architecture, infrastructure, cloud/security/network topology, technical workflows, API call sequences, request lifecycles, data pipelines, ETL/ELT, data lineage, state machines, or to convert/beautify Mermaid.

4 Updated today
chancegraff
Data & Documents Featured

archify

Create polished, validated architecture, workflow, sequence, data-flow, and lifecycle/state diagrams as explorable standalone HTML with inline SVG, dark/light themes, optional trace motion, and PNG/JPEG/WebP/SVG/WebM export. Accept plain-language requirements or pasted Mermaid flowchart, sequenceDiagram, and stateDiagram input; inspect repository evidence when the diagram must reflect real code. Use when the user asks to visualize system architecture, infrastructure, cloud/security/network topology, technical workflows, API call sequences, request lifecycles, data pipelines, ETL/ELT, data lineage, state machines, or to convert/beautify Mermaid.

58,040 Updated today
tt-a1i