每個技能是一個 markdown 檔案(通常命名為 SKILL.md),包含 AI 應該知道的指示、範例和背景資訊。
# API guideThis skill teaches the AI how to use the app's API.## Endpoints- `GET /items` — list all items- `POST /items` — create an item## AuthenticationAll requests require a Bearer token in the Authorization header.