II.
LibraryProcess JSON
Structured · livelib-process:cli-mcp-development--argument-parser-setup
specializations/cli-mcp-development/argument-parser-setup json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:cli-mcp-development--argument-parser-setup",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "specializations/cli-mcp-development/argument-parser-setup",
"description": "Argument Parser Setup - Implement comprehensive argument parsing with validation, help generation,\ncustom types, environment variable fallbacks, and shell completion scripts.",
"libraryPath": "library/specializations/cli-mcp-development/argument-parser-setup.js",
"specialization": "cli-mcp-development",
"references": [
"- Yargs: https://yargs.js.org/",
"- Argparse: https://docs.python.org/3/library/argparse.html",
"- Cobra: https://cobra.dev/"
],
"example": "const result = await orchestrate('specializations/cli-mcp-development/argument-parser-setup', {\n projectName: 'data-cli',\n language: 'typescript',\n framework: 'commander',\n commands: [{ name: 'process', args: ['input'], options: ['--output', '--format'] }],\n globalOptions: ['--verbose', '--config']\n});",
"usesAgents": [
"argument-schema-designer",
"cli-testing-architect",
"cli-docs-writer"
]
},
"outgoingEdges": [
{
"from": "lib-process:cli-mcp-development--argument-parser-setup",
"to": "skill-area:cli-design",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:cli-mcp-development--argument-parser-setup",
"to": "skill-area:mcp-server-implementation",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:cli-mcp-development--argument-parser-setup",
"to": "skill-area:cli-tooling",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.5
}
},
{
"from": "lib-process:cli-mcp-development--argument-parser-setup",
"to": "topic:developer-experience",
"kind": "lib_covers_topic",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:cli-mcp-development--argument-parser-setup",
"to": "domain:software-engineering",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:cli-mcp-development--argument-parser-setup",
"to": "role:backend-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:cli-mcp-development--argument-parser-setup",
"to": "role:platform-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:cli-mcp-development--argument-parser-setup",
"to": "workflow:sdk-api-design",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:cli-mcp-development--argument-parser-setup",
"to": "specialization:cli-mcp-development",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:cli-mcp-development--argument-parser-setup",
"to": "lib-agent:cli-mcp-development--argument-schema-designer",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
},
{
"from": "lib-process:cli-mcp-development--argument-parser-setup",
"to": "lib-agent:cli-mcp-development--cli-testing-architect",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
},
{
"from": "lib-process:cli-mcp-development--argument-parser-setup",
"to": "lib-agent:cli-mcp-development--cli-docs-writer",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
}
],
"incomingEdges": []
}