Skip to content
Open
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
5 changes: 2 additions & 3 deletions .trae/Skills/.agents/skills/x-twitter-scraper/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Before writing code, inspect the current Xquik source material:
- REST API docs: https://docs.xquik.com/api-reference/overview
- SDK index: https://docs.xquik.com/sdks
- OpenAPI spec: https://xquik.com/openapi.json
- MCP server docs: https://docs.xquik.com/mcp
- MCP server docs: https://docs.xquik.com/mcp/overview
- Skill repo: https://github.com/Xquik-dev/x-twitter-scraper

Do not invent endpoint names, request fields, response fields, scopes, pricing, limits, or package names. Read the relevant SDK README and API reference page first.
Expand Down Expand Up @@ -68,8 +68,7 @@ Use the MCP server when the user wants an agent to explore or call Xquik tools d
## Safety And Accuracy

- Keep language neutral and technical.
- State that Xquik is a third-party X data and automation API.
- Do not claim affiliation with X Corp.
- State: `Xquik is an independent third-party service. Not affiliated with X Corp. "Twitter" and "X" are trademarks of X Corp.`
- Do not bypass access controls or platform policies.
- Do not expose API keys, webhook secrets, account cookies, tokens, or raw signatures.
- Do not hard-code credentials in examples or tests.
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@

## ✨ 项目简介

TraeSkill 是一个标准化的 **AI 技能集合**,为 Trae IDE 的 `.trae/skills` 机制设计。
TraeSkill 是一个标准化的 **AI 技能集合**,为 Trae IDE 的 `.trae/Skills` 机制设计。

**它的目标是**:把「行业最佳实践」沉淀为可复用的 Skill,让 AI 在 Trae 中扮演专业角色——产品经理、架构师、前端工程师、后端开发者、测试专家、SEO 专家等。
**它的目标是**:把「行业最佳实践」沉淀为可复用的 Skill,让 AI 在 Trae 中扮演专业角色 - 产品经理、架构师、前端工程师、后端开发者、测试专家、SEO 专家等。

***

Expand All @@ -41,7 +41,7 @@ TraeSkill 是一个标准化的 **AI 技能集合**,为 Trae IDE 的 `.trae/sk
```mermaid
flowchart LR
U[开发者提问] --> T[Trae IDE]
T --> I[索引 .trae/skills 目录]
T --> I[索引 .trae/Skills 目录]
I --> D[00_Meta_Dispatcher 调度中心]

D --> P[01_ProductManager_Brainstorming<br/>产品需求与脑暴]
Expand All @@ -63,7 +63,7 @@ flowchart LR

```mermaid
flowchart TB
Core[TraeSkill 核心 Skill<br/>.trae/skills] --> Product[产研设计<br/>00/01/02 开头]
Core[TraeSkill 核心 Skill<br/>.trae/Skills] --> Product[产研设计<br/>00/01/02 开头]
Core --> Dev[前后端开发<br/>03/05 开头]
Core --> QAOps[测试与运维<br/>04/05 开头]
Core --> SEO[增长与 SEO<br/>06 开头]
Expand Down Expand Up @@ -257,7 +257,7 @@ TraeSkill 提供三个互补的图表生成 Skill,覆盖 95%+ 的技术图表
└─ 否 → fireworks-tech-graph(默认)
```

**详细文档**:[DIAGRAM-SKILLS-GUIDE.md](./.trae/skills/.agents/skills/DIAGRAM-SKILLS-GUIDE.md)
**详细文档**:[DIAGRAM-SKILLS-GUIDE.md](./.trae/Skills/.agents/skills/DIAGRAM-SKILLS-GUIDE.md)

---

Expand Down Expand Up @@ -320,7 +320,7 @@ python cursor_adapter/install.py
|:---|:---|
| [使用指南](./Trae_Skills_使用指南.md) | 详细的技能使用说明 |
| [开发技能场景指南](./开发常用技能及场景指南.md) | 按场景分类的技能索引 |
| [图表生成指南](./.trae/skills/.agents/skills/DIAGRAM-SKILLS-GUIDE.md) | 三个图表生成 Skill 的使用指南 |
| [图表生成指南](./.trae/Skills/.agents/skills/DIAGRAM-SKILLS-GUIDE.md) | 三个图表生成 Skill 的使用指南 |

***

Expand Down
52 changes: 26 additions & 26 deletions Trae_Skills_使用指南.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
在 Trae 中使用这些 Skills,有两种推荐的配置模式。

