II.
SkillArea JSON
Structured · liveskill-area:model-registry-management
Automated Training and Model Registry json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "skill-area:model-registry-management",
"_kind": "SkillArea",
"_file": "domain/skill-areas/curated-ai-ml-ops-skill-areas.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Automated Training and Model Registry",
"description": "Managing trained-model versions and promotion flow - lineage, artifact\nregistration, stage transitions, and reproducible training outputs.\n",
"domains": [
"domain:ml-ops"
],
"expertiseLevels": [
"intermediate",
"expert"
]
},
"outgoingEdges": [
{
"from": "skill-area:model-registry-management",
"to": "domain:ml-ops",
"kind": "applies_to",
"attributes": {
"confidence": "primary"
}
},
{
"from": "skill-area:model-registry-management",
"to": "skill-area:model-validation-testing",
"kind": "requires_skill_area"
}
],
"incomingEdges": [
{
"from": "skill-area:automated-retraining",
"to": "skill-area:model-registry-management",
"kind": "requires_skill_area"
},
{
"from": "skill-area:machine-learning",
"to": "skill-area:model-registry-management",
"kind": "prerequisite_for_learning",
"attributes": {
"strength": "recommended"
}
},
{
"from": "stack-profile:feature-store-mlops",
"to": "skill-area:model-registry-management",
"kind": "requires_skill_area"
},
{
"from": "lib-skill:data-science-ml--mlflow-experiment-tracker",
"to": "skill-area:model-registry-management",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
}
]
}