Leaderboard/Diagramming/archify
Last commit on September 16, 2026·Created on April 15, 2026

tt-a1i/archify

Evaluates technical debt and feature requests through the lens of value, cost, and impact.
Combined rank
#12
across all skills
In Diagramming
#1
category rank
Stars
67.3k
+13.6% in last 7d
Forks
4.5k
Watchers
195
Traction scoreGitHub stars can be faked, so popularity alone can be misleading. Traction Score looks for broader signs of recent attention, adoption, and active maintenance.
TL;DR

Archify Review helps technical leads and maintainers make evidence-based decisions during issue triage and code reviews. It structures the evaluation of problems by weighing the immediate benefit against the long-term cost of maintenance.

By analyzing who benefits from a change and the effort required for verification, the skill transforms subjective requests into objective assessments of technical priority.

WHO IT'S FOR
Technical leads / architects
visualize system architecture and cloud topology
Backend / infrastructure engineers
map API call sequences and data pipelines
Software engineers
convert and beautify Mermaid diagrams
Maintainers / Technical leads
perform evidence-based issue triage and PR reviews
Repository contents

2 skill files

Compatible AgentsThe repository documents support for these agents. The skills may also work with other agents that can load SKILL.md files, but they may need some setup or small changes.

Use this skill collection

Follow the documented setup, then try a first task.

Setup

Global Skills CLI install

Installs: Complete Archify repository skill bundle, installed globally

Before you start
  • Node.js
  1. Run this command in a terminal to install the Archify bundle globally.

    npx skills add tt-a1i/archify -g
README.md · Checked Sep 18, 2026

Give it something to do.

Author’s example

Draw a small system flow

Uses archify

  • A plain-language system flow; replace the sample Browser, API, Redis cache, and PostgreSQL fallback with your own components if desired
Use Archify to draw: Browser -> API -> Redis cache -> PostgreSQL fallback.
archify/SKILL.md · Checked Sep 18, 2026README.md · Checked Sep 18, 2026
Suggested first task

Map a repository's runtime architecture

Uses archify

  • A repository opened in the agent workspace
Analyze this repository, then use archify to create a high-level runtime architecture diagram.
Show 8–12 core components, one primary path, external dependencies, and trust boundaries.
archify/SKILL.md · Checked Sep 18, 2026README.md · Checked Sep 18, 2026