{
  "$schema": "https://agentskills.io/schemas/agent-skills-index-v0.2.json",
  "skills": [
    {
      "name": "read-site-overview",
      "type": "documentation",
      "description": "Read the public overview of tools.pylot.dev, including its purpose, limitations, and available agent discovery resources.",
      "url": "https://tools.pylot.dev/",
      "sha256": "sha256:unversioned-public-homepage"
    },
    {
      "name": "read-markdown-homepage",
      "type": "documentation",
      "description": "Read the Markdown representation of the tools.pylot.dev homepage by requesting the homepage with Accept: text/markdown.",
      "url": "https://tools.pylot.dev/",
      "sha256": "sha256:content-negotiated-markdown-homepage"
    },
    {
      "name": "read-llms-guide",
      "type": "documentation",
      "description": "Read the LLM-oriented site guide for tools.pylot.dev, including public resources, usage notes, and limitations.",
      "url": "https://tools.pylot.dev/llms.txt",
      "sha256": "sha256:unversioned-public-llms-guide"
    },
    {
      "name": "read-api-catalog",
      "type": "documentation",
      "description": "Read the public API catalog linkset for tools.pylot.dev. This catalog documents public discovery resources and does not imply protected APIs.",
      "url": "https://tools.pylot.dev/.well-known/api-catalog",
      "sha256": "sha256:generated-api-catalog"
    }
  ]
}