ch1bug/dsh-skill-fuzzy
ch1bug★ 0JavaScript最后同步: 2026-08-15
Codex-style fuzzy skill search for the DeepSeek Harness Web GUI: /bug, /diag, /regression all find diagnosing-bugs in the / skill menu.
README 摘要
dsh-skill-fuzzy Codex-style fuzzy skill search for the DeepSeek Harness Web GUI. The built-in / skill menu only matches skill- name prefixes ( startsWith ); this plugin makes it search the way Codex does: Query Result /diag diagnosing-bugs (name prefix) /bug diagnosing-bugs (name substring) /bu diagnosing-bugs (name contiguous substring) /regression diagnosing-bugs ( description term) Matching & ranking - Names — port of Codex's fuzzy-match : greedy, case-insensitive ordered-subsequence matching with a window + start-of-string-bonus score (smaller is better; prefix hits dominate). - Descriptions — matched as contiguous, case-insensitive substrings only (deliberately tightened after field testing: scattered subsequences across a long description surfaced noise, e.g. /m01 hitting a skill whose description merely contains an m…0…1 spread). - Ordering — name-hits first → score ascending → stable roster order. Empty query returns the full roster unchanged (prefix behavior never regresses). Install Restart dsh web and hard-refresh the GUI (the boot manifest is injected at page load), then type / and search. How it works A web-client-only plugin. It wraps the built-in / skill source's can…
在 GitHub 查看完整 README →分类
A MCP server for Stata to integrate Stata into your agent.
★ 244
Nagi-ovo/dsh-find-plugins帮 DSH 搜索、安装并验证插件的 Skill|A DSH skill that finds, installs, and verifies GitHub plugins
★ 110
liustack/modsearchThe web plugin for DeepSeek Harness, and the search bridge for every model without native web access. Ask the web or X, get structured JSON evidence. | DeepSeek Harness 的 web 插件,为不能联网的模型补上搜索。问网页或 X,拿回结构化 JSON 证据(搜索、抓取、引用)。
★ 106