dsh-data-structures
Run the following command in DeepSeek Harness:
dsh plugin install uckkk/dsh-data-structures
Paste the following prompt into your AI chat to install this plugin:
Run dsh plugin install uckkk/dsh-data-structures inside DeepSeek Harness to install this plugin; the source code is hosted at https://github.com/uckkk/dsh-data-structures.
About this plugin
When you talk through algorithms and code with an AI assistant, data structures are the backbone of every discussion, yet the descriptions you get back are often fragmented and inconsistent. dsh-data-structures packages common data structures into a set of structured, searchable knowledge entries so every reference in your conversation has a concrete source.
The plugin registers two tools you can call right away. list_ds returns a full catalogue of entries with both Chinese and English names. get_ds lets you drill into any single entry by its id or name for the complete details. Everything runs on a pure Node.js implementation with zero network calls, so it works fully offline with no proxy or API key required.
Whether you are preparing for exams, polishing for technical interviews, or simply want to feed a structured data-structure context into your AI-assisted coding workflow, this plugin turns scattered concepts into a clean, at-a-glance reference you can pull from mid-conversation.
Use Cases
- Quickly look up data structure definitions and traits mid-conversation
- Systematically review common data structures before a technical interview
- Feed structured data-structure context into an AI coding assistant
Best For
- Students preparing for CS fundamentals or data-structure exams
- Developers who need on-the-fly reference to data-structure details
- Practitioners enriching AI sessions with structured domain knowledge
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.