II.
Library JSON
Structured · livelibrary:commander
Commander json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "library:commander",
"_kind": "Library",
"_file": "domain/libraries/libraries-node-backend.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Commander",
"belongsToLanguageId": "language:javascript",
"category": "other",
"description": "Complete solution for building Node.js CLI programs — argument\nparsing, subcommands, options with defaults, auto-generated help\ntext, and custom error handling.\n"
},
"outgoingEdges": [
{
"from": "library:commander",
"to": "language:javascript",
"kind": "belongs_to_language"
},
{
"from": "library:commander",
"to": "skill-area:cli-design",
"kind": "used_for"
},
{
"from": "library:commander",
"to": "library:inquirer",
"kind": "alternative_to"
},
{
"from": "library:commander",
"to": "library:zx",
"kind": "alternative_to"
}
],
"incomingEdges": [
{
"from": "specialization:cli-mcp-development",
"to": "library:commander",
"kind": "uses_library"
},
{
"from": "stack-profile:cli-tool-suite",
"to": "library:commander",
"kind": "composed_of"
},
{
"from": "stack-profile:release-orchestration",
"to": "library:commander",
"kind": "composed_of"
}
]
}