dsh-dev-paradigms
Run the following command in DeepSeek Harness:
dsh plugin install uckkk/dsh-dev-paradigms
Paste the following prompt into your AI chat to install this plugin:
Install it by running dsh plugin install uckkk/dsh-dev-paradigms; the full source is available at https://github.com/uckkk/dsh-dev-paradigms
About this plugin
When discussing architecture or reviewing code, it is common to need a quick definition of a programming paradigm whether that is object-oriented, functional, logic, or a more specific variant. dsh-dev-paradigms persists those definitions as local entries so you can pull them up in the current session without firing up a browser or searching lecture notes.
The plugin exposes two lightweight tools: list_paradigms enumerates every stored paradigm entry, and get_paradigm retrieves the full detail of a single entry by its id or name. The entire implementation is pure Node with zero network calls, keeping data local, latency low, and behavior predictable.
If you are studying multiple paradigms in depth, want to reference canonical definitions during pair programming or design reviews, or simply prefer a lightweight, offline-first memory layer, this plugin offers a focused starting point for keeping paradigm knowledge just a tool call away.
Use Cases
- Quickly pulling up paradigm definitions during code reviews
- Comparing paradigm characteristics in architecture discussions
- Retrieving paradigm knowledge offline in any environment
Best For
- Developers systematically studying multiple paradigms
- Architects who reference paradigm definitions in conversations
- Engineers who prefer zero-dependency, offline tools
Related Plugins
Traceable, searchable cross-session memory for AI agents that turns conversation knowledge into a typed knowledge graph and recalls relevant subgraphs instead of replaying full history, natively integrated with DeepSeek Harness.
Gives DSH AI cross-session long-term memory, to-do and skill management, plus multi-session orchestration, external AI delegation, and an infinite canvas that grows with you.
dsh-mnemon is a three-tier, pluggable, Agent-driven memory system for DeepSeek Harness, combining Runtime memory, Project Documents, and replaceable Memory Spaces with nine long-term providers.
An opinionated, zero-infrastructure file-based memory protocol: human-readable markdown files plus a bounded always-loaded index, curation discipline, and no database or embeddings.