Skip to content
HomeNewsConceptsGuidesToolbox
AboutSubscribeUA
Subscribe

AI Today Brief

The daily AI-engineering brief. Built in public. EN · UA.

XTelegramLinkedInYouTubeRSS

Follow AI Today Brief on LinkedIn for daily AI-engineering updates and the weekly “5 shifts that changed how developers work” PDF.

Explore

NewsDigestsConceptsGuides

Company

SubscribeAdvertiseAbout

Legal

Editorial policyAI disclosurePrivacyTerms

© 2026 AI Today Brief. All rights reserved.

  1. Home/
  2. News/
  3. Vibe coding workflow/
  4. Compile System Architecture Diagrams Directly in Cursor and Claude Code Chats
Vibe coding workflow

Compile System Architecture Diagrams Directly in Cursor and Claude Code Chats

Archify compiles system descriptions or repositories into interactive HTML/SVG architecture maps within agentic IDEs. It supports Cursor, Claude Code, and Codex, validating JSON IR before outputting verified, shareable artifacts.

August 31, 2026· 5 min read
OKCurated by Oleksandr Kuzmenko, AI Product Engineer·Updated August 31, 2026·Sources cited on every story
AI-assisted · editor-reviewed·How we use AI
Compile System Architecture Diagrams Directly in Cursor and Claude Code Chats

Impact: Medium

Why it matters

You can generate and review architecture changes as clean, interactive diagrams directly inside your AI-assisted development workflow.

TL;DR

  • 01Archify translates natural language code descriptions into verified, structured layouts directly inside agent chats.
  • 02Strict JSON IR schemas prevent layout deterioration and arrow cluttering common in generic auto-layout scripts.
  • 03Built-in visual diffing enables precise architectural tracking on code modifications and pull requests.

Key facts

v2.16.0Stable Version
72 HoursUpdate Check Interval
Stable Version
v2.16.0
Supported Formats
HTML, PNG, SVG, WebM, 1200x630 Share Cards
Update Check Interval
72 Hours

Agentic Integration and Installation

Archify is a Node.js-based rendering system designed specifically for developer tools like Cursor, Claude Code, Codex CLI, and OpenCode. To integrate it globally as a skill for Cursor, you can run:

npx -y skills add tt-a1i/archify --skill archify --agent cursor --global --copy --yes

For Codex users, use:

npx skills use tt-a1i/archify@archify --agent codex

Multi-Mode Diagram Validation

The tool supports five visual modes: Workflow, Sequence, Data Flow, Lifecycle, and Architecture. Instead of auto-layout tools that pile up arrows, Archify uses deterministic validation rules. Run validation locally with:

node bin/archify.mjs validate workflow examples/agent-tool-call.workflow.json --quality showcase --json

If validation fails, the CLI returns stable rule codes and precise repair receipts.

Visual Git Diffs

You can compare architecture states between two Git commits using:

node archify/bin/archify.mjs compare architecture base.json head.json architecture-delta.html --json

This creates a self-contained HTML page containing the visual diff (Before, Delta, and After states) with highlighted routing paths, upstream/downstream dependencies, and actor boundaries.

Try it in 2 minutes

npx -y skills add tt-a1i/archify --skill archify --agent cursor --global --copy --yes

bash

✓ When to use

  • When you want to generate system diagrams directly from natural language descriptions in Cursor or Claude Code.
  • When reviewing architecture changes during pull requests using structured Before/After visual diffs.
  • When you need interactive, verifiable SVG/HTML artifacts that link back to specific code lines.

✕ When NOT to use

  • Not for manual drag-and-drop vector editing or design brainstorming where strict schemas are restrictive.
  • Not as a replacement for real-time live infrastructure monitoring systems.

What to do today

  • →Install the Archify global skill using the npx command in your local Cursor workspace.
  • →Test visual schema validation with the provided example configurations in the examples directory.
  • →Configure visual diffing inside your CI pipeline to generate delta visual cards on pull requests.
#Cursor#Claude Code#Codex#OpenCode

Sources

  • Archify GitHub Repository
ShareShare on XShare on LinkedIn
← Previous storyAnthropic Unveils Model Hardware Standard for AI Agent Physical Device ControlNext story →Anthropic Adjusts Claude Code Standard Limits on September 14

Related stories

  • Vibe coding workflowArchitecting Understandable System Boundaries for AI-Generated Codebases
  • Vibe coding workflowMitigating AI Style Drift and Degradation in Vibe-Coding Workflows
  • Vibe coding workflowPruning LLM Yapping to Optimize Code Review Overhead in Vibe Coding
  • Vibe coding workflowGLM-5.3-Flash Executes 12-Hour Long-Horizon Asset Generation in Blender

Email digest

Get the morning AI brief

One email a day — the stories that matter for engineers, founders and tech leads. Human-edited, with links to primary sources.

  • ✓120+ sources scanned daily
  • ✓Edited by a human
  • ✓1 email per day
  • ✓EN + UA

By subscribing you agree to the privacy policy.