{
    "$schema": "https://agentskills.org/schema/index.json",
    "version": "1.0.0",
    "provider": {
        "name": "Hemtrix",
        "url": "https://hemtrix.com"
    },
    "skills": [
        {
            "id": "explore-services",
            "name": "Explore IT & Software Services",
            "description": "Query available software engineering, UI/UX, cloud infrastructure, and digital marketing capabilities.",
            "endpoint": "https://hemtrix.com/services",
            "methods": [
                "GET"
            ],
            "content_type": "text/markdown"
        },
        {
            "id": "read-case-studies",
            "name": "Read Portfolio Case Studies",
            "description": "Inspect completed client projects, architecture challenges, and delivery results.",
            "endpoint": "https://hemtrix.com/projects",
            "methods": [
                "GET"
            ],
            "content_type": "text/markdown"
        },
        {
            "id": "book-consultation",
            "name": "Book Consultation / Submit Inquiry",
            "description": "Send project details and request technical estimation or architecture discovery call.",
            "endpoint": "https://hemtrix.com/contact",
            "methods": [
                "POST"
            ],
            "content_type": "application/json"
        },
        {
            "id": "read-technical-articles",
            "name": "Read Engineering Blog Articles",
            "description": "Access technical insights on Laravel, React, Kubernetes, and Cloud Architecture.",
            "endpoint": "https://hemtrix.com/blog",
            "methods": [
                "GET"
            ],
            "content_type": "text/markdown"
        }
    ]
}