bitterSmilezzz/dsh-skill-manager ↗★ 1
dsh-skill-manager
DeepSeek Harness plugin: manage user skills (~/.dsh/skills) via slash commands and the skill_manage tool.
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:bitterSmilezzz/dsh-skill-manager说明文档
阅读完整 README ↗Usage
Slash commands (human, in the composer)
| Command | What it does |
|---|---|
/skills | List your user skills and their model/user invocation flags. |
/skill-remove | Delete a user skill by name. |
The skill_manage tool (the model)
Ask the agent to manage a skill and it calls skill_manage:
list— list user skills.get(name) — read one skill's instructions.save(name,description,content, optionalwhenToUse,modelInvocable,userInvocable,originalNamefor rename) — create or update a skill.remove(name) — delete a skill.
For example: "Create a skill named code-review that reviews a diff for correctness and style."
Configuration
| Row | Field | Default | Meaning |
|---|---|---|---|
skill-manager | dshHome | $DSH_HOME, then ~/.dsh | Harness home whose skills directory is managed. |