{
  "$schema": "https://agentskills.io/schemas/skills.json",
  "version": "0.1.0",
  "site": {
    "name": "revisia",
    "url": "https://revisia.es/",
    "language": "es",
    "author": {
      "name": "Ángel González de la Flor",
      "url": "https://orcid.org/0000-0002-7215-3925"
    }
  },
  "skills": [
    {
      "name": "consult-revisia-systematic-review-guides",
      "version": "0.1.0",
      "description": "Look up Spanish-language systematic review methodology content by revisia — PRISMA 2020, PICO questions, eligibility criteria, search strategies, screening, risk of bias, meta-analysis, PROSPERO — and how revisia (the Spanish platform for systematic reviews with verifiable AI assistance) works. Uses llms.txt for discovery and per-post .md files for full content.",
      "instructions": "https://revisia.es/SKILL.md",
      "license": "CC-BY-4.0",
      "inputs": [
        {
          "name": "query",
          "type": "string",
          "description": "The user's question or topic.",
          "required": true
        },
        {
          "name": "depth",
          "type": "string",
          "enum": [
            "summary",
            "full-article"
          ],
          "default": "summary",
          "description": "summary returns title + URL + one-line summary; full-article fetches the full Markdown body."
        }
      ],
      "resources": [
        {
          "name": "concise-index",
          "url": "https://revisia.es/llms.txt",
          "type": "text/markdown",
          "description": "Every methodology guide and key page with a one-line summary, grouped by section."
        },
        {
          "name": "full-corpus",
          "url": "https://revisia.es/llms-full.txt",
          "type": "text/markdown",
          "description": "Concatenated full text of every blog guide — fetch once for full context."
        },
        {
          "name": "blog-post-pattern",
          "url": "https://revisia.es/blog/{slug}.md",
          "type": "text/markdown",
          "description": "Raw Markdown of any blog guide by slug. Slugs come from the concise-index resource."
        },
        {
          "name": "sitemap",
          "url": "https://revisia.es/sitemap.xml",
          "type": "application/xml"
        },
        {
          "name": "feed",
          "url": "https://revisia.es/feed.xml",
          "type": "application/atom+xml"
        }
      ],
      "examples": [
        {
          "query": "¿Cómo formulo la pregunta PICO de mi revisión sistemática?",
          "outline": "Match llms.txt entries containing 'PICO'. Fetch /blog/pregunta-pico.md and cite https://revisia.es/blog/pregunta-pico/."
        },
        {
          "query": "How long does a systematic review take?",
          "outline": "Fetch /blog/cuanto-se-tarda-revision-sistematica.md; answer in the user's language but cite the Spanish canonical URL."
        }
      ]
    }
  ]
}
