dsh-skill-fuzzy
Run the following command in DeepSeek Harness:
dsh plugin install ch1bug/dsh-skill-fuzzy
Paste the following prompt into your AI chat to install this plugin:
Run dsh plugin install ch1bug/dsh-skill-fuzzy in the DeepSeek Harness terminal to install; the source repository is at https://github.com/ch1bug/dsh-skill-fuzzy
About this plugin
The built-in / skill menu in the DeepSeek Harness Web GUI only does prefix matching on skill names. Type /bug and diagnosing-bugs does not show up, because the prefix simply does not fit. dsh-skill-fuzzy removes that ceiling by porting Codex's fuzzy-match algorithm: greedy, case-insensitive ordered-subsequence matching on names, with a window bonus and start-of-string scoring that keeps prefix hits dominant. Descriptions are matched as contiguous, case-insensitive substrings only, deliberately tightened to avoid scattered-letter noise in long text.
Ranking is straightforward and predictable: name hits always precede description hits, ties break by ascending score, and the stable roster order is the final fallback. An empty query returns the full roster unchanged, so prefix behaviour never regresses. The plugin is entirely a web-client patch with no backend dependency—inject it, hard-refresh, and search.
It is a small, focused quality-of-life upgrade for anyone whose skill library has grown large enough that prefix-only search starts to frustrate.
Use Cases
- Your skill library has grown to dozens and prefix search can no longer find targets
- You want to locate a skill by a keyword in its description (e.g. regression, deploy)
- You use the / menu frequently in the Web GUI and prefix-only matching has become tedious
Best For
- DeepSeek Harness GUI users who frequently search skills via the / command
- Developers whose large skill libraries make prefix matching insufficient
- Power users who prioritize GUI search speed and accuracy
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.