Releases: xiaoxiaosrm/dsh-mattpocock-skills
Releases · xiaoxiaosrm/dsh-mattpocock-skills
Release list
v0.3.0
Fixed
- Skills were invisible on the DSH web surface. The bundle's
cordis.patch.ymlappendedcustomSkillDirsto the shared hostskill-filesystemrow, but the web profile ships that rowdisabled: true("presets own local discovery"), so none of the 25 skills loaded in the web UI. This release instead registers a dedicated hostskill-filesysteminstance (skill-filesystem-mattpocock,providerName: mattpocock,includeDefaultRoots: false) into DSH's global skill layer, so the set loads in every surface (web, TUI, headless). Verified withdsh --profile web --dump-config.
Changed
package.jsonversion0.2.0→0.3.0.- README install/verify commands now reference
skill-filesystem-mattpocockand the v0.3.0 tarball.
Install
dsh plugin --profile web add https://github.com/xiaoxiaosrm/dsh-mattpocock-skills/releases/download/v0.3.0/mattpocock-community-dsh-engineering-skills-0.3.0.tgzv0.2.0 — Productivity skills added (25 skills total)
v0.2.0 — Productivity skills added (25 skills total)
⚠️ Unofficial adaptation — not the upstream project
This is a community adaptation of mattpocock/skills
(MIT, © Matt Pocock), re-packaged for DeepSeek Harness (DSH).
- We did NOT write these skills. All skill bodies are preserved verbatim from
the upstream repo. We only re-arranged them into DSH's skill layout and
wrapped them in a DSH bundle plugin. - If you like these skills, star the upstream repo:
https://github.com/mattpocock/skills - Full license & attribution: see LICENSE (upstream copyright retained).
What's in this release
25 skills (74 files), installable as a DSH bundle plugin:
- Engineering (18): ask-matt, code-review, codebase-design,
diagnosing-bugs, domain-modeling, grill-with-docs, implement,
improve-codebase-architecture, prototype, research, resolving-merge-conflicts,
setup-matt-pocock-skills, tdd, to-spec, to-tickets, triage, wayfinder, wizard - Productivity (7): teach (user-invocable via
/teach), grill-me, grilling,
handoff, to-questionnaire, wait-what, writing-for-agents
Install
dsh plugin --profile web add https://github.com/xiaoxiaosrm/dsh-mattpocock-skills/releases/download/v0.2.0/mattpocock-community-dsh-engineering-skills-0.2.0.tgz
# restart the profile, then:
# model-invocable skills → auto-available in the agent's skill catalog
# user-invocable skills → pick from the / slash menu or type /nameRequires DeepSeek Harness (Node >= 20). See README for invocation details.
Changes
- 0.2.0: added Productivity category (teach, grill-me, grilling, handoff,
to-questionnaire, wait-what, writing-for-agents); README invocation guide;
CHANGELOG added - 0.1.0: initial Engineering 18-skill bundle
Assets
mattpocock-community-dsh-engineering-skills-0.2.0.tgz— the distributable
bundle (upload to this release)