mattpocock-skills-dsh
其他 活跃维护

mattpocock-skills-dsh

JUNQINGV587/mattpocock-skills-dsh

完整移植知名开发者Matt Pocock开源的agent skills框架,作为独立分叉保留全部原生技能能力,适配主流智能体开发环境,开箱即用,无需额外改造即可直接调用各类开发类智能体技能。

0
Stars 标星
0
Forks 分支
0
Watchers 关注
0
Open Issues
Shell
主要语言
MIT
开源协议
1.3 MB
仓库大小
1 个月前
最后推送
一键安装扩展 / 插件指令
dsh plugin --profile web add github:JUNQINGV587/mattpocock-skills-dsh
git clone https://github.com/JUNQINGV587/mattpocock-skills-dsh.git
git clone git@github.com:JUNQINGV587/mattpocock-skills-dsh.git
README.md main

mattpocock-skills-dsh

Standalone fork / DSH port of Matt Pocock's agent skills
(mattpocock/skills).

This repository is intentionally kept as a separate fork rather than merged
upstream. It packages the 25 promoted engineering + productivity skills as
a DeepSeek Harness (DSH) profile bundle.

  • Source: mattpocock/skills
  • Layout: flat skills/ tree (matches upstream's flatten-skills-tree
    direction), so DSH's one-level skill discovery works directly.
  • Adaptations: two SKILL.md files are adjusted for DSH-facing wording
    (setup-matt-pocock-skills, writing-for-agents).
  • License: MIT, copyright (c) 2026 Matt Pocock — see LICENSE.

Install

dsh plugin --profile web add github:JUNQINGV587/mattpocock-skills-dsh

Or with a full URL:

dsh plugin --profile web add https://github.com/JUNQINGV587/mattpocock-skills-dsh.git

After install, restart the DSH profile for the bundle to load.

Upstream tracking

The upstream remote points at mattpocock/skills. This fork does not
merge wholesale into upstream; pull upstream changes manually when needed.