Railway's official agent skill: create projects, provision databases and buckets, deploy, manage variables and domains, and read build failures back — from the CLI, API or MCP server.
Archify Architecture DiagramsSkill
Summary
Turns plain-language requirements or pasted Mermaid into validated architecture, workflow, sequence, data-flow and lifecycle diagrams as self-contained interactive HTML.
Features
- Five diagram types: architecture, workflow, sequence, dataflow and lifecycle
- Accepts plain-language requirements or pasted Mermaid input
- Self-contained interactive HTML output with inline SVG and no external assets
- Dark and light themes plus optional trace motion for presentations
- Export to PNG, JPEG, WebP, SVG and WebM
- Schema and composition validation with a strict showcase quality profile
- deliver command acts as a hard acceptance gate on the final artifact
- Can inspect repository evidence so diagrams reflect real code
Install This Skill
Add this skill to your favorite AI agent in a few steps.
Skill Content
Usage Instructions
Learn how to use this skill with different AI agents.
Example Usage
Draw the request lifecycle for our checkout service, from the CDN edge through the API gateway to Postgres, and show where the retry happens.
Archify picks the lifecycle schema, writes a typed JSON candidate first, validates it at showcase quality — all nine artifact checks, zero composition errors, zero warnings — then delivers a single HTML file you can theme, animate and export as SVG.
Description
Archify is an agent skill for producing publication-quality technical diagrams without hand-placing a single node. Describe a system in plain language — or paste an existing Mermaid flowchart, sequenceDiagram or stateDiagram — and it authors a small typed JSON specification, renders it to a standalone HTML file with inline SVG, and validates the result before handing it back.
It covers five diagram types: architecture, workflow, sequence, dataflow and lifecycle. That spans system and infrastructure maps, cloud, security and network topology, API call sequences, request lifecycles, ETL/ELT pipelines, data lineage and state machines. When a diagram has to reflect real code rather than a sketch, the skill can inspect repository evidence and build from what is actually there.
What separates it from most diagram generators is the acceptance loop. archify validate checks a candidate against a JSON schema and a composition contract, and the stricter showcase quality profile only passes when all nine artifact checks report zero composition errors and zero warnings. archify deliver is the final gate: a non-zero exit cannot be reported as success, and the skill is instructed to correct only the diagnosed subject and stop honestly when two consecutive repair rounds fail to improve the error count. That makes the output far more reliable than a one-shot generation.
Output is a single self-contained HTML file — no external assets — with dark and light themes, optional trace motion for presentations, and export to PNG, JPEG, WebP, SVG and WebM. Static rendering is the default; motion is opt-in. It installs into Claude Code, Cursor, Codex and OpenCode via an agent switcher, or manually into ~/.claude/skills/. MIT licensed.
Related Skills
Diagnoses wrong gradients in differentiable NVIDIA Warp programs by measuring first — comparing autodiff against finite differences on a shrunk reproduction before proposing any fix.
Google's official skill for the gws CLI — drive Gmail, Drive, Calendar, Sheets, Docs, Chat and Admin APIs from an agent, with Model Armor screening.
Netlify's official skill for zero-config managed Postgres — querying from Functions, Drizzle setup, migrations and per-preview database branches.