deepseek-harness
deepseek-ai
DeepSeek Harness: Everything is a Plugin.
PROJECT TOPICS
PROJECT README
English | 简体中文
⚡ DeepSeek Harness (DSH) Enhanced Skill Plugin: Tiered weighted fuzzy search for / commands and seamless multi-skill inline selection.
Native / Skill Trigger Lacks Fuzzy Search:
startsWith prefix filtering. Typing /review fails to match code-review, and typing /test cannot find tdd by description keywords.Chained Multi-Skill Selection:
Caveman terse style + TDD test-first cycle + Code Review standards)./<skill> and preserves input focus. Typing / immediately opens fuzzy search for the next skill, enabling rapid multi-skill composition like /caveman /tdd /code-review.dsh plugin --profile web add github:qyjgg/dsh-plugin-skill-palette
Build the plugin:
cd dsh-plugin-skill-palette
npm install
npm run build
Then configure in package.json of your profile (C:\Users\<user>\.dsh\profiles\web\package.json):
{
"dependencies": {
"dsh-plugin-skill-palette": "link:E:/work/dsh-plugin-skill-palette"
},
"dsh": {
"profile": {
"bundles": [
"...",
"dsh-plugin-skill-palette"
]
}
}
}
dsh plugin --profile web remove dsh-plugin-skill-palette
If configured locally, simply remove dsh-plugin-skill-palette from dependencies and bundles in your profile's package.json.
Type / after any whitespace in composer:
/cr or /review matches code-review and caveman-review/test matches tdd (via description)/git matches git-guardrails-claude-code and caveman-commit/ again to immediately pick the second skill;/name tokens and injects <skill_content> for every selected skill.CLASSIFICATION EVIDENCE
系统优先读取 GitHub Topics,再与站内分类词典和词根规则比对。当前命中: 无有效分类标签。