II.
SkillArea JSON
Structured · liveskill-area:deployment
Deployment json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "skill-area:deployment",
"_kind": "SkillArea",
"_file": "domain/skill-areas/skill-areas-missing.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Deployment",
"description": "Application deployment strategies covering blue-green, canary, and rolling\ndeployments. Includes deployment automation, environment promotion pipelines,\nand rollback procedures for reliable software delivery.\n",
"domains": [
"domain:devops"
],
"expertiseLevels": [
"intermediate",
"expert"
]
},
"outgoingEdges": [
{
"from": "skill-area:deployment",
"to": "domain:devops",
"kind": "applies_to",
"attributes": {
"confidence": "primary"
}
}
],
"incomingEdges": [
{
"from": "library:uvicorn",
"to": "skill-area:deployment",
"kind": "library_used_by",
"attributes": {}
},
{
"from": "library:gunicorn",
"to": "skill-area:deployment",
"kind": "library_used_by",
"attributes": {}
},
{
"from": "skill-area:deployment-automation",
"to": "skill-area:deployment",
"kind": "prerequisite_for_learning",
"attributes": {
"strength": "recommended"
}
},
{
"from": "stack-profile:lamp-stack",
"to": "skill-area:deployment",
"kind": "requires_skill_area"
},
{
"from": "tool:docker",
"to": "skill-area:deployment",
"kind": "used_for",
"attributes": {}
},
{
"from": "lib-skill:bioinformatics--singularity-container-manager",
"to": "skill-area:deployment",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.5
}
},
{
"from": "lib-skill:meta--examples",
"to": "skill-area:deployment",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
}
]
}