| Endpoint | Format |
/.well-known/agent-skills/index.json | v0.2.0 JSON index |
/.well-known/agent-skills/<name>/SKILL.md | Skill markdown file |
/.well-known/skills/index.json | Legacy JSON index |
/.well-known/skills/<name>/SKILL.md | Legacy skill file |
<name> is derived from your site's name field in docs.json (lowercased, kebab-cased).SKILL.md includes:name and description (from your config).md route/docs.zip and grepping it locally/.well-known/agent-skills/index.jsonSKILL.md for a relevant skill/docs.zip)description field in your docs.json:1234{ "name": "My SDK", "description": "SDK for building widgets with the Acme API" }