iiRecord
Agentic AI Atlas · EJS
library:ejsa5c.ai
II.
Library JSON

library:ejs

Structured · live

EJS json

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

File · domain/libraries/libraries-ts-utilities-templates.yamlCluster · domain
Record JSON
{
  "id": "library:ejs",
  "_kind": "Library",
  "_file": "domain/libraries/libraries-ts-utilities-templates.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "EJS",
    "belongsToLanguageId": "language:javascript",
    "category": "templating",
    "description": "Embedded JavaScript templating for Node.js that lets you generate\nHTML markup with plain JS inside <% %> tags; supports includes,\nlayouts, caching, and streaming output.\n"
  },
  "outgoingEdges": [
    {
      "from": "library:ejs",
      "to": "language:javascript",
      "kind": "belongs_to_language"
    },
    {
      "from": "library:ejs",
      "to": "skill-area:technical-documentation",
      "kind": "used_for"
    }
  ],
  "incomingEdges": [
    {
      "from": "library:handlebars",
      "to": "library:ejs",
      "kind": "alternative_to"
    }
  ]
}