### 模式一:自动读取 (Auto-Read Context) - *开箱即用*
Trae 会自动索引 `.trae/skills` 下的所有 Markdown 文件。
Trae 会自动索引 `.trae/Skills` 下的所有 Markdown 文件。
* **适用场景**: 快速查询规范、获取通用建议、轻量级任务。
* **如何使用**: 直接在对话中说“参考 React 最佳实践”或“作为产品经理帮我分析”。
* **局限性**: 无法直接绑定 MCP 工具,主要依靠 AI 生成代码或命令。
Expand All @@ -32,7 +32,7 @@ Trae 会自动索引 `.trae/skills` 下的所有 Markdown 文件。
* **配置步骤**:
1. 打开 Trae 在智能体页面选择“创建智能体”。
2. **新建智能体**:
* **自动构建提示词**: 复制对应 Skill 下的 `AGENTS.md` 内容 (如 `.trae/skills/06_Office_Docx/AGENTS.md`)。
* **自动构建提示词**: 复制对应 Skill 下的 `AGENTS.md` 内容 (如 `.trae/Skills/06_Office_Docx/AGENTS.md`)。
* **配置MCP**: 在配置界面勾选该角色需要的 MCP Server (如 `filesystem`, `postgresql` 等)。
3. **保存**。

Expand All @@ -49,59 +49,59 @@ Trae 会自动索引 `.trae/skills` 下的所有 Markdown 文件。

### 💡 01. Product Manager (产品经理)
**目标**: 将模糊的想法转化为清晰的需求。
- **[01_ProductManager_Brainstorming](.trae/skills/01_ProductManager_Brainstorming/SKILL.md)**: 深度头脑风暴与需求挖掘。
- **[01_ProductManager_Brainstorming](.trae/Skills/01_ProductManager_Brainstorming/SKILL.md)**: 深度头脑风暴与需求挖掘。

### 📐 02. Architect & Designer (架构与设计)
**目标**: 确立技术方案与视觉规范.
- **[02_Architect_APIDesign](.trae/skills/02_Architect_APIDesign/SKILL.md)**: REST/GraphQL API 设计专家。
- **[02_Designer_WebGuidelines](.trae/skills/02_Designer_WebGuidelines/SKILL.md)**: Vercel 级 Web 设计规范。
- **[02_Designer_FrontendImplementation](.trae/skills/02_Designer_FrontendImplementation/SKILL.md)**: 前端落地设计指南。
- **[02_Architect_APIDesign](.trae/Skills/02_Architect_APIDesign/SKILL.md)**: REST/GraphQL API 设计专家。
- **[02_Designer_WebGuidelines](.trae/Skills/02_Designer_WebGuidelines/SKILL.md)**: Vercel 级 Web 设计规范。
- **[02_Designer_FrontendImplementation](.trae/Skills/02_Designer_FrontendImplementation/SKILL.md)**: 前端落地设计指南。

### 💻 03. Client Developer (客户端开发)
**目标**: 构建高质量的用户界面。
- **[03_Developer_ReactBestPractices](.trae/skills/03_Developer_ReactBestPractices/SKILL.md)**: React/Next.js 性能与规范专家。
- **[03_Developer_ArtifactsBuilder](.trae/skills/03_Developer_ArtifactsBuilder/SKILL.md)**: 现代 UI 组件构建器。
- **[03_Mobile_Flutter](.trae/skills/03_Mobile_Flutter/SKILL.md)**: Flutter 整洁架构与性能优化专家。
- **[03_Developer_ReactBestPractices](.trae/Skills/03_Developer_ReactBestPractices/SKILL.md)**: React/Next.js 性能与规范专家。
- **[03_Developer_ArtifactsBuilder](.trae/Skills/03_Developer_ArtifactsBuilder/SKILL.md)**: 现代 UI 组件构建器。
- **[03_Mobile_Flutter](.trae/Skills/03_Mobile_Flutter/SKILL.md)**: Flutter 整洁架构与性能优化专家。

### 🧪 04. Tester / QA (测试与自动化)
**目标**: 确保软件质量与自动化执行。
- **[04_Tester_BrowserAutomation](.trae/skills/04_Tester_BrowserAutomation/SKILL.md)**: 浏览器自动化操作与测试。
- **[04_Tester_BrowserAutomation](.trae/Skills/04_Tester_BrowserAutomation/SKILL.md)**: 浏览器自动化操作与测试。

