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