dsh-shuffle
Run the following command in DeepSeek Harness:
dsh plugin install uckkk/dsh-shuffle
Paste the following prompt into your AI chat to install this plugin:
Run dsh plugin install uckkk/dsh-shuffle in your DeepSeek Harness terminal to install this plugin; the full source is at https://github.com/uckkk/dsh-shuffle
About this plugin
Shuffling array elements is a small but frequent task inside a conversation session—reordering quiz questions, random sampling, generating permutations. Rolling sort combined with Math.random every time is tedious, easy to get subtly wrong, and clutters your workflow with boilerplate. dsh-shuffle wraps that single concern into a ready-to-use tool: pure Node.js, zero network dependencies, one call and you hold a shuffled array.
Its capability is deliberately narrow: take an array of any element type, return a new array whose elements are randomly reordered, and leave the original untouched. There are no configuration knobs and no external requests. The design goal is a lightweight, side-effect-free shuffling step that plugs straight into an inference session without ceremony.
It fits developers and researchers who need quick array shuffling, random sampling, or permutation generation within a session—whether reordering a question bank, splitting data samples randomly, or producing a random sequence. dsh-shuffle lets you skip the repetitive code and keep your attention on the logic that actually matters.
Use Cases
- Reorder quiz questions or answer choices
- Perform random sampling or data splits
- Generate random permutations quickly in a session
Best For
- Developers who need quick array shuffling in a session
- Researchers who need random sampling or permutation generation
- Practitioners who want to avoid handwritten shuffle boilerplate
Related Plugins
A unified suite combining hot runtime injection, task-aware thinking-mode routing, and a graded session protocol with red-team gates to sustain model diligence across long-horizon inference.
ModLens is a vision plugin for DeepSeek Harness that gives text-only models sight by reading images pasted directly into chat, with zero-config setup and multiple vision engines.
On-demand vision for text-only DeepSeek Harness agents: built-in free keyless vision chain and 14 vision tools, routing image turns as tool calls to vision models with pixel fidelity, no Python needed, one-command install.
Give text-only models in DeepSeek Harness eyes, enabling image Q&A, long-screenshot OCR, UI restoration, and GUI visual tasks.