akqwpeter-prog/dsh-skill-router

akqwpeter-prog★ 0JavaScript最后同步: 2026-08-16

在 GitHub 打开

⚙️ Rule-first pre-step skill router for DeepSeek Harness: pours matched skills on high-confidence hits, stays silent otherwise. Companion executor to skill-bartender.

README 摘要

dsh-skill-router 🍸→⚙️ Rule-first pre-step skill router for DeepSeek Harness. Companion executor to skill-bartender: the skill carries the policy judgment , this plugin carries the execution . Deterministic, zero LLM calls, zero token cost until a rule actually pours. How it works - Hooks agent/pre-step , reads the latest user message. - Matches it against user-editable rules ( /.dsh/skill-router.yaml , bundled defaults in default-policy.yaml ). First match wins. - On a hit: pours the matched skill bodies into the step as skill-invocation messages — the catalog's "already loaded, don't re-load" rule applies automatically. - No hit: zero intervention. The model keeps its normal catalog flow. - Each skill pours at most once per session. Install dsh plugin --profile web add github:akqwpeter-prog/dsh-skill-router Then restart the running instance (profile bundles load at boot). Policy /.dsh/skill-router.yaml rules: - match: "(生成 画).{0,12}(图 海报 banner)" pour: [media-tools] Ordered by precision: URL-path routing first, media, delegation, workflow skills before atomics. Broken YAML falls back to bundled defaults and never breaks the session. Scope and non-goals - No LLM judge, no embeddin…

在 GitHub 查看完整 README →
Agent/智能体agent-skillsdeepseek-harnessdsh-pluginskill-routeragent

分类