Home / exo101 / sd-webui-forge-agent · webui/extensions/sd-webui-agent-dev-2.4/skills/archify/SKILL.md · GitHub

archify skillA

archify is agent-read markdown (skill) from exo101/sd-webui-forge-agent: 把 WebUI 插件结构、项目结构、工作链路(工作流 / API 调用时序 / 数据流 / 状态生命周期)渲染成可交互的自包含 HTML 图表(内联 SVG,支持缩放、深浅主题、导出 PNG/JPEG/WebP/SVG/WebM)。支持 5 种图:architecture(组件/服务/边界/基础设施)、workflow(流程/审批/工具调用/CI-CD)、sequence(API 调用链/请求生命周期/异步时序)、dataflow(管道/ETL/血缘/消费者)、lifecycle(状态机/重试/等待与终止态)。当用户要求"看懂/画出来/可视化 插件结构、项目结构、工作链路",或要把 Mermaid flowchart/sequenceDiagram/stateDiagram 转成更美观的图表时使用。本技能内置在 WebUI 智能体扩展中,通过 generate_diagram / validate_diagram 工具完成渲染,无需 shell 访问。.

Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.

What the file says

# Archify(内置技能)

把一段小的、带类型的 JSON 规格渲染成自包含、可交互的 HTML 图表。
静态输出是默认行为;仅当用户明确要求演示/汇报时才启用动效。

运行时位置(扩展内置,**无需安装任何依赖**):

```
<EXT>/runtime/archify/
  schemas/<type>.schema.json + common.schema.json   字段契约
  examples/<type>-*.json                            字段形状参考(不是事实来源)
  references/authoring-contract.md                  字段枚举/间距/几何修复规则(按需读)
  references/delivery-contract.md                   交付回执字段(按需读)
```

其中 `<EXT>` 是 sd-webui-agent-dev-2.4 扩展根目录。
用 `read_workspace_file` 读取相对路径即可(如 `webui/extensions/sd-webui-agent-dev-2.4/runtime/archify/schemas/workflow.schema.json`)。
渲染一律通过智能体工具 `validate_diagram` / `generate_diagram` 完成,**不要**让用户去 shell 里手动跑 node。

## 快速创作路径(Fast authoring path)

1. **选类型**:从 5 种中挑一个最贴合问题的(见下方 Type router)。
2. **读契约**:用 `read_workspace_file` 读取三样东西——
   对应类型的 `runtime/archify/schemas/<type>.schema.json`、
   `runtime/archify/schemas/common.schema.json`、
   以及 `runtime/archify/examples/` 下同类型的一个 JSON 示例。
   只读这三个文件。示例只用来学习字段形状,不要照抄其中的事实;新图用新的稳定 ID 和贴合本项目的措辞。
   新建 workflow 用 `schema_version: 2`;只有要保留已有 workflow 的固定几何时才用 `schema_version: 1`。
