boomzikazita/dsh-skill-authoring ↗★ 0
dsh-skill-authoring
DSH skill authoring toolkit: scaffold new skills and audit them against a 9-gate quality checklist(skill 创建脚手架 + 9 项质量门禁审计)
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:boomzikazita/dsh-skill-authoring说明文档
阅读完整 README ↗使用流程示例
你: 帮我做一个「周报生成」的 skill
agent: ① skill_check_name("weekly-report") → ✓ 命名合规
② skill_scaffold(name, description) → 骨架落盘 ~/.dsh/skills/weekly-report/
③ 填充 SKILL.md 各节
④ skill_audit("weekly-report") → 7/9,缺 Examples / 验证路径
⑤ 补全后再审计 → 9/9 ✓ 完成