2 tools tagged
Showing 2 of 2 tools
A post-modern modal text editor
Helix is a post-modern modal text editor written in Rust, inspired by Kakoune and Neovim. It ships with built-in Tree-sitter support for syntax highlighting and structural editing across dozens of languages, native LSP integration for autocompletion and diagnostics, and multiple cursors as a first-class feature. Helix requires no plugin system or configuration to be productive out of the box, offering a selection-then-action editing model that reverses the Vim paradigm.
Turn code and docs into a queryable knowledge graph
Graphify is an open-source AI coding assistant skill that transforms folders of code, documentation, research papers, and images into queryable knowledge graphs. It works as a skill for Claude Code, Codex, OpenCode, and other AI coding assistants. Using tree-sitter AST parsing for 19 programming languages and Claude vision for documents and images, it builds NetworkX graphs with Leiden community detection, outputting interactive HTML visualizations and structured JSON for codebase exploration.