ryasrk/dsh-awesome-skills1

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.

包名
dsh-awesome-skills
版本
0.1.0
最近更新
2026年9月3日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:ryasrk/dsh-awesome-skills

Configuration

All fields optional, via a cordis.patch.yml row:

FieldDefaultMeaning
corpusDir~/.dsh/awesome-skills/skillsSkill bodies (`
/SKILL.md`)
homeOS home (os.homedir())Base home the router skill installs under (/.agents)
agentsHome/.agentsAgents home whose skills/ root the harness reads; overrides $DSH_AGENTS_HOME
installSkillRoutertrueInstall 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).