iiRecord
Agentic AI Atlas · shader-optimization
lib-skill:game-development--shader-optimizationa5c.ai
II.
LibrarySkill JSON

lib-skill:game-development--shader-optimization

Structured · live

shader-optimization 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:game-development--shader-optimization",
  "_kind": "LibrarySkill",
  "_file": "generated-library/skills.yaml",
  "_cluster": "generated-library",
  "attributes": {
    "displayName": "shader-optimization",
    "description": "Shader performance optimization skill for instruction counting, GPU profiling, and rendering efficiency.",
    "libraryPath": "library/specializations/game-development/skills/shader-optimization/SKILL.md",
    "specialization": "game-development",
    "contentSummary": "# Shader Optimization Skill\n\nShader performance optimization techniques.\n\n## Overview\n\nThis skill provides capabilities for optimizing shader performance.\n\n## Capabilities\n\n- Instruction counting\n- ALU optimization\n- Texture sample reduction\n- Shader variant management\n- GPU profiling\n"
  },
  "outgoingEdges": [
    {
      "from": "lib-skill:game-development--shader-optimization",
      "to": "skill-area:shader-programming",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-skill:game-development--shader-optimization",
      "to": "skill-area:performance-monitoring-profiling",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-skill:game-development--shader-optimization",
      "to": "domain:gaming",
      "kind": "lib_applies_to_domain",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-skill:game-development--shader-optimization",
      "to": "role:game-developer",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-skill:game-development--shader-optimization",
      "to": "specialization:game-development",
      "kind": "lib_belongs_to_specialization",
      "attributes": {
        "weight": 1
      }
    }
  ],
  "incomingEdges": []
}