ryasrk/dsh-awesome-skills ↗★ 1
dsh-awesome-skills
Semantic vector search over a ~6,000-skill local corpus. Ships a bundled `skill-router` skill that routes any task to the most relevant vetted playbook on demand, keeping the corpus out of the per-turn model catalog.
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:ryasrk/dsh-awesome-skills说明文档
阅读完整 README ↗Configuration
All fields optional, via a cordis.patch.yml row:
| Field | Default | Meaning |
|---|---|---|
corpusDir | ~/.dsh/awesome-skills/skills | Skill bodies (` |
| /SKILL.md`) | ||
home | OS home (os.homedir()) | Base home the router skill installs under (/.agents) |
agentsHome | /.agents | Agents home whose skills/ root the harness reads; overrides $DSH_AGENTS_HOME |
installSkillRouter | true | Install the router skill on apply |
Environment: DSH_AWESOME_SKILLS_CORPUS (corpus), DSH_AWESOME_SKILLS_INDEX
(index directory for the CLI), DSH_AGENTS_HOME (agents home; resolved the same
way the harness skill provider does, so a relocated agents home still receives
the router skill).