II.
SkillArea JSON
Structured · liveskill-area:cloud-deployment
Cloud Deployment json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "skill-area:cloud-deployment",
"_kind": "SkillArea",
"_file": "domain/skill-areas/skill-areas-ecosystem-expansion.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Cloud Deployment",
"description": "Deploying applications to cloud platforms — containerized deployments,\nmanaged services, multi-region strategies, blue-green and canary releases,\nand GitOps-driven reconciliation on AWS, GCP, and Azure.\n",
"domains": [
"domain:cloud-infra"
],
"expertiseLevels": [
"intermediate",
"expert"
]
},
"outgoingEdges": [
{
"from": "skill-area:cloud-deployment",
"to": "domain:cloud-infra",
"kind": "applies_to",
"attributes": {
"confidence": "primary"
}
},
{
"from": "skill-area:cloud-deployment",
"to": "skill-area:deployment-automation",
"kind": "prerequisite_for_learning",
"attributes": {
"strength": "required"
}
}
],
"incomingEdges": [
{
"from": "skill-area:cloud-infrastructure",
"to": "skill-area:cloud-deployment",
"kind": "prerequisite_for_learning",
"attributes": {
"strength": "recommended"
}
},
{
"from": "stack-profile:podcast-audio-platform",
"to": "skill-area:cloud-deployment",
"kind": "requires_skill_area"
},
{
"from": "stack-profile:serverless-aws",
"to": "skill-area:cloud-deployment",
"kind": "requires_skill_area"
},
{
"from": "tool:render",
"to": "skill-area:cloud-deployment",
"kind": "tool_used_by",
"attributes": {}
},
{
"from": "tool:render",
"to": "skill-area:cloud-deployment",
"kind": "used_for"
}
]
}