iiRecord
Agentic AI Atlas · Tilt
tool:tilta5c.ai
II.
Tool JSON

tool:tilt

Structured · live

Tilt json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · domain/tools/tools-dev-loop.yamlCluster · domain
Record JSON
{
  "id": "tool:tilt",
  "_kind": "Tool",
  "_file": "domain/tools/tools-dev-loop.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "Tilt",
    "homepageUrl": "https://tilt.dev",
    "kind": "orchestrator",
    "description": "Multi-service local Kubernetes dev tool that watches source files\nand rebuilds/redeploys with live-reload semantics.\n"
  },
  "outgoingEdges": [
    {
      "from": "tool:tilt",
      "to": "language:go",
      "kind": "belongs_to_language"
    },
    {
      "from": "tool:tilt",
      "to": "skill-area:containerization",
      "kind": "tool_used_by",
      "attributes": {}
    },
    {
      "from": "tool:tilt",
      "to": "skill-area:local-development",
      "kind": "used_for",
      "attributes": {}
    },
    {
      "from": "tool:tilt",
      "to": "skill-area:developer-experience",
      "kind": "used_for",
      "attributes": {}
    },
    {
      "from": "tool:tilt",
      "to": "tool:skaffold",
      "kind": "alternative_to",
      "attributes": {
        "comparison": "Kubernetes dev loops — Tilt has a UI dashboard; Skaffold is CLI-first"
      }
    }
  ],
  "incomingEdges": [
    {
      "from": "skill-area:containerization",
      "to": "tool:tilt",
      "kind": "uses_tool"
    },
    {
      "from": "tool:skaffold",
      "to": "tool:tilt",
      "kind": "alternative_to",
      "attributes": {
        "comparison": "Kubernetes dev loops — Skaffold is CLI-first; Tilt has a UI dashboard"
      }
    }
  ]
}