AI Agent Hub
Back to plugins
⚙️

dsh-archscope

Workflow Updated 2026.08.26

Run the following command in DeepSeek Harness:

dsh plugin install lvxinrong/dsh-archscope

Paste the following prompt into your AI chat to install this plugin:

Please install this plugin in DeepSeek Harness using the command dsh plugin install lvxinrong/dsh-archscope, with the source code located at https://github.com/lvxinrong/dsh-archscope.

About this plugin

ArchScope is a deep architecture reconnaissance plugin designed for DeepSeek Harness to address the common "locally correct, globally wrong" issue AI agents face when navigating unfamiliar large codebases. Moving beyond simple directory browsing or vague summaries, ArchScope employs a layered analysis model—from system worldview down to concrete code paths—providing a complete evidence collection and verification process. It supports multi-repository concurrent scanning, deterministic validation, and recoverable execution environments, ensuring every architectural inference is backed by verifiable source code evidence.

Use Cases

  • Quickly grasp the overall architecture when taking over large legacy systems.
  • Verify dependencies and call chains between microservices.
  • Generate architecture documentation and models backed by evidence.

Best For

  • Engineers responsible for system refactoring and architectural evolution.
  • AI assistants that need to deeply understand code logic.
  • Technical experts conducting technical research and codebase reviews.