iiRecord
Agentic AI Atlas · string-algorithm-matcher
lib-skill:algorithms-optimization--string-algorithm-matchera5c.ai
II.
LibrarySkill JSON

lib-skill:algorithms-optimization--string-algorithm-matcher

Structured · live

string-algorithm-matcher 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:algorithms-optimization--string-algorithm-matcher",
  "_kind": "LibrarySkill",
  "_file": "generated-library/skills.yaml",
  "_cluster": "generated-library",
  "attributes": {
    "displayName": "string-algorithm-matcher",
    "description": "Match string problems to appropriate algorithms",
    "libraryPath": "library/specializations/algorithms-optimization/skills/string-algorithm-matcher/SKILL.md",
    "specialization": "algorithms-optimization",
    "contentSummary": "# String Algorithm Matcher Skill\n\n## Purpose\n\nMatch string processing problems to the most appropriate algorithms based on requirements and constraints.\n\n## Capabilities\n\n- Pattern matching algorithm selection (KMP, Z, Rabin-Karp)\n- Suffix structure selection (array vs tree vs automaton)\n- Palindrom"
  },
  "outgoingEdges": [
    {
      "from": "lib-skill:algorithms-optimization--string-algorithm-matcher",
      "to": "skill-area:string-matching",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-skill:algorithms-optimization--string-algorithm-matcher",
      "to": "skill-area:dynamic-programming",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-skill:algorithms-optimization--string-algorithm-matcher",
      "to": "domain:computer-science",
      "kind": "lib_applies_to_domain",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-skill:algorithms-optimization--string-algorithm-matcher",
      "to": "role:backend-engineer",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-skill:algorithms-optimization--string-algorithm-matcher",
      "to": "role:computational-scientist",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-skill:algorithms-optimization--string-algorithm-matcher",
      "to": "specialization:algorithms-optimization",
      "kind": "lib_belongs_to_specialization",
      "attributes": {
        "weight": 1
      }
    }
  ],
  "incomingEdges": []
}