dsh-mattpocock-skills
Verified@maoleijin/dsh-mattpocock-skills · v0.1.0 · MIT
Continuously synchronized Matt Pocock skills for DeepSeek Harness, with a verified DSH adaptation overlay.
Install
dsh plugin add @maoleijin/dsh-mattpocock-skills Confirm the layer applied with dsh --profile default --dump-config — see the install guide.
Source
Tags
Creators
Readme
dsh-mattpocock-skills
Matt Pocock's engineering skills, packaged for DeepSeek Harness with a verified DSH adaptation overlay and automated upstream synchronization.
What this package provides
- All 37 skills currently present upstream, plus the
dsh-workflowguide. - A read-only
ctx.skillsprovider with lazy loading and invocation-policy preservation. - DSH adaptations applied in memory while vendored upstream files remain byte-identical.
- Exact-match validation: changed upstream wording fails instead of silently producing a partial adaptation.
- Cross-platform synchronization, generated manifests, tests, and scheduled update pull requests.
This project combines work from NmouZh/dsh-mattpocock-skills and auggie246/dsh-mattpocock-skills. The original skills are MIT licensed and authored by Matt Pocock. See LICENSE and vendor/VENDOR.md.
Install
DSH Web
npx --yes @deepseek-ai/dsh plugin --profile web add @maoleijin/dsh-mattpocock-skills
Restart dsh web, refresh the page, and open a new session. Verify with:
npx --yes @deepseek-ai/dsh --profile web --dump-config | Select-String "mattpocock"
DSH Desktop
DSH Desktop exclusively manages its profile. Open its plugin-management window, enter the npm package name below, inspect the preview, and confirm installation:
@maoleijin/dsh-mattpocock-skills
Completely quit and reopen DSH Desktop, then start a new session. Desktop does not accept filesystem paths or GitHub URLs in the package field.
See docs/installation.md or run scripts/install-web.bat on Windows.
Use
Start with:
/dsh-workflow
/setup-matt-pocock-skills
Common user-started flows include /ask-matt, /grill-with-docs, /to-spec, /to-tickets, /implement, and /wayfinder. Model-invocable disciplines include tdd, code-review, diagnosing-bugs, domain-modeling, codebase-design, and research.
Synchronize upstream
With an upstream checkout next to this repository:
npm ci
npm run sync:local
npm test
Or let the synchronizer clone the configured upstream into a temporary directory:
npm run sync
npm test
Set MATTPOCOCK_SKILLS_REPOSITORY to use another Git remote. Scheduled synchronization opens a pull request only after overlay and provider validation succeeds.
Validate
npm ci
npm run check
npm test
If upstream rewrites text targeted by the DSH overlay, validation reports the exact stale rule. Update overlay/patches.json, regenerate the mechanical rules, and rerun the suite.