{
  "$schema": "https://agent2agent.info/schemas/v1.0/agent-card.json",
  "name": "Generic Suburban Contractor",
  "description": "Local outdoor services outfit providing gardening, fence repairs, basic painting, irrigation, composting, fertilizers, and plant transplanting across suburban neighborhoods.",
  "version": "1.0.0",
  "url": "https://contractguys.trade",
  "contactEmail": "contact@contractguys.trade",
  "supportedInterfaces": [
    {
      "url": "https://contractguys.trade/llms.txt",
      "protocolBinding": "HTTP",
      "protocolVersion": "1.1"
    }
  ],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "extendedAgentCard": false
  },
  "defaultInputModes": ["text/plain", "text/markdown"],
  "defaultOutputModes": ["text/plain", "text/markdown"],
  "skills": [
    {
      "id": "gardening-and-yard-care",
      "name": "Gardening and Yard Care",
      "description": "Plant bed preparation, seasonal weeding, shrub and hedge pruning, and ongoing upkeep.",
      "tags": ["gardening", "pruning", "weeding", "yard-care", "landscaping"],
      "examples": ["Can you prune my bushes and weed the flower beds?", "Do you provide seasonal yard maintenance?"]
    },
    {
      "id": "fence-repairs-painting",
      "name": "Fence Repairs and Basic Painting",
      "description": "Straightforward fixes for gates, boards, weathered posts, and localized touch-up painting.",
      "tags": ["fence", "repairs", "painting", "gates", "posts"],
      "examples": ["Can you fix a sagging fence gate?", "Can you replace broken fence pickets and touch up paint?"]
    },
    {
      "id": "irrigation-services",
      "name": "Irrigation Installation and Maintenance",
      "description": "Simple drip systems and lawn sprinklers installed and maintained for reliable, even watering.",
      "tags": ["irrigation", "sprinklers", "drip-lines", "watering"],
      "examples": ["Can you install drip irrigation for garden beds?", "Can you fix leaking sprinkler lines?"]
    },
    {
      "id": "composting-and-fertilizers",
      "name": "Composting and Lawn/Bed Fertilizers",
      "description": "Setting up compost piles and transparent application of lawn and plant fertilizers.",
      "tags": ["composting", "fertilizers", "lawn-care", "soil"],
      "examples": ["How do I start a compost bin?", "Do you apply seasonal fertilizer to grass?"]
    },
    {
      "id": "plant-transplanting",
      "name": "Plant Transplanting",
      "description": "Careful relocation of shrubs, perennials, and small trees to prevent transplant shock.",
      "tags": ["transplanting", "shrubs", "perennials", "planting"],
      "examples": ["Can you move mature shrubs to another spot in my yard?"]
    },
    {
      "id": "contact-and-estimates",
      "name": "Contact and Service Estimates",
      "description": "Submit work requests directly via the homepage form (https://contractguys.trade/#top) or email (contact@contractguys.trade) for job assessments in suburban areas.",
      "tags": ["contact", "estimate", "work-request", "email", "quotes"],
      "examples": ["How can I get an estimate for yard work?", "Where do I submit a work request?", "What is your contact email?"]
    }
  ]
}
