iiRecord
Agentic AI Atlas · Prettier
tool:prettiera5c.ai
II.
Tool JSON

tool:prettier

Structured · live

Prettier json

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

File · domain/tools/prettier.yamlCluster · domain
Record JSON
{
  "id": "tool:prettier",
  "_kind": "Tool",
  "_file": "domain/tools/prettier.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "Prettier",
    "homepageUrl": "https://prettier.io",
    "kind": "formatter",
    "language": "language:javascript",
    "description": "Opinionated code formatter for JavaScript / TypeScript / CSS / Markdown / and more.\n"
  },
  "outgoingEdges": [
    {
      "from": "tool:prettier",
      "to": "language:javascript",
      "kind": "belongs_to_language"
    },
    {
      "from": "tool:prettier",
      "to": "skill-area:code-quality",
      "kind": "used_for"
    },
    {
      "from": "tool:prettier",
      "to": "tool:eslint",
      "kind": "alternative_to",
      "attributes": {
        "comparison": "JavaScript linters / formatters"
      }
    },
    {
      "from": "tool:prettier",
      "to": "tool:biome",
      "kind": "alternative_to",
      "attributes": {
        "comparison": "JavaScript linters / formatters"
      }
    }
  ],
  "incomingEdges": [
    {
      "from": "stack-profile:open-source-library",
      "to": "tool:prettier",
      "kind": "composed_of"
    },
    {
      "from": "stack-profile:sdk-developer-kit",
      "to": "tool:prettier",
      "kind": "composed_of"
    },
    {
      "from": "tool:biome",
      "to": "tool:prettier",
      "kind": "alternative_to",
      "attributes": {
        "comparison": "JavaScript linters / formatters"
      }
    },
    {
      "from": "tool:eslint",
      "to": "tool:prettier",
      "kind": "alternative_to",
      "attributes": {
        "comparison": "JavaScript linters / formatters"
      }
    },
    {
      "from": "tool-server:mcp-prettier",
      "to": "tool:prettier",
      "kind": "integrates_with",
      "attributes": {}
    }
  ]
}