3. **先写规格**:下一个动作必须写出候选 JSON 规格(用 `repair_workspace_file` 写入
…

Read the whole file at its exact version.

How to install

Latest version
mdr add exo101/sd-webui-forge-agent/archify@v2.17
Exact content
mdr add exo101/sd-webui-forge-agent/archify@sha256:bfe70f9a2f550aca

Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_a6cahlkqaa5hcipz.svg)](https://markdownregistry.com/a/art_a6cahlkqaa5hcipz)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
v2.17 latest2026-09-19 9ffc3a2 8,797 BA view

Audit of the latest version

A  17 of 17 checks passed. Deterministic, no model, same answer every run.
  • pass: Frontmatter block present
  • pass: Frontmatter declares a name
  • pass: Frontmatter declares a description
  • pass: Size between 200 bytes and 200 KB (8797 bytes)
  • pass: No zero-width or bidi control characters
  • pass: No instruction hidden inside an HTML comment
  • pass: No link to an exfiltration or paste host
  • pass: No credential-shaped string
  • pass: No instruction to send local credentials anywhere
  • pass: No text hidden with inline styles
  • pass: No prompt-injection phrasing
  • pass: No curl or wget piped into a shell
  • pass: No recursive delete of root, home or parent
  • pass: No instruction to read or print local credentials
  • pass: No base64 blob over 200 characters
  • pass: No link to a raw IP address
  • pass: No script tag

Source

GitHub

exo101/sd-webui-forge-agent · 51 stars · license none · pushed 2026-09-21 · branch master

API

GET https://markdownregistry.com/api/v1/artifacts/art_a6cahlkqaa5hcipz
GET https://markdownregistry.com/api/v1/resolve?ref=exo101/sd-webui-forge-agent/archify
GET https://markdownregistry.com/api/v1/blob/bfe70f9a2f550acaf1de302797db31b9ee244ce47f08deed0a0b3bfdf8cabcab

Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.

More from exo101/sd-webui-forge-agent

archify skill
exo101/sd-webui-forge-agent · webui/extensions/sd-webui-agent-dev-2.4/runtime/archify/SKILL.md · Create polished, validated architecture, workflow, sequence, data-flow, and lifecycle/state diagrams as explorable…
v2.17 · audit A · 51 stars
模型测试 skill
exo101/sd-webui-forge-agent · webui/extensions/sd-webui-agent-dev-2.4/skills/模型测试/SKILL.md
git:20260921.f3e8edd · audit C · 51 stars
model_tester skill
exo101/sd-webui-forge-agent · webui/model_tester/SKILL.md
git:20260921.f3e8edd · audit C · 51 stars
model_tester skill
exo101/sd-webui-forge-agent · webui/skills/model_tester/SKILL.md
git:20260921.f3e8edd · audit C · 51 stars

Every file in exo101/sd-webui-forge-agent

Other files named archify

archify skill
tt-a1i/archify · archify/SKILL.md · Create polished, validated architecture, workflow, sequence, data-flow, and lifecycle/state diagrams as explorable…
v2.17 · audit A · 71,092 stars
archify skill
anbeime/skill · skills/archify/SKILL.md · Create polished, validated architecture, workflow, sequence, data-flow, and lifecycle/state diagrams as explorable…
v2.16 · audit A · 7,173 stars
archify skill
aiskillstore/marketplace · pending/tt-a1i/archify/SKILL.md · Create polished, validated architecture, workflow, sequence, data-flow, and lifecycle/state diagrams as explorable…
v2.16 · audit A · 427 stars
archify skill
exo101/sd-webui-forge-agent · webui/extensions/sd-webui-agent-dev-2.4/runtime/archify/SKILL.md · Create polished, validated architecture, workflow, sequence, data-flow, and lifecycle/state diagrams as explorable…
v2.17 · audit A · 51 stars
archify skill
jialuohu/codex-toolbox · plugins/diagram-tools/skills/archify/SKILL.md · Create graphical architecture, workflow, sequence, data-flow, and lifecycle maps as interactive Archify HTML. Use…
git:20260920.46ff053 · audit A · 11 stars
archify skill
tamnguyendinh/anvien · internal/aicontext/skills/archify/SKILL.md · Create polished, validated architecture, workflow, sequence, data-flow, and lifecycle/state diagrams as explorable…
v2.16 · audit A · 10 stars
archify skill
cskwork/supergoal-skill · skills/supergoal/templates/archify/SKILL.md · Create architecture, workflow, sequence, data-flow, and lifecycle/state diagrams as self-contained HTML with inline…
git:20260812.01a3a70 · audit B · 4 stars
archify skill
chancegraff/rules-for-claude · skills/archify/SKILL.md · Create polished, validated architecture, workflow, sequence, data-flow, and lifecycle/state diagrams as explorable…
v2.17 · audit A · 4 stars

Browse by kind, by grade A, or by owner.