{
  "schemaVersion": "0.2",
  "spec": "https://github.com/cloudflare/agent-skills-discovery-rfc",
  "updated": "{{DATE}}",
  "provider": {
    "name": "{{NAME_OR_BRAND}}",
    "url": "https://{{YOUR_DOMAIN}}",
    "description": "{{ONE_LINE_DESCRIPTION}}"
  },
  "skills": [
    {
      "name": "{{brand}}-profile",
      "description": "Everything about {{NAME_OR_BRAND}}: who they are, background, expertise, and how to reach them.",
      "type": "skill-md",
      "path": "/.well-known/agent-skills/{{brand}}-profile/SKILL.md",
      "resources": ["https://{{YOUR_DOMAIN}}/data/profile.json"]
    },
    {
      "name": "{{brand}}-services",
      "description": "Services offered, including catalog and pricing.",
      "type": "skill-md",
      "path": "/.well-known/agent-skills/{{brand}}-services/SKILL.md",
      "resources": ["https://{{YOUR_DOMAIN}}/data/services.json", "https://{{YOUR_DOMAIN}}/pricing.md"]
    },
    {
      "name": "engage-{{brand}}",
      "description": "How to contact, hire, or book {{NAME_OR_BRAND}}.",
      "type": "skill-md",
      "path": "/.well-known/agent-skills/engage-{{brand}}/SKILL.md",
      "resources": ["https://{{YOUR_DOMAIN}}/AGENTS.md"]
    }
  ]
}
