add zyc skill
This commit is contained in:
commit
ef280277d2
277
claude-code-skills-inventory.md
Normal file
277
claude-code-skills-inventory.md
Normal file
@ -0,0 +1,277 @@
|
||||
# Claude Code Skills & Plugins 清单
|
||||
|
||||
> 生成日期: 2026-02-10
|
||||
> 环境: macOS Darwin 24.6.0 / Claude Code (Opus 4.6)
|
||||
|
||||
---
|
||||
|
||||
## 概览
|
||||
|
||||
| 类别 | 数量 |
|
||||
|------|------|
|
||||
| 插件市场 (Marketplace) | 2 个 |
|
||||
| 已安装插件 | 8 个 |
|
||||
| 可用 Skills/Commands | 14 个 |
|
||||
| 项目自定义命令 | 1 个 |
|
||||
|
||||
---
|
||||
|
||||
## Marketplace 1: anthropics/claude-plugins-official
|
||||
|
||||
- **GitHub**: https://github.com/anthropics/claude-plugins-official
|
||||
- **Git Commit**: `2cd88e7947b7382e045666abee790c7f55f669f3`
|
||||
- **安装时间**: 2026-02-09
|
||||
- **包含插件**: 6 个
|
||||
|
||||
### 1. commit-commands
|
||||
|
||||
| 项目 | 内容 |
|
||||
|------|------|
|
||||
| **用途** | 简化 Git 工作流:提交、推送、创建 PR |
|
||||
| **版本** | `2cd88e7947b7` |
|
||||
| **安装路径** | `~/.claude/plugins/cache/claude-plugins-official/commit-commands/` |
|
||||
|
||||
**可用命令:**
|
||||
|
||||
| 命令 | 说明 |
|
||||
|------|------|
|
||||
| `/commit` | 自动分析变更,生成提交信息并创建 commit |
|
||||
| `/commit-push-pr` | 一键完成 commit → push → 创建 PR |
|
||||
| `/clean_gone` | 清理所有远程已删除但本地仍存在的分支(标记为 `[gone]`) |
|
||||
|
||||
---
|
||||
|
||||
### 2. code-review
|
||||
|
||||
| 项目 | 内容 |
|
||||
|------|------|
|
||||
| **用途** | 基于多智能体的自动化 PR 代码审查,带置信度评分过滤 |
|
||||
| **版本** | `2cd88e7947b7` |
|
||||
| **安装路径** | `~/.claude/plugins/cache/claude-plugins-official/code-review/` |
|
||||
|
||||
**可用命令:**
|
||||
|
||||
| 命令 | 说明 |
|
||||
|------|------|
|
||||
| `/code-review` | 启动 4 个并行 Agent 审查 PR:CLAUDE.md 合规检查 (x2)、Bug 扫描、Git 历史上下文分析。置信度 < 80 的问题自动过滤 |
|
||||
|
||||
---
|
||||
|
||||
### 3. pr-review-toolkit
|
||||
|
||||
| 项目 | 内容 |
|
||||
|------|------|
|
||||
| **用途** | 全面 PR 审查工具集,6 个专业 Agent 各司其职 |
|
||||
| **版本** | `2cd88e7947b7` |
|
||||
| **安装路径** | `~/.claude/plugins/cache/claude-plugins-official/pr-review-toolkit/` |
|
||||
|
||||
**可用命令:**
|
||||
|
||||
| 命令 | 说明 |
|
||||
|------|------|
|
||||
| `/review-pr` | 综合 PR 审查,调度以下专业 Agent |
|
||||
|
||||
**内置 Agent:**
|
||||
|
||||
| Agent | 职责 |
|
||||
|-------|------|
|
||||
| `code-reviewer` | 代码质量、Bug、安全漏洞审查 |
|
||||
| `comment-analyzer` | 代码注释准确性和可维护性分析 |
|
||||
| `silent-failure-hunter` | 静默失败和错误处理缺陷检测 |
|
||||
| `pr-test-analyzer` | 测试覆盖质量和完整性审查 |
|
||||
| `type-design-analyzer` | 类型设计质量分析(封装、不变量) |
|
||||
| `code-simplifier` | 代码简化,保持功能不变 |
|
||||
|
||||
---
|
||||
|
||||
### 4. feature-dev
|
||||
|
||||
| 项目 | 内容 |
|
||||
|------|------|
|
||||
| **用途** | 结构化功能开发工作流(7 阶段),从理解代码库到质量审查 |
|
||||
| **版本** | `2cd88e7947b7` |
|
||||
| **安装路径** | `~/.claude/plugins/cache/claude-plugins-official/feature-dev/` |
|
||||
|
||||
**可用命令:**
|
||||
|
||||
| 命令 | 说明 |
|
||||
|------|------|
|
||||
| `/feature-dev` | 启动引导式功能开发(理解代码库 → 提问澄清 → 架构设计 → 实现 → 审查) |
|
||||
|
||||
**内置 Agent:**
|
||||
|
||||
| Agent | 职责 |
|
||||
|-------|------|
|
||||
| `code-explorer` | 深度分析现有代码库特性、执行路径、架构层次 |
|
||||
| `code-architect` | 基于现有代码模式设计功能架构蓝图 |
|
||||
| `code-reviewer` | 代码审查,基于置信度过滤,仅报告高优先级问题 |
|
||||
|
||||
---
|
||||
|
||||
### 5. ralph-loop
|
||||
|
||||
| 项目 | 内容 |
|
||||
|------|------|
|
||||
| **用途** | 基于 Ralph Wiggum 技术的迭代式自引用 AI 开发循环 |
|
||||
| **版本** | `2cd88e7947b7` |
|
||||
| **安装路径** | `~/.claude/plugins/cache/claude-plugins-official/ralph-loop/` |
|
||||
|
||||
**可用命令:**
|
||||
|
||||
| 命令 | 说明 |
|
||||
|------|------|
|
||||
| `/ralph-loop` | 启动 Ralph Loop:通过 Stop Hook 拦截退出,持续迭代直到任务完成 |
|
||||
| `/cancel-ralph` | 取消当前正在运行的 Ralph Loop |
|
||||
| `/help` | 查看 Ralph Loop 使用说明 |
|
||||
|
||||
**工作原理:**
|
||||
通过 `hooks/stop-hook.sh` 创建自引用反馈循环 —— Claude 尝试退出时被 Hook 拦截并重新注入相同 prompt,在当前会话内持续迭代。
|
||||
|
||||
---
|
||||
|
||||
### 6. claude-md-management
|
||||
|
||||
| 项目 | 内容 |
|
||||
|------|------|
|
||||
| **用途** | CLAUDE.md 文件维护和质量管理 |
|
||||
| **版本** | `1.0.0` |
|
||||
| **安装路径** | `~/.claude/plugins/cache/claude-plugins-official/claude-md-management/` |
|
||||
|
||||
**可用命令:**
|
||||
|
||||
| 命令 | 类型 | 说明 |
|
||||
|------|------|------|
|
||||
| `/claude-md-improver` | Skill | 审计 CLAUDE.md 文件,检查与代码库的一致性,输出质量报告并更新 |
|
||||
| `/revise-claude-md` | Command | 从当前会话中提取经验教训,更新到 CLAUDE.md |
|
||||
|
||||
---
|
||||
|
||||
## Marketplace 2: feiskyer/claude-code-settings
|
||||
|
||||
- **GitHub**: https://github.com/feiskyer/claude-code-settings
|
||||
- **Git Commit**: `c9ce4d203eb8cfd8faed32e220cb2b99d0b219aa`
|
||||
- **安装时间**: 2026-02-09
|
||||
- **包含插件**: 2 个
|
||||
|
||||
### 7. autonomous-skill
|
||||
|
||||
| 项目 | 内容 |
|
||||
|------|------|
|
||||
| **用途** | 多会话长时任务自主执行(双 Agent 模式:Initializer + Executor) |
|
||||
| **版本** | `1.0.1` |
|
||||
| **安装路径** | `~/.claude/plugins/cache/claude-code-settings/autonomous-skill/` |
|
||||
|
||||
**可用命令:**
|
||||
|
||||
| 命令 | 说明 |
|
||||
|------|------|
|
||||
| `/autonomous-skill` | 启动自主任务执行:任务分解 → 进度跟踪 → headless 模式自动续接 |
|
||||
|
||||
**触发关键词:** `autonomous`, `long-running task`, `multi-session`, `自主执行`, `长时任务`
|
||||
|
||||
**工作目录结构:**
|
||||
```
|
||||
project-root/.autonomous/<task-name>/
|
||||
├── task_list.md # 任务分解清单
|
||||
└── progress.md # 进度追踪
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
### 8. spec-kit-skill
|
||||
|
||||
| 项目 | 内容 |
|
||||
|------|------|
|
||||
| **用途** | GitHub Spec-Kit 集成,基于 Constitution 的规格驱动开发 |
|
||||
| **版本** | `1.0.1` |
|
||||
| **安装路径** | `~/.claude/plugins/cache/claude-code-settings/spec-kit-skill/` |
|
||||
|
||||
**可用命令:**
|
||||
|
||||
| 命令 | 说明 |
|
||||
|------|------|
|
||||
| `/spec-kit-skill` | 启动 7 阶段规格驱动开发工作流 |
|
||||
|
||||
**触发关键词:** `spec-kit`, `speckit`, `constitution`, `specify`, `.specify/`, `规格驱动开发`, `需求规格`
|
||||
|
||||
**7 阶段工作流:**
|
||||
|
||||
| 阶段 | 名称 | 说明 |
|
||||
|------|------|------|
|
||||
| 1 | Constitution | 建立治理原则 |
|
||||
| 2 | Specify | 定义功能需求 |
|
||||
| 3 | Clarify | 解决歧义 |
|
||||
| 4 | Plan | 创建技术策略 |
|
||||
| 5 | Tasks | 生成可执行的任务分解 |
|
||||
| 6 | Analyze | 验证一致性 |
|
||||
| 7 | Implement | 执行实现 |
|
||||
|
||||
**依赖:** 需要安装 [GitHub Spec-Kit CLI](https://github.com/github/spec-kit)
|
||||
|
||||
---
|
||||
|
||||
## 项目自定义命令
|
||||
|
||||
### /rtc-spec
|
||||
|
||||
| 项目 | 内容 |
|
||||
|------|------|
|
||||
| **用途** | RTC Backend 技术规范参考 |
|
||||
| **文件位置** | `.claude/commands/rtc-spec.md` |
|
||||
| **作用域** | 仅当前项目 (`qy_gitlab`) |
|
||||
|
||||
---
|
||||
|
||||
## 配置参考
|
||||
|
||||
### settings.json (`~/.claude/settings.json`)
|
||||
|
||||
```json
|
||||
{
|
||||
"permissions": {
|
||||
"allow": ["Read", "Edit", "Write", "Bash(*)"],
|
||||
"deny": ["Bash(rm *)", "Bash(sudo *)"]
|
||||
},
|
||||
"enabledPlugins": {
|
||||
"commit-commands@claude-plugins-official": true,
|
||||
"code-review@claude-plugins-official": true,
|
||||
"pr-review-toolkit@claude-plugins-official": true,
|
||||
"feature-dev@claude-plugins-official": true,
|
||||
"ralph-loop@claude-plugins-official": true,
|
||||
"claude-md-management@claude-plugins-official": true,
|
||||
"autonomous-skill@claude-code-settings": true,
|
||||
"spec-kit-skill@claude-code-settings": true
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
### 关键路径
|
||||
|
||||
| 路径 | 说明 |
|
||||
|------|------|
|
||||
| `~/.claude/settings.json` | 全局配置(权限、启用的插件) |
|
||||
| `~/.claude/plugins/installed_plugins.json` | 已安装插件注册表 |
|
||||
| `~/.claude/plugins/known_marketplaces.json` | 已知插件市场 |
|
||||
| `~/.claude/plugins/cache/` | 插件本地缓存 |
|
||||
| `~/.claude/plugins/marketplaces/` | 市场本地仓库 |
|
||||
| `.claude/commands/` | 项目级自定义命令 |
|
||||
|
||||
---
|
||||
|
||||
## 快速参考
|
||||
|
||||
| 命令 | 来源 | 一句话说明 |
|
||||
|------|------|-----------|
|
||||
| `/commit` | commit-commands | 自动生成提交信息并 commit |
|
||||
| `/commit-push-pr` | commit-commands | 一键 commit + push + 创建 PR |
|
||||
| `/clean_gone` | commit-commands | 清理远程已删除的本地分支 |
|
||||
| `/code-review` | code-review | 多 Agent 并行 PR 审查 |
|
||||
| `/review-pr` | pr-review-toolkit | 综合 PR 审查(6 个专业 Agent) |
|
||||
| `/feature-dev` | feature-dev | 7 阶段引导式功能开发 |
|
||||
| `/ralph-loop` | ralph-loop | 迭代式自引用开发循环 |
|
||||
| `/cancel-ralph` | ralph-loop | 取消 Ralph Loop |
|
||||
| `/claude-md-improver` | claude-md-management | 审计并改进 CLAUDE.md |
|
||||
| `/revise-claude-md` | claude-md-management | 从会话中提取经验更新 CLAUDE.md |
|
||||
| `/autonomous-skill` | autonomous-skill | 多会话长时任务自主执行 |
|
||||
| `/spec-kit-skill` | spec-kit-skill | 规格驱动开发工作流 |
|
||||
| `/rtc-spec` | 项目自定义 | RTC 后端技术规范 |
|
||||
Loading…
x
Reference in New Issue
Block a user