II.
SkillArea JSON
Structured · liveskill-area:multi-app-orchestration
Multi-App Orchestration json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "skill-area:multi-app-orchestration",
"_kind": "SkillArea",
"_file": "domain/skill-areas/skill-areas-agentic-benchmarks.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Multi-App Orchestration",
"description": "Completing tasks that span many distinct applications/APIs — chaining\nactions across email, calendar, files, ticketing, code, and SaaS\nsurfaces, threading state between them, and recovering from per-app\nfailures (as exercised by AppWorld and TheAgentCompany-style\nevaluations).\n",
"domains": [
"specialization:ai-agents-conversational"
],
"expertiseLevels": [
"intermediate",
"expert"
]
},
"outgoingEdges": [
{
"from": "skill-area:multi-app-orchestration",
"to": "specialization:ai-agents-conversational",
"kind": "applies_to",
"attributes": {
"confidence": "primary"
}
}
],
"incomingEdges": [
{
"from": "benchmark:appworld",
"to": "skill-area:multi-app-orchestration",
"kind": "covers",
"attributes": {
"attributes": {
"coverage": "full",
"weight": 0.7
}
}
},
{
"from": "benchmark:the-agent-company",
"to": "skill-area:multi-app-orchestration",
"kind": "covers",
"attributes": {
"attributes": {
"coverage": "full",
"weight": 0.6
}
}
},
{
"from": "skill-area:prompt-engineering",
"to": "skill-area:multi-app-orchestration",
"kind": "prerequisite_for_learning",
"attributes": {
"strength": "recommended"
}
},
{
"from": "lib-skill:ai-agents-conversational--multi-app-orchestration",
"to": "skill-area:multi-app-orchestration",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
}
]
}