{
  "$schema": "https://agentskills.io/schema/v0.2.0/index.json",
  "skills": [
    {
      "name": "apex-test-runner",
      "type": "mcp",
      "description": "Run Apex tests locally and return JUnit-style results. Supports filtering by class, method, and test suite.",
      "url": "https://testnimbus.dev/docs#cmd-mcp",
      "sha256": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
    },
    {
      "name": "coverage-report",
      "type": "mcp",
      "description": "Retrieve Apex code coverage data including line and branch coverage per class.",
      "url": "https://testnimbus.dev/docs#cmd-mcp",
      "sha256": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
    },
    {
      "name": "test-class-listing",
      "type": "mcp",
      "description": "List all Apex test classes and their test methods in the current project.",
      "url": "https://testnimbus.dev/docs#cmd-mcp",
      "sha256": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
    },
    {
      "name": "anonymous-apex",
      "type": "mcp",
      "description": "Execute anonymous Apex code and return the result. Useful for quick prototyping and debugging.",
      "url": "https://testnimbus.dev/docs#cmd-mcp",
      "sha256": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
    },
    {
      "name": "execution-trace",
      "type": "mcp",
      "description": "Retrieve an OpenTelemetry execution trace for a test run, including method calls, SOQL, DML, and branch coverage.",
      "url": "https://testnimbus.dev/docs#cmd-mcp",
      "sha256": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
    },
    {
      "name": "documentation-search",
      "type": "mcp",
      "description": "Search Nimbus documentation and website content via Cloudflare AI Search. Answers questions about installation, CLI usage, configuration, and Apex testing.",
      "url": "https://0bd789ac-8796-4358-86c8-0ad99b89897c.search.ai.cloudflare.com/mcp",
      "sha256": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
    }
  ]
}
