II.
Tool JSON
Structured · livetool:bat
bat json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "tool:bat",
"_kind": "Tool",
"_file": "domain/tools/tools-dev-cli.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "bat",
"homepageUrl": "https://github.com/sharkdp/bat",
"kind": "other",
"description": "A cat clone with syntax highlighting and Git integration.\nRenders file contents with color, line numbers, and diff-aware\npaging; integrates with fzf for interactive file previews.\n"
},
"outgoingEdges": [
{
"from": "tool:bat",
"to": "language:rust",
"kind": "belongs_to_language"
},
{
"from": "tool:bat",
"to": "skill-area:cli-tooling",
"kind": "tool_used_by",
"attributes": {}
},
{
"from": "tool:bat",
"to": "skill-area:developer-experience",
"kind": "used_for",
"attributes": {}
},
{
"from": "tool:bat",
"to": "tool:delta",
"kind": "alternative_to",
"attributes": {
"comparison": "Terminal display tools — bat shows file contents with syntax highlighting; delta shows diffs"
}
}
],
"incomingEdges": [
{
"from": "tool:delta",
"to": "tool:bat",
"kind": "alternative_to",
"attributes": {
"comparison": "Terminal display tools — delta shows diffs; bat shows file contents with syntax highlighting"
}
}
]
}