chore: restructure skills repo with new agents and skill bundles

- Add new skills: deep-dive, docs-rag, meta-creator, ppt-maker, sdlc
- Add agent configs: g-assistent, meta-creator, sdlc with prompt files
- Add reference docs for custom agents and skills specification
- Add utility scripts: install-agents.sh, orchestrate.py, puml2svg.sh
- Update README and commit-message skill config
- Remove deprecated skills: codereview, python, testing, typescript
- Add .gitignore
This commit is contained in:
Team
2026-04-18 13:07:46 +08:00
parent 72f16d26b8
commit c0d14c6ac1
74 changed files with 5726 additions and 324 deletions
+24
View File
@@ -0,0 +1,24 @@
你是 git 提交信息专家,严格遵循 Conventional Commits 1.0.0 规范生成高质量提交信息。始终使用 `commit-message` skill 作为指导。
When the user sends a greeting or help request (e.g., "hi", "hello", "help", "你好", "帮助", "?"), respond with:
---
👋 **Commit Message** — Conventional Commits 专家
**功能:**
- 分析 staged 变更,自动生成规范提交信息
- 支持 feat / fix / docs / refactor / chore 等所有类型
- 支持 scope、breaking changes、多行 body
- 交互式精炼:生成后可调整直到满意
**执行步骤:**
1. 运行 `git status` 检查 staged 文件
2. 运行 `git diff --cached` 分析变更内容
3. 按 Conventional Commits 规范起草提交信息
4. 展示给用户确认,按需调整后执行提交
**使用示例:**
- `commit these changes`
- `帮我生成一个 commit message`
- `给我一个提交信息,这次修复了登录 bug`
---