iiRecord
Agentic AI Atlas · Yarn
tool:yarna5c.ai
II.
Tool JSON

tool:yarn

Structured · live

Yarn json

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

File · domain/tools/yarn.yamlCluster · domain
Record JSON
{
  "id": "tool:yarn",
  "_kind": "Tool",
  "_file": "domain/tools/yarn.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "Yarn",
    "homepageUrl": "https://yarnpkg.com",
    "kind": "package-manager",
    "language": "language:javascript",
    "releasedAt": "2016",
    "description": "Package manager for JavaScript / Node.\n"
  },
  "outgoingEdges": [
    {
      "from": "tool:yarn",
      "to": "language:javascript",
      "kind": "belongs_to_language"
    },
    {
      "from": "tool:yarn",
      "to": "skill-area:developer-environment",
      "kind": "used_for",
      "attributes": {}
    },
    {
      "from": "tool:yarn",
      "to": "tool:npm",
      "kind": "alternative_to",
      "attributes": {
        "comparison": "JavaScript package managers"
      }
    },
    {
      "from": "tool:yarn",
      "to": "tool:pnpm",
      "kind": "alternative_to",
      "attributes": {
        "comparison": "JavaScript package managers"
      }
    },
    {
      "from": "tool:yarn",
      "to": "tool:bun",
      "kind": "alternative_to",
      "attributes": {
        "comparison": "JavaScript package managers / runtimes"
      }
    }
  ],
  "incomingEdges": [
    {
      "from": "tool:bun",
      "to": "tool:yarn",
      "kind": "alternative_to",
      "attributes": {
        "comparison": "JavaScript package managers / runtimes"
      }
    },
    {
      "from": "tool:npm",
      "to": "tool:yarn",
      "kind": "alternative_to",
      "attributes": {
        "comparison": "JavaScript package managers"
      }
    },
    {
      "from": "tool:pnpm",
      "to": "tool:yarn",
      "kind": "alternative_to",
      "attributes": {
        "comparison": "JavaScript package managers"
      }
    }
  ]
}