Equinox7379/dsh-skill-search ↗★ 0
dsh-skill-search
On-demand skill search for DSH: keyword-search a shared skill library (e.g. ~/.codex/skills) with zero preloading. The AI reads only the matched SKILL.md.
AI Analysis
核心用途是让 AI 仅在匹配到特定技能时才读取对应的 Markdown 说明,避免上下文过载。适合拥有大型本地技能库的用户。
Install
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Equinox7379/dsh-skill-searchREADME
Read the full README ↗配置
在 profile 的 cordis.patch.yml 给插件行加 config 可指向多个技能库:
- insert:
- id: dsh-skill-search
name: dsh-skill-search
config:
dirs:
- C:\\Users\\Equinox\\.codex\\skills