Skip to content
dsh-market Browse plugins GitHub 中文

hackerFish/awesome-dsh-skills

12 tested engineering skills (git commit, code review, test-first, plugin dev, debugging, changelog, PR review, task breakdown, and more): every SKILL.md passes a format validator aligned with the official skill rules plus an isolated load smoke test.

Stars ★ 2 Category Skills Listed 2026-08-16

Install

Inside DeepSeek Harness, with dsh-market

dsh plugin --profile web add dshmarket

Or from the command line

dsh plugin --profile web add github:hackerFish/awesome-dsh-skills

Installing runs third-party code with your own permissions — it can read your files, use your credentials and reach the network. Review the source first, and pin a commit (github:owner/repo#sha) when you can.

README

15 original engineering skills (SKILL.md). Every skill passes a format validator mirroring the official @deepseek-ai/dsh-skill-filesystem rules plus an isolated-DSH_HOME load smoke test. Copy, drop in, done.

中文 · Sibling repos: dsh-lab · awesome-dsh-presets · dsh-video-studio · dsh-restart

What DSH skills are

DSH scans skill roots (~/.dsh/skills, .agents/skills, project .dsh/skills) and registers SKILL.md files into the model-visible catalog. Each skill: name (kebab-case) + description required in frontmatter; optional whenToUse / metadata / disable-model-invocation / user-invocable.

Install

git clone https://github.com/hackerFish/awesome-dsh-skills ~/dsh-skills
mkdir -p ~/.dsh/skills
cp -r ~/dsh-skills/skills/* ~/.dsh/skills/   # all, or copy individual skill dirs

Quality gates (every skill)

  1. node tools/validate-skills.mjs — field whitelist, kebab-case names, boolean value forms, single-level structure, per official rules
  2. Load smoke test in an isolated DSH_HOME (skills placed, harness booted clean)
  3. Content rule: verified facts only; no unverified "magic prompts"

Skills (15)

Skill Purpose
dsh-git-commit Conventional commits + pre-commit self-check
dsh-code-review Six-dimension structured review
dsh-test-first Red→green→refactor discipline
dsh-doc-sync Keep docs/changelog/versions in sync
dsh-plugin-dev DSH plugin dev with verified manifest/patch structures
dsh-dependency-audit Dependency & install-script risk audit
dsh-refactor-safe Baseline-first safe refactoring
dsh-debug-session DSH boot/plugin failure triage
dsh-changelog Keep a Changelog discipline
dsh-chinese-docs Chinese technical writing conventions
dsh-pr-review PR review checklist & structured feedback
dsh-task-breakdown Task decomposition with acceptance criteria
dsh-skill-adapter Adapt public portable skills to DSH discovery roots, active tools, and safety constraints
dsh-webapp-testing Browser-evidence web-app testing with console, network, server, and regression-test checks
dsh-office-artifacts Format-aware XLSX, DOCX, PPTX, and PDF creation or repair with reopen/render verification

See CONTRIBUTING.md to submit a skill. Contributors: CONTRIBUTORS.md

License

MIT

Content from the project README on GitHub ↗