dsh-plugin-skill-palette
Run the following command in DeepSeek Harness:
dsh plugin install qyjgg/dsh-plugin-skill-palette
Paste the following prompt into your AI chat to install this plugin:
Run dsh plugin install qyjgg/dsh-plugin-skill-palette in DeepSeek Harness to install this plugin; the source repository is available at https://github.com/qyjgg/dsh-plugin-skill-palette
About this plugin
The native slash-command matching in DSH only performs startsWith prefix filtering. Type /review and code-review never shows up; type /test and tdd stays hidden behind its description. For developers who chain multiple skills into complex pipelines, that one-character mismatch is a genuine throughput tax.
skill-palette bundles a four-tier weighted fuzzy matching engine covering exact prefix, subsequence and word boundaries, full-text keyword search across descriptions, and subsequence fuzzy, so recall degrades gracefully instead of failing outright. Picking a skill appends a trailing space and keeps input focus; press slash again and the next dropdown is ready in milliseconds. Composing /caveman /tdd /code-review takes only a handful of keystrokes. On submit, the DSH host pre-step hook extracts every /name token and injects the corresponding context for each selected skill.
If you build multi-skill workflows in DSH day in and day out and want slash-command recall to feel like a search engine rather than a prefix filter, this plugin is worth a look.
Use Cases
- Type /cr and code-review appears, removing the need to memorize full names
- Select multiple skills back-to-back to compose /caveman /tdd /code-review in seconds
- Description-keyword matching surfaces skills even when the prefix differs
Best For
- Developers who rely on slash commands in DSH every day
- Engineers who chain multiple skills for code review, TDD, and other complex workflows
- Heavy DSH users who want search-engine-quality command recall
Related Plugins
A service-oriented sidebar framework for DSH, offering a full workbench with file explorer, embedded browser, real terminal, Git panel, and extensible plugin services.
A beautiful, practical Claude Code-style TUI plugin with pixel whale top bar, flowing glow title, real-time status line, streaming thought expansion, time rewind, context progress bar and TPS gauge — zero core changes.
The plugin market for DeepSeek Harness: browse/search/one-click install community plugins and themes, with updates, backup/restore, hot disable, diagnostics, and AI fix.
A persistent whale widget on the DSH web UI that shows DeepSeek balance, today's usage, and per-turn cost, with drag-and-snap and sound effects.