II.
LibrarySkill JSON
Structured · livelib-skill:game-development--steering-behaviors
steering-behaviors json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-skill:game-development--steering-behaviors",
"_kind": "LibrarySkill",
"_file": "generated-library/skills.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "steering-behaviors",
"description": "Steering behaviors skill for flocking, avoidance, and group movement.",
"libraryPath": "library/specializations/game-development/skills/steering-behaviors/SKILL.md",
"specialization": "game-development",
"contentSummary": "# Steering Behaviors Skill\n\nAI steering and movement behaviors.\n\n## Capabilities\n\n- Seek/flee/arrive\n- Flocking (separation, alignment, cohesion)\n- Obstacle avoidance\n- Path following"
},
"outgoingEdges": [
{
"from": "lib-skill:game-development--steering-behaviors",
"to": "skill-area:game-ai-pathfinding",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:game-development--steering-behaviors",
"to": "skill-area:gameplay-programming",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-skill:game-development--steering-behaviors",
"to": "domain:gaming",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:game-development--steering-behaviors",
"to": "role:game-developer",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:game-development--steering-behaviors",
"to": "specialization:game-development",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 1
}
}
],
"incomingEdges": []
}