catalog/repos/airclear--skills.md

44 lines
2.4 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# AI Agent 技能库
`AI` `Agent` `Skills` `工具库` `开发工具`
# Skills - AI Agent Skills 库
自用 AI Agent Skills 库,包含各种技能模块和配置文件。
## 📁 项目结构
```
skills/
├── skills/ # Skill 模块目录
│ ├── conductor-*/ # Conductor 系列技能
│ └── ... # 其他技能模块
├── spec/ # Agent Skills 规范文档
│ └── Agent Skills Spec.md
├── docs/ # 项目文档
├── references/ # 参考资料
└── dist/ # 构建输出目录
```
## 📚 Skills 索引
| Skill 名称 | 分类 | 简介 |
| :--- | :--- | :--- |
| `bmad-core` | 创意 | BMad 核心工具:头脑风暴 (BSP)、多代理协作 (Party Mode)、文档切片与审阅。 |
| `bmad-bmm` | 开发 | 完整 SDLC 工作流 (BMM)需求分析、PRD/UX 设计、架构定义、Sprint 故事开发、代码审查。 |
| `bmad-tea` | 质量保证 | 企业级测试架构 (TEA)测试设计、ATDD、自动化测试、CI 流水线配置、质量审计。 |
| `bmad-sync` | 运维 | 维护工具:一键同步 BMad 源码至各聚合 Skill确保版本一致性。 |
| `bmad-brainstorming-coach` | 创意 | 引导创新工作坊、头脑风暴会议和创意激发的 BMad 专家代理。 |
| `conductor-setup` | 开发 | 初始化项目 Conductor 环境,建立产品定义与技术栈标准 (v0.3.1)。 |
| `conductor-newtrack` | 开发 | 开启新功能或修复任务 (Track),引导规格定义与任务规划 (v0.3.1)。 |
| `conductor-implement` | 开发 | 执行 Track 计划中的任务,确保代码符合 TDD 与项目规范 (v0.3.1)。 |
| `conductor-status` | 开发 | 提供项目进度全景视图,展示所有 Track 的活跃状态与后续步骤 (v0.3.1)。 |
| `conductor-review` | 开发 | 担任首席架构师角色,对代码与实现方案进行深度审查 (v0.3.1)。 |
| `conductor-revert` | 开发 | 智能撤销 Track/Phase/Task并同步更新 Conductor 计划与文档 (v0.3.1)。 |
| `conductor-upgrade` | 运维 | 自动化同步 Conductor 技能套件至最新参考版本 (v0.3.1)。 |
| `vela-project-init` | 开发 | 天帆 (Vela) AI 原生产研平台项目初始化,快速搭建符合 Vela AI-Native SDLC 规范的完整项目骨架。 |
## 🔗 相关资源
- [BMad Method 文档](https://docs.bmad-method.org/)
- [Conductor 仓库](https://github.com/gemini-cli-extensions/conductor)