II.
LibraryProcess JSON
Structured · livelib-process:desktop-development--system-services-integration
specializations/desktop-development/system-services-integration json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:desktop-development--system-services-integration",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "specializations/desktop-development/system-services-integration",
"description": "System Services Integration - Integrate with OS-level services including clipboard, global shortcuts,\npower management, screen capture, and system information APIs.",
"libraryPath": "library/specializations/desktop-development/system-services-integration.js",
"specialization": "desktop-development",
"references": [
"- Electron clipboard: https://www.electronjs.org/docs/latest/api/clipboard",
"- Electron globalShortcut: https://www.electronjs.org/docs/latest/api/global-shortcut",
"- Electron powerMonitor: https://www.electronjs.org/docs/latest/api/power-monitor"
],
"example": "const result = await orchestrate('specializations/desktop-development/system-services-integration', {\n projectName: 'MyDesktopApp',\n framework: 'Electron',\n services: ['clipboard', 'global-shortcuts', 'power-monitor', 'screen-capture', 'system-info'],\n targetPlatforms: ['windows', 'macos', 'linux']\n});",
"usesAgents": [
"services-analyst",
"electron-clipboard-handler",
"global-shortcut-manager",
"power-developer",
"desktop-capture-api",
"sysinfo-developer",
"services-validator"
]
},
"outgoingEdges": [
{
"from": "lib-process:desktop-development--system-services-integration",
"to": "skill-area:desktop-ui-frameworks",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:desktop-development--system-services-integration",
"to": "skill-area:cross-platform-desktop",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:desktop-development--system-services-integration",
"to": "domain:software-engineering",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:desktop-development--system-services-integration",
"to": "role:desktop-developer",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:desktop-development--system-services-integration",
"to": "role:fullstack-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:desktop-development--system-services-integration",
"to": "workflow:desktop-app-release",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:desktop-development--system-services-integration",
"to": "workflow:release-management",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:desktop-development--system-services-integration",
"to": "specialization:desktop-development",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 1
}
}
],
"incomingEdges": []
}