II.
Tool JSON
Structured · livetool:tmux
tmux json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "tool:tmux",
"_kind": "Tool",
"_file": "domain/tools/tools-cli-utils.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "tmux",
"homepageUrl": "https://github.com/tmux/tmux",
"kind": "other",
"description": "Terminal multiplexer for splitting, detaching, and resuming\nterminal sessions over SSH.\n"
},
"outgoingEdges": [
{
"from": "tool:tmux",
"to": "language:c",
"kind": "belongs_to_language"
},
{
"from": "tool:tmux",
"to": "skill-area:cli-tooling",
"kind": "tool_used_by",
"attributes": {}
},
{
"from": "tool:tmux",
"to": "skill-area:developer-experience",
"kind": "used_for",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "skill-area:cli-tooling",
"to": "tool:tmux",
"kind": "uses_tool"
}
]
}