II.
SkillArea JSON
Structured · liveskill-area:local-development
Local Development Environment json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "skill-area:local-development",
"_kind": "SkillArea",
"_file": "domain/skill-areas/skill-areas-external-systems.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Local Development Environment",
"description": "Setting up and optimizing local development environments — dev containers,\nhot reload, local databases, mock services, and environment parity.\n",
"domains": [
"domain:software-engineering",
"domain:devops"
],
"expertiseLevels": [
"novice",
"intermediate"
]
},
"outgoingEdges": [
{
"from": "skill-area:local-development",
"to": "domain:software-engineering",
"kind": "applies_to",
"attributes": {
"confidence": "primary"
}
}
],
"incomingEdges": [
{
"from": "orch-primitive:workspace-create",
"to": "skill-area:local-development",
"kind": "orch_requires_skill_area",
"attributes": {}
},
{
"from": "orch-primitive:workspace-snapshot",
"to": "skill-area:local-development",
"kind": "orch_requires_skill_area",
"attributes": {}
},
{
"from": "skill-area:software-development",
"to": "skill-area:local-development",
"kind": "prerequisite_for_learning",
"attributes": {
"strength": "recommended"
}
},
{
"from": "tool:tilt",
"to": "skill-area:local-development",
"kind": "used_for",
"attributes": {}
},
{
"from": "tool:skaffold",
"to": "skill-area:local-development",
"kind": "used_for",
"attributes": {}
},
{
"from": "tool:colima",
"to": "skill-area:local-development",
"kind": "used_for",
"attributes": {}
},
{
"from": "tool:replit",
"to": "skill-area:local-development",
"kind": "used_for",
"attributes": {}
},
{
"from": "tool:gitpod",
"to": "skill-area:local-development",
"kind": "used_for",
"attributes": {}
},
{
"from": "tool:codespaces",
"to": "skill-area:local-development",
"kind": "used_for",
"attributes": {}
},
{
"from": "tool:stackblitz",
"to": "skill-area:local-development",
"kind": "used_for",
"attributes": {}
},
{
"from": "tool:codesandbox",
"to": "skill-area:local-development",
"kind": "used_for",
"attributes": {}
},
{
"from": "tool:docker-compose",
"to": "skill-area:local-development",
"kind": "used_for",
"attributes": {}
},
{
"from": "tool:kind",
"to": "skill-area:local-development",
"kind": "used_for",
"attributes": {}
},
{
"from": "tool:minikube",
"to": "skill-area:local-development",
"kind": "used_for",
"attributes": {}
},
{
"from": "tool:ngrok",
"to": "skill-area:local-development",
"kind": "tool_used_by",
"attributes": {}
}
]
}