dsh plugins中文
← Back to popular plugin directory

Manage DeepSeek Harness configuration files

asdf17128/dshp · skills

Manage DeepSeek Harness profiles — list, create, clone, diff, and share a whole dsh setup as one portable file.

★ 1GitHub stars
0Forks
2026-08-16Last updated
JavaScriptLanguage
MITLicense

Project overview

dshp Share a whole DeepSeek Harness setup as one file. Why

dsh boots profiles and forwards installs to pnpm. It cannot create an empty profile, list the ones you have, copy a working setup before you experiment on it, or hand a setup to someone else — that is all manual work under /.dsh/profiles today.

Which matters, because "everything is a plugin" means your setup is a stack of layers, and the useful unit to share is the whole stack, not one plugin at a time. Share a setup

Install command

dsh plugin --profile web add github:asdf17128/dshp
View GitHub repository ↗Back to popular plugin directory