AI Agent Hub
Back to plugins
🧠

dsh-dev-paradigms

Memory Updated 2026.08.25

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