Skip to content

Releases: xiaoxiaosrm/dsh-mattpocock-skills

v0.3.0

Choose a tag to compare

@xiaoxiaosrm xiaoxiaosrm released this 14 Aug 13:40

Fixed

  • Skills were invisible on the DSH web surface. The bundle's cordis.patch.yml appended customSkillDirs to the shared host skill-filesystem row, but the web profile ships that row disabled: true ("presets own local discovery"), so none of the 25 skills loaded in the web UI. This release instead registers a dedicated host skill-filesystem instance (skill-filesystem-mattpocock, providerName: mattpocock, includeDefaultRoots: false) into DSH's global skill layer, so the set loads in every surface (web, TUI, headless). Verified with dsh --profile web --dump-config.

Changed

  • package.json version 0.2.00.3.0.
  • README install/verify commands now reference skill-filesystem-mattpocock and 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.tgz

v0.2.0 — Productivity skills added (25 skills total)

Choose a tag to compare

@xiaoxiaosrm xiaoxiaosrm released this 14 Aug 06:20

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 /name

Requires 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)