Meegle API (index)
Read meegle-api-credentials first (domain, token, context, headers); then the skill that matches your task. Use read-file on Path; {baseDir} = skill pack root.
| Order | Path | When to read |
|---|
| 1 | {baseDir}/meegle-api-credentials/SKILL.md | Domain, token, context, headers — before any Meegle API call |
| 2 |
{baseDir}/meegle-api-users/SKILL.md | User APIs (groups, members) |
| 3 |
{baseDir}/meegle-api-space/SKILL.md | Space (project) operations |
| 4 |
{baseDir}/meegle-api-work-items/SKILL.md | Work items CRUD, list, search |
| 5 |
{baseDir}/meegle-api-setting/SKILL.md | Settings, types, fields, process |
| 6 |
{baseDir}/meegle-api-comments/SKILL.md | Comments on work items |
| 7 |
{baseDir}/meegle-api-views-measurement/SKILL.md | Views, kanban, Gantt, charts |
Meegle API (索引)
首先阅读 meegle-api-credentials(域名、令牌、上下文、请求头);然后阅读与你的任务匹配的技能。使用 read-file 读取 路径;{baseDir} = 技能包根目录。
| 顺序 | 路径 | 读取时机 |
|---|
| 1 | {baseDir}/meegle-api-credentials/SKILL.md | 域名、令牌、上下文、请求头 — 在任何 Meegle API 调用之前 |
| 2 |
{baseDir}/meegle-api-users/SKILL.md | 用户 API(群组、成员) |
| 3 |
{baseDir}/meegle-api-space/SKILL.md | 空间(项目)操作 |
| 4 |
{baseDir}/meegle-api-work-items/SKILL.md | 工作项 CRUD、列表、搜索 |
| 5 |
{baseDir}/meegle-api-setting/SKILL.md | 设置、类型、字段、流程 |
| 6 |
{baseDir}/meegle-api-comments/SKILL.md | 工作项评论 |
| 7 |
{baseDir}/meegle-api-views-measurement/SKILL.md | 视图、看板、甘特图、图表 |