ディレクトリに戻る

archify

メンテナンス: 活発

tt-a1i/archify

アーキテクチャ図、ワークフロー図、シーケンス図、データフロー図などを動きのある自己完結型 HTML として生成し、鮮明に書き出せるエージェントスキル

GitHub で見るホームページ
$ dsh plugin --profile web add @tt-a1i/archify-dsh@0.1.0

55,860

スター

3,655

フォーク

JavaScript

言語

MIT

ライセンス

2026-04-15

作成日

2026-09-08

最終プッシュ

MIT ライセンスのエージェントスキル。5種類の検証済み 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

02DeepSeek 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 にどう接続しますか?ネイティブですか、プラグインですか?

コミュニティ提供のオプトインプラグインで、DeepSeek 公式製品ではありません。`dsh plugin --profile web add @tt-a1i/archify-dsh@0.1.0` でインストールし、チャットで `Use the archify skill to map this repository's runtime architecture.` のように呼び出します。

必要な前提条件は何ですか?

開発者プレビュー版の DeepSeek Harness CLI `@deepseek-ai/dsh@0.1.0-rc.6` と Node.js `^22.19.0 || >=24.0.0` が必要です。またシェルファイルには正確なワークスペースパスが必須で、Web Produced Files はサポートされていません。

出力は何で、結果は共有できますか?

自己完結型 HTML の図(アーキテクチャ、ワークフロー、シーケンス、データフロー、ライフサイクル)を生成し、PNG・SVG・WebM・1200×630 のシェアカードとして書き出せます。すべての成果物は前回の一覧性の高い出力を置き換える前にアトミックな検証を通過します。

テレメトリはありますか?アンインストール方法は?

README では「No telemetry」と明記されています。削除は `dsh plugin --profile web remove @tt-a1i/archify-dsh` を実行してください。

意図的にスコープ外の機能はありますか?

Mermaid の自動パース、汎用オートレイアウト、ホスト型共有、WYSIWYG 編集は、いずれも現在のスコープ外と明記されています。

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。誤りを見つけた場合は、修正を送信してください。

🏆

dsh プラグイン おすすめ

最初に入れたい 12 のプラグイン。全カタログ・全カテゴリから厳選しました。

DSH Plugins は DeepSeek Harness プラグインの独立したコミュニティ ディレクトリです。DeepSeek との提携・公認はありません。サードパーティ製プラグインはセキュリティ監査を受けていません。インストール前にソースコードをご確認ください。

DeepSeek Harnessの新着プラグインを毎週お届け。スパムはありません。