Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .claude-plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"plugins": [
{
"name": "minecraft269-skills",
"description": "Minecraft269 的技能合集:GitHub PR 管理器、主动技能发现、通用项目启动工作流",
"description": "Minecraft269 的技能合集:GitHub PR 管理器、通用项目启动与能力发现(含 Fork 模式)、快速插件安装器、PR 代码审查器",
"author": {
"name": "Minecraft269"
},
Expand Down
2 changes: 1 addition & 1 deletion .claude-plugin/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "minecraft269-skills",
"version": "1.0.0",
"min_claude_version": "0.2.0",
"description": "Minecraft269 的技能合集:GitHub PR 管理器、主动技能发现、通用项目启动工作流、快速插件安装器、PR 代码审查器",
"description": "Minecraft269 的技能合集:GitHub PR 管理器、通用项目启动与能力发现(含 Fork 模式)、快速插件安装器、PR 代码审查器",
"author": {
"name": "Minecraft269"
}
Expand Down
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,17 @@

### 变更
- 无(初始版本)

## [4.0.0] — 2026-07-05

### 新增
- `universal-project-kickoff` 新增 🍴 Fork 模式(5 步子程序:获取仓库 → Fork → Clone → 项目分析 → 贡献工作流引导)
- 新增 `fork-workflow` 能力标签

### 变更
- `universal-project-kickoff` 版本 3.0.0 → 4.0.0
- `plugin.json` / `marketplace.json` 描述更新

### 移除
- 删除已废弃的 `proactive-skill-discovery` 技能目录及文档
- 清理所有残留引用(CLAUDE.md 项目结构树、scanner-patterns.md、hook-config.md)
5 changes: 2 additions & 3 deletions CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,13 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co
docs/ # 技能详细文档(README 链接指向此处),每技能一份
skills/ # 所有技能(每个子目录一个技能)
├── _shared/ # 包级共享资源(检测协议、通用模板)
├── universal-project-kickoff/ # 通用项目启动与能力发现(已合并 proactive-skill-discovery)
├── universal-project-kickoff/ # 通用项目启动与能力发现(已吸收原 proactive-skill-discovery,含 Fork 模式
│ └── references/ # 7 份参考文件
├── github-pr-manager/ # GitHub PR 全功能管理器
├── github-pr-reviewer/ # GitHub PR 审查器(逐行 inline 评论)
├── quick-plugin-installer/ # 快速安装插件(MCP + SKILL)
├── git-commit-helper/ # Git 提交规范化助手(Conventional Commits)
├── env-health-check/ # 跨平台环境自检
└── proactive-skill-discovery/ # ⚠️ 已废弃(仅 SKILL.md 存根,references 已清空)
└── env-health-check/ # 跨平台环境自检
CONTRIBUTING.md # 贡献指南(含能力标签注册表 + 标签决策树)
```

Expand Down
1 change: 1 addition & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ integrates_with: ["<需求标签>", ...] # 本技能需要配合的能力类型
| `mobile-development` | 移动端开发(React Native/Flutter/Swift/Kotlin)(预留) | — |
| `security-audit` | 安全审查与漏洞检测(预留) | — |
| `debugging` | 调试、根因分析与错误追踪(预留) | — |
| `fork-workflow` | Fork 开源仓库、本地开发、提交 PR 的完整贡献工作流 | universal-project-kickoff |

#### 共享资源

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Minecraft269 的 Claude Code 技能合集,想到什么就创建什么,也欢

- **Git 提交助手** — 提交完成后有 GitHub remote 时提示 PR 管理,涉及代码时提示审查
- **环境自检** — 发现缺失工具时引导安装,环境就绪后触发能力发现
- **项目启动与发现** — 关键词预判用户意图(启动/开发/审查/修复/探索),意图不明确时询问;审查代码支持本地/远程 PR、在线快速审查或 clone 本地深度审查,审查前确认模型;新项目执行六步启动检查流程(MVP/风险/路线图/CLAUDE.md);已合并原 proactive-skill-discovery 能力
- **项目启动与发现** — 关键词预判用户意图(启动/开发/审查/修复/探索/Fork),意图不明确时询问;审查代码支持本地/远程 PR、在线快速审查或 clone 本地深度审查,审查前确认模型;Fork 模式支持 fork → clone → 分析 → 贡献引导五步流程;新项目执行六步启动检查流程(MVP/风险/路线图/CLAUDE.md);已吸收原 proactive-skill-discovery 能力
- **PR 管理器** — 克隆 PR 后提醒新贡献者使用项目启动流程,检测新项目类型时触发能力发现
- **PR 审查器** — 与 PR 管理器共享上下文,审查完成后提示相关操作
- **插件安装器** — 安装完成后自动提示运行项目启动与能力发现
Expand Down Expand Up @@ -58,7 +58,7 @@ cp -r skills ~/.claude/plugins/minecraft269-skills

| 技能 | 简介 |
|------|------|
| [`universal-project-kickoff`](docs/universal-project-kickoff.md) | 通用项目启动与能力发现:意图探测 + 目标确认 + 7 步能力发现(深度探索/优先推荐/指令发现/全量导出/持久化)+ 六步启动流程(100% 合并 proactive-skill-discovery) |
| [`universal-project-kickoff`](docs/universal-project-kickoff.md) | 通用项目启动与能力发现:意图探测 + 目标确认 + Fork 模式(参与开源贡献)+ 7 步能力发现(深度探索/优先推荐/指令发现/全量导出/持久化)+ 六步启动流程 |
| [`github-pr-manager`](docs/github-pr-manager.md) | GitHub PR 全功能管理器:列出、查看、克隆、分析 PR |
| [`quick-plugin-installer`](docs/quick-plugin-installer.md) | 快速安装插件:MCP Server 和 SKILL 的统一安装入口 |
| [`github-pr-reviewer`](docs/github-pr-reviewer.md) | GitHub PR 代码审查器:逐行 inline 评论,完整 pending review 工作流 |
Expand Down
14 changes: 0 additions & 14 deletions docs/proactive-skill-discovery.md

This file was deleted.

4 changes: 3 additions & 1 deletion docs/universal-project-kickoff.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

通用型项目启动与能力发现规则 — 适用于任何类型项目的启动阶段,执行意图探测 + 7 步能力发现 + 强制六步流程。

100% 合并原 `proactive-skill-discovery` 的全部功能(深度探索、优先推荐、指令发现、全量导出、上下文持久化)。
已吸收原 `proactive-skill-discovery` 的全部功能(该技能已删除)。新增 Fork 模式:参与开源贡献(fork → clone → 开发 → PR)。

## 核心流程

Expand All @@ -15,6 +15,7 @@
| 💻 开发新功能 | Step 0c 技术栈确认 → 开发工具推荐 |
| 🔍 审查代码 | Step 0a 5 层追问(本地/远程PR → 目标PR → 在线快速审查/clone本地 → 审查范围 → 模型确认)→ Step 0c 审查工具推荐 |
| 🐛 修复 Bug | Step 0a 目标确认 → Step 0c 调试工具推荐 |
| 🍴 Fork 项目 | Step 0a-fork 5 步子程序(获取仓库 → Fork → Clone → 项目分析 → 贡献引导) |
| 🔧 探索工具 | Step 0c 完整 7 步能力扫描 |

### Step 0c:7 步能力发现
Expand Down Expand Up @@ -49,6 +50,7 @@
- 代码审查工具推荐
- 调试工具推荐
- 技能/插件/命令探索
- Fork 开源项目并贡献 PR

## 核心原则

Expand Down
25 changes: 0 additions & 25 deletions skills/proactive-skill-discovery/SKILL.md

This file was deleted.

Loading
Loading