II.
LibraryProcess JSON
Structured · livelib-process:cli-mcp-development--shell-script-development
specializations/cli-mcp-development/shell-script-development json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:cli-mcp-development--shell-script-development",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "specializations/cli-mcp-development/shell-script-development",
"description": "Shell Script Development - Build robust shell scripts with proper error handling,\nportability considerations, and testing strategies.",
"libraryPath": "library/specializations/cli-mcp-development/shell-script-development.js",
"specialization": "cli-mcp-development",
"references": [
"- Bash Guide: https://mywiki.wooledge.org/BashGuide",
"- ShellCheck: https://www.shellcheck.net/",
"- BATS testing: https://github.com/bats-core/bats-core"
],
"example": "const result = await orchestrate('specializations/cli-mcp-development/shell-script-development', {\n projectName: 'deploy-scripts',\n shellType: 'bash',\n targetPlatforms: ['linux', 'macos'],\n scriptType: 'automation'\n});",
"usesAgents": [
"shell-scripting-expert",
"cli-testing-architect",
"cli-packaging-specialist",
"cli-docs-writer"
]
},
"outgoingEdges": [
{
"from": "lib-process:cli-mcp-development--shell-script-development",
"to": "skill-area:cli-design",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:cli-mcp-development--shell-script-development",
"to": "skill-area:mcp-server-implementation",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:cli-mcp-development--shell-script-development",
"to": "skill-area:command-line-interface-tools",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.5
}
},
{
"from": "lib-process:cli-mcp-development--shell-script-development",
"to": "topic:developer-experience",
"kind": "lib_covers_topic",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:cli-mcp-development--shell-script-development",
"to": "domain:software-engineering",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:cli-mcp-development--shell-script-development",
"to": "role:backend-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:cli-mcp-development--shell-script-development",
"to": "role:platform-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:cli-mcp-development--shell-script-development",
"to": "workflow:sdk-api-design",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:cli-mcp-development--shell-script-development",
"to": "specialization:cli-mcp-development",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:cli-mcp-development--shell-script-development",
"to": "lib-agent:cli-mcp-development--cli-testing-architect",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
},
{
"from": "lib-process:cli-mcp-development--shell-script-development",
"to": "lib-agent:cli-mcp-development--cli-docs-writer",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
}
],
"incomingEdges": []
}