II.
LibrarySkill JSON
Structured · livelib-skill:game-development--lag-compensation
lag-compensation json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-skill:game-development--lag-compensation",
"_kind": "LibrarySkill",
"_file": "generated-library/skills.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "lag-compensation",
"description": "Lag compensation skill for client-side prediction and rollback.",
"libraryPath": "library/specializations/game-development/skills/lag-compensation/SKILL.md",
"specialization": "game-development",
"contentSummary": "# Lag Compensation Skill\n\nNetwork lag compensation techniques.\n\n## Capabilities\n\n- Client-side prediction\n- Server reconciliation\n- Rollback netcode\n- Hitbox rewinding"
},
"outgoingEdges": [
{
"from": "lib-skill:game-development--lag-compensation",
"to": "skill-area:multiplayer-networking",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:game-development--lag-compensation",
"to": "skill-area:gameplay-programming",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-skill:game-development--lag-compensation",
"to": "domain:gaming",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:game-development--lag-compensation",
"to": "role:game-developer",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:game-development--lag-compensation",
"to": "specialization:game-development",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 1
}
}
],
"incomingEdges": []
}