iiRecord
Agentic AI Atlas · complexity-analyzer
lib-skill:algorithms-optimization--complexity-analyzera5c.ai
II.
LibrarySkill JSON

lib-skill:algorithms-optimization--complexity-analyzer

Structured · live

complexity-analyzer 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--complexity-analyzer",
  "_kind": "LibrarySkill",
  "_file": "generated-library/skills.yaml",
  "_cluster": "generated-library",
  "attributes": {
    "displayName": "complexity-analyzer",
    "description": "Automated Big-O complexity analysis of code and algorithms. Performs static analysis of loop structures, recursive call trees, space complexity estimation, and amortized analysis with detailed derivation documents.",
    "libraryPath": "library/specializations/algorithms-optimization/skills/complexity-analyzer/SKILL.md",
    "specialization": "algorithms-optimization",
    "contentSummary": "# complexity-analyzer\n\nA specialized skill for automated analysis of algorithm time and space complexity, providing Big-O notation analysis, detailed derivations, and optimization recommendations.\n\n## Purpose\n\nAnalyze code and algorithms to determine:\n- Time complexity (Big-O, Big-Omega, Big-Theta)\n"
  },
  "outgoingEdges": [
    {
      "from": "lib-skill:algorithms-optimization--complexity-analyzer",
      "to": "skill-area:dynamic-programming",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-skill:algorithms-optimization--complexity-analyzer",
      "to": "skill-area:graph-algorithms",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-skill:algorithms-optimization--complexity-analyzer",
      "to": "skill-area:mathematical-reasoning",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 0.5
      }
    },
    {
      "from": "lib-skill:algorithms-optimization--complexity-analyzer",
      "to": "domain:computer-science",
      "kind": "lib_applies_to_domain",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-skill:algorithms-optimization--complexity-analyzer",
      "to": "role:backend-engineer",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-skill:algorithms-optimization--complexity-analyzer",
      "to": "role:computational-scientist",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-skill:algorithms-optimization--complexity-analyzer",
      "to": "specialization:algorithms-optimization",
      "kind": "lib_belongs_to_specialization",
      "attributes": {
        "weight": 1
      }
    }
  ],
  "incomingEdges": []
}