adopt

仓库创建 2026年4月30日最近提交 3 天前SkillHot 收录 21 天前
▸ 精选理由

对接手遗留项目或升级模板时可快速识别高影响差距。

这个 Skill 做什么

审核已有工程制品的模板格式合规性并产出优先级迁移计划。

把加入的、已有项目工件按模板的格式要求逐项检查,不只是看文件在不在,而是看格式能不能直接被模板的技能流水线用。加入老项目或升级模板时跑它,会把问题按影响分级并产出编号迁移计划,先修最关键的。比单纯检测存在性更能评估可用性和迁移成本。

▸ 展开 SKILL.md 英文原文

Brownfield onboarding — audits existing project artifacts for template format compliance (not just existence), classifies gaps by impact, and produces a numbered migration plan. Run this when joining an in-progress project or upgrading from an older template version. Distinct from /project-stage-detect (which checks what exists) — this checks whether what exists will actually work with the template's skills.

开发编程迁移审计模板合规上手引导通用
65
Stars
7
Forks
40
仓库内 Skill
+9
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/striderZA/OpenCodeGameStudios/master/.agents/skills/adopt/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/striderZA/OpenCodeGameStudios/master/.agents/skills/adopt/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Adopt — Brownfield Template Adoption

This skill audits an existing project's artifacts for **format compliance** with
the template's skill pipeline, then produces a prioritised migration plan.

**This is not `/project-stage-detect`.**
`/project-stage-detect` answers: *what exists?*
`/adopt` answers: *will what exists actually work with the template's skills?*

A project can have GDDs, ADRs, and stories — and every format-sensitive skill
will still fail silently or produce wrong results if those artifacts are in the
wrong internal format.

**Output:** `docs/adoption-plan-[date].md` — a persistent, checkable migration plan.

**Argument modes:**

**Audit mode:** `$ARGUMENTS[0]` (blank = `ful
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有