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.
Install
# from GitHub (first run asks for allowBuilds approval — follow the hint, retry)
dsh plugin --profile web add github:hackerFish/awesome-dsh-skills
Any plugin you install runs third-party code with your own permissions — it can read your files, use your credentials, and reach the network, and tool approvals don’t sandbox it. GitHub-sourced plugins also run build scripts at install time. Only install sources you trust, and pin a commit (github:owner/repo#sha).
README
12 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
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)
node tools/validate-skills.mjs— field whitelist, kebab-case names, boolean value forms, single-level structure, per official rules- Load smoke test in an isolated
DSH_HOME(skills placed, harness booted clean) - Content rule: verified facts only; no unverified "magic prompts"
Skills (12)
| 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 |
See CONTRIBUTING.md to submit a skill.
License
Links
More in this category
GanyuanRan/Aegis★ 1024
Software-engineering method pack for coding agents, with skills for baseline-first planning, systematic debugging, prompt hygiene, verification before completion, and repair/retirement tracking.
superdesigndev/superdesign-skill★ 421
Design skill for UI and marketing graphics on the Superdesign canvas: reads the repo for context, extracts its design system, then generates and iterates branchable design drafts, flow pages, and reusable components through the Superdesign CLI.
Ikalus1988/MisakaNet★ 391
Failure-recovery memory: search and record failure-recovery lessons from real engineering sessions, with BM25 + semantic RAG retrieval and a lessons knowledge base.
Vladimir-Human/humanizer-ru#dsh★ 100
Cleans AI traces from Russian text: finds chatbot copy-paste artefacts (ChatGPT, Gemini, Grok, Perplexity, DeepSeek) and rewrites the text into natural prose on request; 39 regex markers with an evidence registry, offline, text-only bundle.
dhicoc/dsh-reverse-skill★ 20
Complete reverse-skill pack (85 SKILL.md) as a DeepSeek Harness Cordis plugin: reverse engineering, authorized pentesting and security-research skill router.
zhaiyateng/dsh-design-skills★ 10
Design-aesthetics skill pack (10 styles: dark SaaS, minimal white, neumorphism, brutalism, glassmorphism, Japanese minimal, bento grid, cyberpunk, vaporwave, art deco) with runnable landing-page demos: tokens, component rules, forbidden lists, and acceptance checklists per style.