Right-side details panel that turns the Matt Pocock skills collection into a DSH quest board: wayfinder decision maps, per-issue triage / fix / discuss / execute actions, 9-item core-skill probe plus 20-skill radar, environment checks, and one-click handoff across sessions.
Install
# from GitHub (first run asks for allowBuilds approval — follow the hint, retry)
dsh plugin --profile web add github:FeatherHunter/dsh-mattpocock-skills-deck
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
Part the fog, see the end — the task bar handles the rest. Plug mattpocock/skills into DSH as a game-like mission system (MattSkills).
Install it — 30 seconds. The task bar handles the rest.
🚀 Install it (30 seconds)
Three commands, each copyable on its own — skip anything you've already installed:
① Install the DSH CLI (first time only)
npm install -g @deepseek-ai/dsh
② Optional but recommended: better-sidebar (skip if installed)
dsh plugin --profile web add dsh-better-sidebar
💡 The panel looks best inside dsh-better-sidebar's VSCode-style sidebar (side-by-side list & detail). It still works without it (right details column), just a bit tighter on narrow screens.
③ Install MattSkills
dsh plugin --profile web add dsh-mattpocock-skills-deck
④ Or let your AI do it — copy the prompt below to your AI; it reads the repo, checks your environment, and installs only what's missing (it skips what's already there):
Please help me install the DeepSeek Harness plugin dsh-mattpocock-skills-deck (MattSkills).
First read the repo README: https://github.com/FeatherHunter/dsh-mattpocock-skills-deck
Then check the environment and install what's missing (skip what's already installed), and give a brief summary when done.
Refresh and it's on — zero config, and the rest is handled.
Without a global install: npx --yes @deepseek-ai/dsh plugin --profile web add dsh-mattpocock-skills-deck
Update / remove: dsh plugin --profile web update|remove dsh-mattpocock-skills-deck
🎮 The idea
Matt Pocock's skills are excellent: wayfinder draws a map that parts the fog and shows the end. But a map only shows you where the end is — someone still has to walk every step.
MattSkills adds a task system on top of the map, turning the skills into a game-like mission console inside DSH:
- Claim tasks — every playable point on the map is a "claim" task; tap to take it
- Move forward — finish one sub-task, the progress ring advances, the next task appears
- Save & hand off — mark "blocked" when stuck; "park" takes a zero-loss snapshot; hand off to keep context when you switch sessions
The fog is still there — but now you have a map and a task bar.
Unofficial: this project is a third-party companion to Matt Pocock Skills, with no affiliation to mattpocock/skills.
📖 Features
Full docs: package/README.md · Design: DESIGN.md · Changelog: CHANGELOG.md
💛 More from the author
If you like this plugin, you might also like:
License
MIT © FeatherHunter
Links
More in this category
strukto-ai/mirage#dsh★ 3502
Swaps the filesystem and bash providers for a mirage virtual workspace: file tools and shell commands run over mounted resources (RAM, S3, Redis, Slack, Gmail, Notion, Postgres) instead of the host disk, with per-mount read/write/exec modes, per-command sandbox routing (monty, pyodide, quickjs in process; docker, e2b, daytona remote), and installed CLIs (git, gh, slack, linear, ntn, gws, or one you register) as head words in the virtual terminal.
hust-open-atom-club/oh-dsh★ 246
Community distribution: TUI, desktop, and Web UI as one bundle with layered installation.
lire1131/dsh-undo-plugin★ 72
Undo/redo & rollback system for DSH: every config change is auto-snapshotted; undo/redo/restore to any version from the WebUI or the offline CLI/GUI tools (works even when DSH fails to boot).
Jayden-X-L/forkprobe★ 67
Compare multiple skills on the same task and pick the winner.
forrestchang/dsh-multica-runtime★ 46
Run the dsh runtime on Multica.
omdsh-dev/dsh-plugin-check★ 24
Plugin health checks: manifest protocol / patch format / build traps, zero-dependency and read-only.