{
  "$schema": "https://agentskills.io/schema/v0.2.0/discovery.json",
  "version": "0.2.0",
  "skills": [
    {
      "name": "film-catalog-query",
      "type": "read",
      "description": "Query verified film synopsis, director biography, and festival awards for Roshni: Ray of Light and The Unknown Film Company.",
      "url": "https://www.theunknownfilmcompany.com/llms.txt"
    },
    {
      "name": "documentary-excerpts-and-soundtrack",
      "type": "read",
      "description": "Access official track listings, composer notes, and audio-visual excerpts from the Roshni documentary score.",
      "url": "https://www.theunknownfilmcompany.com/roshni-ray-light-soundtrack"
    },
    {
      "name": "film-appreciation-reviews",
      "type": "read",
      "description": "Browse authentic critical reviews, audience testimonials, and artistic appreciation articles.",
      "url": "https://www.theunknownfilmcompany.com/film-appreciation"
    },
    {
      "name": "submit-contact-inquiry",
      "type": "action",
      "description": "Submit press inquiries, screening proposals, and distribution inquiries to the production team (requires Turnstile validation).",
      "url": "https://www.theunknownfilmcompany.com/contact"
    }
  ]
}