iiRecord
Agentic AI Atlas · encoding-handler
lib-skill:cli-mcp-development--encoding-handlera5c.ai
II.
LibrarySkill JSON

lib-skill:cli-mcp-development--encoding-handler

Structured · live

encoding-handler 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--encoding-handler",
  "_kind": "LibrarySkill",
  "_file": "generated-library/skills.yaml",
  "_cluster": "generated-library",
  "attributes": {
    "displayName": "encoding-handler",
    "description": "Handle text encoding across platforms including UTF-8, Windows codepages, and BOM handling.",
    "libraryPath": "library/specializations/cli-mcp-development/skills/encoding-handler/SKILL.md",
    "specialization": "cli-mcp-development",
    "contentSummary": "# Encoding Handler\n\nHandle text encoding across platforms.\n\n## Capabilities\n\n- Detect file encoding\n- Convert between encodings\n- Handle BOM markers\n- Configure Windows codepage support\n- Normalize text encoding\n- Handle encoding errors\n\n## Generated Patterns\n\n```typescript\nimport { "
  },
  "outgoingEdges": [
    {
      "from": "lib-skill:cli-mcp-development--encoding-handler",
      "to": "skill-area:cli-design",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-skill:cli-mcp-development--encoding-handler",
      "to": "skill-area:parsing-data-formats",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-skill:cli-mcp-development--encoding-handler",
      "to": "topic:developer-experience",
      "kind": "lib_covers_topic",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-skill:cli-mcp-development--encoding-handler",
      "to": "domain:software-engineering",
      "kind": "lib_applies_to_domain",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-skill:cli-mcp-development--encoding-handler",
      "to": "role:backend-engineer",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-skill:cli-mcp-development--encoding-handler",
      "to": "role:platform-engineer",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-skill:cli-mcp-development--encoding-handler",
      "to": "workflow:feature-development",
      "kind": "lib_implements_workflow",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-skill:cli-mcp-development--encoding-handler",
      "to": "specialization:cli-mcp-development",
      "kind": "lib_belongs_to_specialization",
      "attributes": {
        "weight": 1
      }
    }
  ],
  "incomingEdges": []
}