II.
LibraryProcess JSON
Structured · livelib-process:cli-mcp-development--cli-application-bootstrap
specializations/cli-mcp-development/cli-application-bootstrap json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:cli-mcp-development--cli-application-bootstrap",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "specializations/cli-mcp-development/cli-application-bootstrap",
"description": "CLI Application Bootstrap - Create a new CLI application with project structure, argument parsing, and basic commands\nusing modern CLI frameworks like Commander.js, Click, or Cobra.",
"libraryPath": "library/specializations/cli-mcp-development/cli-application-bootstrap.js",
"specialization": "cli-mcp-development",
"references": [
"- Commander.js: https://github.com/tj/commander.js",
"- Click: https://click.palletsprojects.com/",
"- Cobra: https://cobra.dev/",
"- CLI Guidelines: https://clig.dev/"
],
"example": "const result = await orchestrate('specializations/cli-mcp-development/cli-application-bootstrap', {\n projectName: 'my-cli-tool',\n language: 'typescript',\n framework: 'commander',\n packageManager: 'npm',\n features: ['typescript', 'eslint', 'testing', 'ci']\n});",
"usesAgents": [
"cli-ux-architect",
"cli-developer",
"technical-writer"
]
},
"outgoingEdges": [
{
"from": "lib-process:cli-mcp-development--cli-application-bootstrap",
"to": "skill-area:cli-design",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:cli-mcp-development--cli-application-bootstrap",
"to": "skill-area:mcp-server-implementation",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:cli-mcp-development--cli-application-bootstrap",
"to": "topic:developer-experience",
"kind": "lib_covers_topic",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:cli-mcp-development--cli-application-bootstrap",
"to": "domain:software-engineering",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:cli-mcp-development--cli-application-bootstrap",
"to": "role:backend-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:cli-mcp-development--cli-application-bootstrap",
"to": "role:platform-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:cli-mcp-development--cli-application-bootstrap",
"to": "workflow:sdk-api-design",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:cli-mcp-development--cli-application-bootstrap",
"to": "specialization:cli-mcp-development",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:cli-mcp-development--cli-application-bootstrap",
"to": "lib-agent:cli-mcp-development--cli-ux-architect",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
},
{
"from": "lib-process:cli-mcp-development--cli-application-bootstrap",
"to": "lib-agent:meta--technical-writer",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
}
],
"incomingEdges": []
}