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.
AI 분석
核心用途是通过语义检索将任务路由至最相关的本地技能剧本,避免污染单次对话的上下文。适合拥有庞大本地技能库、需要高效技能调度的重度用户。
설치
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:ryasrk/dsh-awesome-skillsConfiguration
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).