GongYuanCaiJi/dsh-claude-skills ↗★ 0
dsh-claude-skills
362 个技能库(移植自 alirezarezvani/claude-skills)
安装
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:GongYuanCaiJi/dsh-claude-skills说明文档
阅读完整 README ↗🧠 dsh-claude-skills
362 个 Claude Code 技能库,移植(port)进 DeepSeek Harness —— 工程、产品、营销、 合规、C-level 咨询、研究与日常生产力的开箱即用技能包。 技能正文与上游 alirezarezvani/claude-skills 逐字一致,原样保留,一字未改。
中文
功能
- 📦 362 个技能、88 个插件域:工程(含 25 个 POWERFUL 进阶技能)、产品、营销 (含 AEO 引擎优化)、监管与质量、C-level 顾问(完整 C-suite)、研究(litreview / grants / patent / deep-research 等)、生产力(capture / reflect / handoff / deep-work / meetings)、金融、商业运营与增长、Markdown→HTML 等 18 个领域。
- 🐍 658 个 Python 工具(规范树内 .py 文件实测;上游 marketplace 宣称 644):绝大多数 stdlib-only;少数技能需要 pip 依赖(PyYAML、torch/onnx、PIL、requests/bs4/pandas、firecrawl,见对应技能说明)。
- 🧩 SKILL.md 原生格式:每个技能是
/SKILL.md目录包(正文 + scripts + references + assets),dsh 按标准发现。 - 🔒 自带 Skill Security Auditor:安装前扫描技能的命令注入 / 数据外送 / 提示注入。
效果
安装后所有技能进入 dsh 的全局技能层,在任何 dsh 界面(Web / TUI / headless)都能按名调用:
Using the senior-architect skill, review our microservices architecture
and identify the top 3 scalability risks.
安装
仓库未发布到 npm,用 GitHub 安装(git 安装可能触发 pnpm 的 build-script 白名单;
若被拦截,dsh 会打印要补到该 profile 的 pnpm-workspace.yaml allowBuilds
下的确切 key,补上后重跑同一条命令即可。本包无构建步骤,多数环境不需要):
dsh plugin --profile add github:GongYuanCaiJi/dsh-claude-skills
本地路径安装(先 npm install):
git clone https://github.com/GongYuanCaiJi/dsh-claude-skills.git
cd dsh-claude-skills && npm install
dsh plugin --profile add .
使用
技能按领域分目录保留(engineering/skills/、marketing-skill/skills/……),
dsh 的发现规则是单层 ,因此每个领域目录都是一个注册根。
安装后直接按技能名调用即可;不知道用哪个时,让模型浏览技能目录或直接描述任务。