dsh-dev-frameworks
Run the following command in DeepSeek Harness:
dsh plugin install uckkk/dsh-dev-frameworks
Paste the following prompt into your AI chat to install this plugin:
Run dsh plugin install uckkk/dsh-dev-frameworks in your terminal to install the plugin; source code is available at https://github.com/uckkk/dsh-dev-frameworks
About this plugin
When building agent workflows, pulling in programming-framework knowledge on the fly is a constant pain point. Flipping through documentation or calling external APIs breaks the automation loop and introduces network latency. dsh-dev-frameworks embeds a local catalog of programming-framework entries directly into your session, so your agent can retrieve framework information instantly without any outbound network call.
Two tools are exposed at the core: list_framework browses every entry in the programming-framework catalog, and get_framework lets you drill into a specific entry by its id or name. Together they give you both a bird's-eye view of available frameworks and targeted detail lookup, making it straightforward to reference framework data dynamically inside automated pipelines.
If you are assembling agent-driven development workflows and prefer lightweight, dependency-free utilities that run entirely in pure Node with zero network dependency, dsh-dev-frameworks is a practical fit. It keeps your toolchain minimal while delivering reliable, local framework lookups for teams that value determinism and simplicity.
Use Cases
- Auto-retrieving framework entry details before an agent generates code
- Quickly locating a specific programming framework by name inside a workflow
- Providing framework reference data to an agent in a network-isolated sandbox
Best For
- Engineers building agent-driven development pipelines
- Developers who prefer zero-dependency, pure-Node utilities
- Teams running automated workflows in offline or network-restricted environments
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.