AI Agent Hub
Back to plugins
⚙️

dsh-codebase-scanner

Workflow Updated 2026.08.25

Run the following command in DeepSeek Harness:

dsh plugin install satan9394/dsh-codebase-scanner

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

Run dsh plugin install satan9394/dsh-codebase-scanner in your terminal to install; the full source code is available at https://github.com/satan9394/dsh-codebase-scanner

About this plugin

In a DeepSeek Harness agent workflow, an agent often needs codebase-level context between reasoning steps, yet manual retrieval is slow and hard to slot into an automated pipeline. dsh-codebase-scanner is a workflow plugin built for exactly this: it exposes codebase scanning as a callable step, giving agents a structured snapshot to reason over instead of blindly iterating over files.\n\nAs a lightweight agent-workflow plugin, its role is focused and composable. It injects a single, standardized scanning call into the pipeline so that downstream steps can build on the results. This keeps scanning logic out of ad-hoc scripts and preserves the workflow's modularity and traceability.\n\nIt is well suited for developers assembling or refining multi-step DeepSeek Harness workflows who need codebase context in the reasoning stage without pulling in a heavyweight retrieval service. Mount the plugin in the workflow definition and you get a clean, consistent scanning entry point ready for the next stage.

Use Cases

  • Providing a codebase snapshot before multi-step reasoning
  • Replacing manual file traversal in automated pipelines
  • Feeding scan results into downstream generation steps

Best For

  • Developers building multi-step DeepSeek Harness workflows
  • Teams needing codebase context without heavyweight retrieval services
  • Engineers composing modular and traceable agent pipelines