II.
Tool JSON
Structured · livetool:helix
Helix json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "tool:helix",
"_kind": "Tool",
"_file": "domain/tools/tools-editors.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Helix",
"homepageUrl": "https://helix-editor.com",
"kind": "other",
"description": "Post-modern modal terminal editor with built-in LSP, tree-sitter\nsyntax, and a multi-selection-first edit model.\n"
},
"outgoingEdges": [
{
"from": "tool:helix",
"to": "skill-area:editor-fluency",
"kind": "tool_used_by",
"attributes": {}
},
{
"from": "tool:helix",
"to": "skill-area:developer-environment",
"kind": "used_for",
"attributes": {}
},
{
"from": "tool:helix",
"to": "skill-area:editor-fluency",
"kind": "used_for",
"attributes": {}
},
{
"from": "tool:helix",
"to": "tool:vim",
"kind": "alternative_to",
"attributes": {
"comparison": "Modal terminal editors — Helix has built-in LSP and tree-sitter; Vim uses Vimscript"
}
},
{
"from": "tool:helix",
"to": "tool:emacs",
"kind": "alternative_to",
"attributes": {
"comparison": "Terminal editors — Helix has built-in LSP; Emacs uses Emacs Lisp"
}
},
{
"from": "tool:helix",
"to": "tool:neovim",
"kind": "alternative_to",
"attributes": {
"comparison": "Modal terminal editors — Helix has built-in LSP; Neovim requires plugins"
}
}
],
"incomingEdges": [
{
"from": "skill-area:editor-fluency",
"to": "tool:helix",
"kind": "uses_tool"
},
{
"from": "tool:vim",
"to": "tool:helix",
"kind": "alternative_to",
"attributes": {
"comparison": "Modal terminal editors — Vim uses Vimscript; Helix has built-in LSP and tree-sitter"
}
},
{
"from": "tool:emacs",
"to": "tool:helix",
"kind": "alternative_to",
"attributes": {
"comparison": "Terminal editors — Emacs uses Emacs Lisp; Helix has built-in LSP"
}
}
]
}