AI Agent Hub
Back to plugins
🖥️

dsh-plugin-skill-palette

Client Updated 2026.09.03

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