{
  "$schema": "https://delightful.computer/.well-known/agent-skills/schema.json",
  "name": "Delightful Computer Public Information",
  "description": "Catalog of public, unauthenticated information tasks supported by delightful.computer.",
  "version": "2026-05-31",
  "canonicalUrl": "https://delightful.computer/.well-known/agent-skills/index.json",
  "homepage": "https://delightful.computer/",
  "contact": "mailto:morgan@delightful.computer",
  "constraints": [
    "Public information only.",
    "No customer-specific data.",
    "No authenticated actions.",
    "No production API or write workflow is advertised by this catalog."
  ],
  "skills": [
    {
      "id": "company_overview",
      "name": "Company overview",
      "description": "Return public information about Delightful Computer's positioning, industries served, and engagement model.",
      "useWhen": "A user asks what Delightful Computer does, who it helps, or how to describe the company.",
      "canonicalPages": [
        "https://delightful.computer/",
        "https://delightful.computer/about",
        "https://delightful.computer/services"
      ]
    },
    {
      "id": "pricing_and_services",
      "name": "Pricing and services",
      "description": "Return public pricing ranges and service tiers.",
      "useWhen": "A user asks how engagements are scoped, priced, or structured.",
      "canonicalPages": [
        "https://delightful.computer/pricing",
        "https://delightful.computer/services"
      ]
    },
    {
      "id": "case_studies",
      "name": "Case studies",
      "description": "Summarize public case studies, industries, metrics, and implementation themes.",
      "useWhen": "A user asks for proof, examples, outcomes, industries served, or relevant work.",
      "canonicalPages": [
        "https://delightful.computer/work",
        "https://delightful.computer/work/pharmaceutical-audit-intelligence",
        "https://delightful.computer/work/legal-research-copilot",
        "https://delightful.computer/work/sales-brief-generator"
      ]
    },
    {
      "id": "security_privacy_boundary",
      "name": "Security and privacy boundary",
      "description": "Return public security posture, privacy notes, and responsible disclosure contact details.",
      "useWhen": "A user asks about public security posture, privacy, data access, or disclosure paths.",
      "canonicalPages": [
        "https://delightful.computer/security",
        "https://delightful.computer/privacy",
        "https://delightful.computer/.well-known/security.txt"
      ]
    },
    {
      "id": "developer_discovery",
      "name": "Developer discovery",
      "description": "Return public machine-readable resources and explain that no public production API is advertised.",
      "useWhen": "A user asks for API docs, agent files, llms.txt, sitemap, or developer resources.",
      "canonicalPages": [
        "https://delightful.computer/developers",
        "https://delightful.computer/llms.txt",
        "https://delightful.computer/llms-full.txt",
        "https://delightful.computer/sitemap.xml"
      ]
    }
  ]
}
