II.
LibrarySkill JSON
Structured · livelib-skill:shared--multi-service-orchestration
multi-service-orchestration json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-skill:shared--multi-service-orchestration",
"_kind": "LibrarySkill",
"_file": "generated-library/skills.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "multi-service-orchestration",
"description": "PM2 process management, backend/frontend cascade execution, parallel worktree builds, and cross-service integration testing.",
"libraryPath": "library/methodologies/everything-claude-code/skills/multi-service-orchestration/SKILL.md",
"contentSummary": "- Scan for service directories (packages/, services/, apps/)\n- Parse package.json for dependencies and scripts\n- Build dependency graph\n- Detect package managers per service\n- Determine topological execution order\n- Flag circular dependencies\n\n## Execution Modes\n\n### Cascade Mode\n- Sequent"
},
"outgoingEdges": [
{
"from": "lib-skill:shared--multi-service-orchestration",
"to": "skill-area:agentic-loops",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:shared--multi-service-orchestration",
"to": "skill-area:orchestration-loop",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-skill:shared--multi-service-orchestration",
"to": "topic:developer-experience",
"kind": "lib_covers_topic",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:shared--multi-service-orchestration",
"to": "domain:software-engineering",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:shared--multi-service-orchestration",
"to": "role:tech-lead",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:shared--multi-service-orchestration",
"to": "role:backend-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-skill:shared--multi-service-orchestration",
"to": "workflow:feature-development",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
}
],
"incomingEdges": []
}