dsh-codebase-scanner
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
Related Plugins
A method pack that makes AI coding agents plan against your real baseline, prove completion with fresh evidence, and reduce reworks and unsafe changes.
Turns the DeepSeek Harness session into a captain that builds a durable sub-agent team, splits goals into dependency-aware tasks, and coordinates work via direct messages and a live Web UI.
Gives coding agents design judgment, letting Claude Code, Cursor, and 70+ agents generate and iterate high-quality UI, presentations, and graphics right from the terminal.
Run the Pi ecosystem's plugins on DeepSeek Harness, unmodified, via a compatibility layer that implements Pi's public extension ABI on DSH's native services.