From 823a6dd73cabd619d760d0709b033610aa0d8f4b Mon Sep 17 00:00:00 2001 From: Minecraft269 <176564132+Minecraft269@users.noreply.github.com> Date: Mon, 13 Jul 2026 17:18:57 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20CLAUDE.md=20=E8=B7=AF=E7=BA=BF=E5=9B=BE?= =?UTF-8?q?=E7=BB=9F=E4=B8=80=E4=B8=BA=E8=A1=A8=E6=A0=BC=E6=A0=BC=E5=BC=8F?= =?UTF-8?q?=20+=20CN=20=E8=A1=A5=20Quick=20Start?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - EN 路线图由散文段落改为表格(对齐 CN 格式),补充各里程碑产出物 - CN 补充 Quick Start 段落(clone + 验证命令),对齐 EN 版 - M8 产出物更新为 7+4 确认门(包含 PR #13 的任务澄清修复) --- CLAUDE.cn.md | 9 +++++++++ CLAUDE.md | 11 ++++++++++- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CLAUDE.cn.md b/CLAUDE.cn.md index 5af571f..e0e107c 100644 --- a/CLAUDE.cn.md +++ b/CLAUDE.cn.md @@ -34,6 +34,15 @@ skills/ # 所有技能(每个子目录一个技能) CONTRIBUTING.md # 贡献指南(含能力标签注册表 + 标签决策树) ``` +## 快速开始 + +```bash +git clone https://github.com/Minecraft269/skills.git +cd skills +find skills/ -name "*.sh" -exec bash -n {} \; # Shell 语法检查 +grep -oP 'capabilities:\s*\[\K[^\]]+' skills/*/SKILL.md | tr '"' '\n' | sort -u # 标签一致性 +``` + ## 创建新技能 **必须使用 `/skill-creator` 创建新技能。** 使用前确认已安装 skill-creator 插件。 diff --git a/CLAUDE.md b/CLAUDE.md index 3e742f8..dab4806 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -75,7 +75,16 @@ After creation, place the skill directory into `skills//`. Each skil ## Roadmap -M1–M7 all completed ✅ — through Marketplace availability, extension hardening, skill linkage, capability merging, quality review, logic fixes, review enhancement. M8 completed ✅ — v4.0.0 Fork mode + bilingual EN/CN refactor + "recommend don't execute" constraint hardening (7 confirmation gates). Current phase: continuous quality iteration. +| Milestone | Status | Deliverables | +|-----------|--------|--------------| +| M1 — Marketplace availability | ✅ Done | 3 skills installable & triggerable | +| M2 — Extension hardening | ✅ Done | +quick-plugin-installer, CONTRIBUTING.md, docs/ | +| M3 — Skill linkage | ✅ Done | Universal linkage framework (capabilities/integrates_with), package-level gating, inter-skill dynamic discovery | +| M4 — Capability merging | ✅ Done | proactive-skill-discovery merged into universal-project-kickoff (unified entry, 7→6 skills) | +| M5 — Quality review | ✅ Done | universal-project-kickoff 12 enhancements: migration cleanup, config system, architecture fixes, detection extension, quality system | +| M6 — Logic fixes | ✅ Done | 6 fixes: intent pre-detection, 5-layer code review, deep exploration config, minimal mode quantification, session cache, re-trigger quantification | +| M7 — Review enhancement | ✅ Done | Code review Layer 5 model confirmation: display default model + tier alias / model ID switching | +| M8 — Fork + Bilingual + Constraints | ✅ Done | v4.0.0 Fork mode + EN/CN bilingual refactor + "recommend don't execute" constraint hardening (7+4 confirmation gates). Current phase: continuous quality iteration. | ## Local Verification