返回目錄

archify

維護狀態: 活躍

tt-a1i/archify

為編碼智慧體生成美觀可驗證的架構圖、時序圖與資料流圖,輸出自包含 HTML,支援動效與清晰匯出。

前往 GitHub專案首頁
$ dsh plugin --profile web add @tt-a1i/archify-dsh@0.1.0

45,456

星數

2,914

Fork

JavaScript

語言

MIT

授權條款

2026-04-15

建立於

2026-09-02

最近推送

MIT 授權的 Agent 技能,產出五種類型的可互動 diagram-as-code 系統架構圖;以社群外掛 @tt-a1i/archify-dsh 形式透過 dsh CLI 安裝進 DeepSeek Harness。

DSH 整合

相容

作者聲明

安全稽核

未稽核

最後核實

2026-08-21

授權條款

MIT

01它能幫你完成什麼?

  • Turn a repository or system description into an interactive architecture map inside DeepSeek Harness

    Interactive, shareable technical maps — architecture, workflow, sequence, data-flow and lifecycle diagrams — as self-contained HTML with PNG, SVG, WebM and 1200×630 share-card exports

    Developers and architects running DeepSeek Harness (dsh) who want agent-generated, verifiable system diagrams instead of hand-drawn boxes

  • Review architecture changes before merge with exact Before / Delta / After facts

    An architecture-delta artifact comparing two validated snapshots with exact added, removed, changed, moved, and rerouted facts plus a machine receipt

    Tech leads and reviewers using dsh for design or PR review who need grounded change evidence

  • Explore and present diagrams without inventing topology

    Grounded interactions: node search, revision-verified source links, upstream/downstream reach, exact route probes, role comparison and guided stories

    Engineers presenting or auditing system maps produced by a coding agent

02如何將外掛接入 DeepSeek Harness?

先決條件

  • Developer-preview DeepSeek Harness CLI `@deepseek-ai/dsh@0.1.0-rc.6`
  • Node.js `^22.19.0 || >=24.0.0`
  • Community opt-in integration (not an official DeepSeek product)

安裝步驟

  1. 01

    Install: `dsh plugin --profile web add @tt-a1i/archify-dsh@0.1.0`

    $ dsh plugin --profile web add @tt-a1i/archify-dsh@0.1.0

  2. 02

    Invoke: `Use the archify skill to map this repository's runtime architecture.`

  3. 03

    Remove: `dsh plugin --profile web remove @tt-a1i/archify-dsh`

    $ dsh plugin --profile web remove @tt-a1i/archify-dsh

驗證整合成功

作者未說明

03DSH 整合程度與能力邊界

DSH 整合相容

Community agent-skill plugin installed inside DeepSeek Harness via `dsh plugin --profile web add @tt-a1i/archify-dsh@0.1.0` (community opt-in, not an official DeepSeek product)

  • Five diagram types from one agent skill

    a system description or repository, via chat promptsarchitecture / workflow / sequence / data-flow / lifecycle diagrams as interactive self-contained HTML with four presets and dark/light themes

  • Atomic validation before delivery

    typed JSON IR diagram sourceschema, layout, HTML/SVG, route, and label-to-route clearance checks; failures return stable rule codes and supported repairs via `validate --json` / `deliver --json`

    `deliver` renders a same-directory candidate and atomically replaces the target HTML file only after all checks pass
  • Export & share cards

    a verified diagram (optionally with a traced route or reach)PNG to clipboard plus static or motion downloads: PNG, SVG, WebM, and 1200×630 share / route / reach cards

    export downloads files to the local machine
  • Zero-dependency CLI

    diagram JSON sources or a natural-language question`doctor`, `demo`, `guide`, `validate`, `preview`, `deliver` and `compare architecture` commands

    `preview` starts a loopback-only desktop server bound to 127.0.0.1 on a random port and watches one JSON file

04適合誰?何時不該用?

適合

  • Developers and architects running DeepSeek Harness (dsh) who want agent-generated, verifiable system diagrams instead of hand-drawn boxes
  • Tech leads and reviewers using dsh for design or PR review who need grounded change evidence
  • Engineers presenting or auditing system maps produced by a coding agent

不適合

  • The DeepSeek Harness integration is a community opt-in, not an official DeepSeek product, and targets the developer-preview `@deepseek-ai/dsh@0.1.0-rc.6` with Node `^22.19.0 || >=24.0.0`.
  • Under DeepSeek Harness, shell files need exact workspace paths — Web Produced Files are not supported.

05相容性、維護與安全提醒

  • The DeepSeek Harness integration is a community opt-in, not an official DeepSeek product, and targets the developer-preview `@deepseek-ai/dsh@0.1.0-rc.6` with Node `^22.19.0 || >=24.0.0`.
  • Under DeepSeek Harness, shell files need exact workspace paths — Web Produced Files are not supported.
  • Automatic Mermaid parsing, general-purpose auto-layout, hosted sharing, and WYSIWYG editing are intentionally outside the current scope.
2026-04-152026-08-19v2.15.0

MIT · actively maintained (latest release v2.15.0, 2026-08-17)

06常見問題

Archify 如何接入 DeepSeek Harness?是原生還是外掛?

它是社群自選(opt-in)外掛,並非 DeepSeek 官方產品。執行 `dsh plugin --profile web add @tt-a1i/archify-dsh@0.1.0` 安裝後,直接在對話中呼叫,例如:`Use the archify skill to map this repository's runtime architecture.`

需要哪些前置條件?

需要 developer-preview 版 DeepSeek Harness CLI `@deepseek-ai/dsh@0.1.0-rc.6` 和 Node.js `^22.19.0 || >=24.0.0`。另外 shell 檔案需要精確的工作區路徑,不支援 Web Produced Files。

輸出是什麼?結果方便分享嗎?

產出單一檔案 HTML 圖表(架構、工作流程、時序、資料流、生命週期),並可匯出 PNG、SVG、WebM 與 1200×630 分享卡片。每個產物在取代上一版前都會通過原子化驗證。

有遙測嗎?如何移除?

README 明確說明無遙測(No telemetry)。移除請執行 `dsh plugin --profile web remove @tt-a1i/archify-dsh`。

哪些功能明確不做?

自動解析 Mermaid、通用自動佈局、託管分享和所見即所得編輯,都被刻意排除在目前範圍之外。

08資料與來源

  • 作者聲明github.com146b6d4e16ef…

    [DSH community opt-in](integrations/deepseek-harness/README.md): `dsh plugin --profile web add @tt-a1i/archify-dsh@0.1.0…

  • 作者聲明github.com146b6d4e16ef…

    **DeepSeek Harness:** Community integration, not an official DeepSeek product; developer-preview `@deepseek-ai/dsh@0.1.0…

此頁面根據專案公開文件、儲存庫中繼資料與 DSH Plugins 的結構化解析所產生;最後核實於 2026-08-21。發現錯誤?提交更正。

🏆

最佳 DeepSeek Harness 外掛

從全目錄挑出的 12 個值得優先安裝的外掛,涵蓋各個分類。

DSH Plugins 是獨立的 DeepSeek Harness 外掛市集,與 DeepSeek 官方無關,也不代表官方背書。第三方外掛未經安全稽核,安裝前請審查原始碼。

每週取得最新的 DeepSeek Harness 外掛,絕不濫發。