{
  "$schema": "https://agentskills.io/schemas/v0.2.0/agent-skills.schema.json",
  "skills": [
    {
      "name": "read-content-as-markdown",
      "type": "instruction",
      "description": "Read any page as clean markdown. Most reliable: follow <link rel=\"alternate\" type=\"text/markdown\"> in the page HTML head. Manual rule: homepage is at /index.md; for any other page drop trailing slash and append .md (e.g. /blogg/foo/ → /blogg/foo.md). Preferred for AI ingestion.",
      "url": "https://eksportfiske.no/index.md"
    },
    {
      "name": "site-content-index",
      "type": "instruction",
      "description": "Full site content index following the llms.txt convention (https://llmstxt.org). Lists all articles and pages with descriptions. Useful as a starting point for understanding the site.",
      "url": "https://eksportfiske.no/llms.txt"
    }
  ]
}