setup-matt-pocock-skills
仓库创建 2026年7月27日最近提交 1 天前SkillHot 收录 1 天前
▸ 精选理由
一键搭建其它工程技能所依赖的仓库约定,适合首次使用时运行。
▸ 风险提示
会修改仓库配置并可能需要写入/管理权限。
这个 Skill 做什么
为工程技能在仓库中初始化问题追踪、标签与领域文档布局。
在代码库里一次性搭好工程协作需要的基础配置:把 issue tracker(GitHub 或本地 markdown)、分门别类的 triage labels,还有域文档的目录结构(比如 CONTEXT.md 和 ADR)都初始化好。第一次要用其他工程技能前跑这步,避免后面找不到上下文或标签不一致。特点是它只是做约定与骨架,后续技能都会基于这些配置工作。
▸ 展开 SKILL.md 英文原文
Configure this repo for the engineering skills — set up its issue tracker, triage label vocabulary, and domain doc layout. Run once before first use of the other engineering skills.
0
Stars
0
Forks
22
仓库内 Skill
积累中
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/octopus117/mattpocock-skills-adapt/main/skills/setup-matt-pocock-skills/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/octopus117/mattpocock-skills-adapt/main/skills/setup-matt-pocock-skills/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Setup Matt Pocock's Skills Scaffold the per-repo configuration that the engineering skills assume: - **Issue tracker** — where issues live (GitHub by default; local markdown is also supported out of the box) - **Triage labels** — the strings used for the five canonical triage roles - **Domain docs** — where `CONTEXT.md` and ADRs live, and the consumer rules for reading them This is a prompt-driven skill, not a deterministic script. Explore, present what you found, confirm with the user, then write. ## Process ### 1. Explore Look at the current repo to understand its starting state. Read whatever exists; don't assume: - `git remote -v` and `.git/config` — is this a GitHub repo? Which
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有