dugujun3-cloud/dsh-creator-skills ↗★ 0
dsh-creator-skills
Bundled creator & solo-business skills for DeepSeek Harness: user operations, solo business system, knowledge products, work bootstrap and diagnostics. 11 Agent Skills, zero deps, MIT.
安装
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:dugujun3-cloud/dsh-creator-skills说明文档
阅读完整 README ↗dsh-creator-skills
Bundled creator & solo-business skills for DeepSeek Harness (DSH).
11 installable Agent Skills for Chinese content creators and solo founders: user operations, solo-business system, knowledge-product building, diagnostics, and work bootstrap. One dsh plugin add — zero dependencies, all MIT.
While the DSH skill-pack ecosystem is mostly developer/engineering oriented (reverse engineering, coding methodology, research), this pack targets the business side: creators, operators and one-person companies.
Packaged skills
| Skill | Status | What it does |
|---|---|---|
| user-operations-playbook | Stable | User lifecycle, growth, retention, memberships, CRM and customer success |
| ai-work-bootstrap | Stable | Push vague, resisted or delayed work into a deliverable task |
| ai-interview-copilot | Stable | Evidence-driven interview prep, mock and review |
| retention-ltv-diagnostic-starter | Stable | Repurchase, retention, observation-window value and experiment diagnosis |
| membership-activity-roi-checker | Stable | Incremental ROI and budget decisions for membership campaigns |
| ai-delivery-over-chat | Stable | Turn "chat-like AI" into a deliverable closed loop |
| dugujun-account-analysis | Beta | Content account data analysis, attribution and experiment plans |
| dugujun-solo-business-system | Beta | Solo-business positioning, validation, delivery, pricing and acquisition |
| getnote-blogger-batch-import | Beta | Resumable batch import of Dedaobrain blogger content |
| expertise-to-tool | Beta | Co-create domain judgment into a single-file HTML tool |
| diagnostic-product-builder | Beta | Turn methods into a three-layer product: self-test, calibration, manual |
Install
Requires DeepSeek Harness dsh >= 0.1.0-rc.6 (the skill capability family — dsh-skill / dsh-tool-skill — is mounted in the standard profile).
Option A — via dsh plugin (recommended, auto-applies the bundle patch)
dsh plugin --profile web add dsh-creator-skills
Option B — manual (pnpm)
pnpm --dir ~/.dsh/profiles/web add github:dugujun3-cloud/dsh-creator-skills
Then register in cordis.patch.yml (or let dsh plugin add do it):
- insert:
- id: dsh-creator-skills
name: dsh-creator-skills
# optional:
# config:
# providerName: my-provider-name
# skillsDir: /absolute/path/to/skills
Restart DSH web. The 11 skills appear in the skill catalog and are loadable via the skill tool — ask "一人公司复盘" or "帮我做个用户运营诊断" and the relevant skill is picked up.
How it works
dsh.bundle+cordis.patch.ymlmount a Cordis plugin rowapplyregisters a skill provider onctx.skills(same pattern as dsh-praxis, MIT)- The stock
dsh-tool-skillconsumer turns the provider into the model-facing catalog and loader — no fork, no patch of official code - Skills are standard Agent Skills (
skills//SKILL.md+ optional assets/scripts/references), served throughresourceBasedirectories
Source of truth
The upstream authoring repo is dugujun3-cloud/dugujun-ai-skills (MIT). This pack is the DSH-specific distribution; update skills there, regenerate here.
Development
node test-host.mjs # 17 assertions: frontmatter, scanning, provider list/get
License
MIT © dugujun3-cloud. Individual skills carry their own LICENSE / THIRD_PARTY_NOTICES inside each skill directory.
中文简介
dsh-creator-skills 是一个 DeepSeek Harness(DSH)插件:一条命令安装 11 个中文内容创作者 & 一人公司业务技能(用户运营、一人公司系统、知识产品、工作推进、商业诊断等),全部为 Agent Skills 标准格式、零依赖、MIT。
- 区别于生态里清一色的开发者向技能包(逆向工程、写码方法论、研究类),本包面向业务侧:创作者、运营者、一人公司的真实工作流。
- 技能自动进入 DSH 技能目录,通过
skill工具按需加载(例如 "一人公司复盘"、"用户运营诊断"、"把判断做成工具")。 - 真源仓库:dugujun3-cloud/dugujun-ai-skills(MIT)——技能更新在真源仓库,本插件是其 DSH 分发形态。
安装:
dsh plugin --profile web add dsh-creator-skills
# 或手动:pnpm --dir ~/.dsh/profiles/web add github:dugujun3-cloud/dsh-creator-skills
重启 DSH 后,在会话中直接说出技能触发场景即可调用。
License
MIT