### ⚙️ 05. Backend & DevOps (后端与运维)
**目标**: 构建稳固的后端服务与部署流程。
- **[05_Backend_Python](.trae/skills/05_Backend_Python/SKILL.md)**: FastAPI、异步编程与性能优化。
- **[05_Backend_Node](.trae/skills/05_Backend_Node/SKILL.md)**: Node.js 架构模式。
- **[05_Backend_Database](.trae/skills/05_Backend_Database/SKILL.md)**: SQL 优化与数据库迁移。
- **[05_Backend_MCPBuilder](.trae/skills/05_Backend_MCPBuilder/SKILL.md)**: MCP Server 构建专家。
- **[05_DevOps_GitOps](.trae/skills/05_DevOps_GitOps/SKILL.md)**: Kubernetes GitOps 部署流。
- **[05_DevOps_GitWorkflow](.trae/skills/05_DevOps_GitWorkflow/SKILL.md)**: Git 提交规范、GitHub/Gitee 平台协作指南。
- **[05_Backend_Python](.trae/Skills/05_Backend_Python/SKILL.md)**: FastAPI、异步编程与性能优化。
- **[05_Backend_Node](.trae/Skills/05_Backend_Node/SKILL.md)**: Node.js 架构模式。
- **[05_Backend_Database](.trae/Skills/05_Backend_Database/SKILL.md)**: SQL 优化与数据库迁移。
- **[05_Backend_MCPBuilder](.trae/Skills/05_Backend_MCPBuilder/SKILL.md)**: MCP Server 构建专家。
- **[05_DevOps_GitOps](.trae/Skills/05_DevOps_GitOps/SKILL.md)**: Kubernetes GitOps 部署流。
- **[05_DevOps_GitWorkflow](.trae/Skills/05_DevOps_GitWorkflow/SKILL.md)**: Git 提交规范、GitHub/Gitee 平台协作指南。

### 📂 06. Office Utilities (办公助手)
**目标**: 处理复杂的办公文档。
- **[06_Office_Docx](.trae/skills/06_Office_Docx/SKILL.md)**: Word 文档处理。
- **[06_Office_Excel](.trae/skills/06_Office_Excel/SKILL.md)**: Excel 数据分析。
- **[06_Office_Pdf](.trae/skills/06_Office_Pdf/SKILL.md)**: PDF 处理与提取。
- **[06_Office_Docx](.trae/Skills/06_Office_Docx/SKILL.md)**: Word 文档处理。
- **[06_Office_Excel](.trae/Skills/06_Office_Excel/SKILL.md)**: Excel 数据分析。
- **[06_Office_Pdf](.trae/Skills/06_Office_Pdf/SKILL.md)**: PDF 处理与提取。

### 🛡️ 07. Security Specialist (安全专家)
**目标**: 保障应用与数据安全。
- **[07_Security_Specialist](.trae/skills/07_Security_Specialist/SKILL.md)**: 认证、GDPR 与安全需求。
- **[07_Security_Specialist](.trae/Skills/07_Security_Specialist/SKILL.md)**: 认证、GDPR 与安全需求。

### 🤖 08. AI Engineer (AI 工程师)
**目标**: 构建 LLM 应用。
- **[08_AI_Engineer](.trae/skills/08_AI_Engineer/SKILL.md)**: RAG 与 LangChain 架构。
- **[08_AI_Engineer](.trae/Skills/08_AI_Engineer/SKILL.md)**: RAG 与 LangChain 架构。

### 📈 09. Operations & Growth (运营与增长)
**目标**: 提升用户增长与运营效率。
- **[09_Operations_Growth](.trae/skills/09_Operations_Growth/SKILL.md)**: 内容创作、数据分析与活动策划。
- **[09_Operations_Growth](.trae/Skills/09_Operations_Growth/SKILL.md)**: 内容创作、数据分析与活动策划。

### 🌟 99. Meta Skills (元能力)
**目标**: 扩展与协作。
- **[99_Meta_SkillCreator](.trae/skills/99_Meta_SkillCreator/SKILL.md)**: 创建新的 Skills。
- **[99_Meta_Customization](.trae/skills/99_Meta_Customization/SKILL.md)**: 用户偏好设置与自定义配置指南。
- **[universal-dev-team](.trae/skills/universal-dev-team/SKILL.md)**: 全能开发团队编排器。
- **[99_Meta_SkillCreator](.trae/Skills/99_Meta_SkillCreator/SKILL.md)**: 创建新的 Skills。
- **[99_Meta_Customization](.trae/Skills/99_Meta_Customization/SKILL.md)**: 用户偏好设置与自定义配置指南。
- **[00_Meta_UniversalDevTeam](.trae/Skills/00_Meta_UniversalDevTeam/SKILL.md)**: 全能开发团队编排器。

---

## 🛠️ 维护指南

本目录包含所有已整理的最佳实践技能。如需添加新技能,请参考 [99_Meta_SkillCreator](.trae/skills/99_Meta_SkillCreator/SKILL.md)。
本目录包含所有已整理的最佳实践技能。如需添加新技能,请参考 [99_Meta_SkillCreator](.trae/Skills/99_Meta_SkillCreator/SKILL.md)。