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
mdr add exo101/sd-webui-forge-agent/archify@v2.17mdr add exo101/sd-webui-forge-agent/archify@sha256:bfe70f9a2f550acaPin 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.
[](https://markdownregistry.com/a/art_a6cahlkqaa5hcipz)
1 badge views in 30 days
Versions
Audit of the latest version
- 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
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
Every file in exo101/sd-webui-forge-agent