{
  "protocolVersion": "1.0",
  "name": "LyfePixels Design Agent",
  "description": "LyfePixels is a boutique digital design agency. This agent can answer questions about our services, portfolio, and blog content.",
  "url": "https://lyfepixels.com",
  "provider": {
    "organization": "LyfePixels",
    "url": "https://lyfepixels.com"
  },
  "version": "1.0.0",
  "documentationUrl": "https://lyfepixels.com/llms.txt",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "authentication": {
    "schemes": []
  },
  "defaultInputModes": ["text/plain", "text/markdown"],
  "defaultOutputModes": ["text/plain", "text/markdown", "text/html"],
  "skills": [
    {
      "id": "browse-services",
      "name": "Browse Services",
      "description": "Learn about LyfePixels design services including brand identity, UI/UX design, web development, graphic design, motion design, and packaging design.",
      "tags": ["design", "branding", "services", "web", "ui-ux"],
      "examples": [
        "What services does LyfePixels offer?",
        "Tell me about your branding services",
        "Do you do web design?"
      ],
      "inputModes": ["text/plain"],
      "outputModes": ["text/plain", "text/markdown"]
    },
    {
      "id": "view-portfolio",
      "name": "View Portfolio",
      "description": "Browse LyfePixels completed client projects and case studies.",
      "tags": ["portfolio", "case studies", "work", "projects"],
      "examples": [
        "Show me your portfolio",
        "What projects have you worked on?",
        "Do you have case studies?"
      ],
      "inputModes": ["text/plain"],
      "outputModes": ["text/plain", "text/markdown"]
    },
    {
      "id": "read-blog",
      "name": "Read Design Blog",
      "description": "Access LyfePixels articles on design strategy, branding, UI/UX, and digital marketing.",
      "tags": ["blog", "design", "branding", "strategy", "articles"],
      "examples": [
        "What blog posts do you have about branding?",
        "Tell me about design trends",
        "Do you have articles on logo design?"
      ],
      "inputModes": ["text/plain"],
      "outputModes": ["text/plain", "text/markdown"]
    },
    {
      "id": "start-project",
      "name": "Start a Project",
      "description": "Contact LyfePixels to begin a new design project. We work with startups, SMEs, and established brands.",
      "tags": ["contact", "project", "quote", "hire"],
      "examples": [
        "I want to start a project",
        "How do I get a quote?",
        "How can I contact LyfePixels?"
      ],
      "inputModes": ["text/plain"],
      "outputModes": ["text/plain", "text/markdown"]
    }
  ]
}
