iiRecord
Agentic AI Atlas · yaml-json-toml-loader
lib-skill:cli-mcp-development--yaml-json-toml-loadera5c.ai
II.
LibrarySkill JSON

lib-skill:cli-mcp-development--yaml-json-toml-loader

Structured · live

yaml-json-toml-loader json

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

File · generated-library/skills.yamlCluster · generated-library
Record JSON
{
  "id": "lib-skill:cli-mcp-development--yaml-json-toml-loader",
  "_kind": "LibrarySkill",
  "_file": "generated-library/skills.yaml",
  "_cluster": "generated-library",
  "attributes": {
    "displayName": "yaml-json-toml-loader",
    "description": "Generate multi-format configuration file loaders for YAML, JSON, and TOML formats.",
    "libraryPath": "library/specializations/cli-mcp-development/skills/yaml-json-toml-loader/SKILL.md",
    "specialization": "cli-mcp-development",
    "contentSummary": "# YAML/JSON/TOML Loader\n\nGenerate multi-format config file loaders.\n\n## Generated Patterns\n\n```typescript\nimport fs from 'fs';\nimport path from 'path';\nimport yaml from 'yaml';\nimport toml from '@iarna/toml';\n\ntype ConfigFormat = 'json' | 'yaml' | 'toml' | 'auto';\n\nexport function load"
  },
  "outgoingEdges": [
    {
      "from": "lib-skill:cli-mcp-development--yaml-json-toml-loader",
      "to": "skill-area:cli-design",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-skill:cli-mcp-development--yaml-json-toml-loader",
      "to": "skill-area:parsing-data-formats",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-skill:cli-mcp-development--yaml-json-toml-loader",
      "to": "topic:developer-experience",
      "kind": "lib_covers_topic",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-skill:cli-mcp-development--yaml-json-toml-loader",
      "to": "domain:software-engineering",
      "kind": "lib_applies_to_domain",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-skill:cli-mcp-development--yaml-json-toml-loader",
      "to": "role:backend-engineer",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-skill:cli-mcp-development--yaml-json-toml-loader",
      "to": "role:platform-engineer",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-skill:cli-mcp-development--yaml-json-toml-loader",
      "to": "workflow:feature-development",
      "kind": "lib_implements_workflow",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-skill:cli-mcp-development--yaml-json-toml-loader",
      "to": "specialization:cli-mcp-development",
      "kind": "lib_belongs_to_specialization",
      "attributes": {
        "weight": 1
      }
    }
  ],
  "incomingEdges": []
}