{
  "$comment": "Catalog of Pheidi agent skills. Each skill is a Markdown instruction file (SKILL.md) that an LLM can fetch and follow. Human-readable index: https://pheidi.training/docs/agent-skills/",
  "version": "1.0",
  "skills": [
    {
      "name": "read-pheidi-plan",
      "version": "1.0",
      "description": "Fetch and interpret a Pheidi training plan from the public JSON API at GET /api/plans/{publicId}. Resolves a plan publicId, slug, or URL and reads every layer (vacations, injuries, overrides, redistribution).",
      "href": "/.well-known/agent-skills/read-pheidi-plan/SKILL.md",
      "type": "text/markdown",
      "license": "MIT",
      "access": "read-only"
    }
  ]
}
