Add graphify, a tool that turns any folder of code, docs, papers, images, or videos into a queryable knowledge graph for AI coding assistants. Includes tree-sitter grammar filtering to use only grammars available in nixpkgs, with missing grammars falling back to runtime downloads.
This commit is contained in:
@@ -14,6 +14,7 @@ A custom Nix overlay and flake providing additional packages not found in upstre
|
||||
|---------|-------------|----------|
|
||||
| `container-use` | Containerized environments for coding agents | AI Coding Agents |
|
||||
| `goose-cli` | CLI for Goose - a local, extensible, open source AI agent that automates engineering tasks | AI Coding Agents |
|
||||
| `graphify` | Turn any folder of code, docs, papers, images, or videos into a queryable knowledge graph | AI Coding Agents |
|
||||
| `mcp-gateway` | Universal Model Context Protocol gateway that sits between AI client and MCP tools/servers | MCP Servers |
|
||||
| `skillsmcp` | MCP server that exposes Agent Skills to AI agents via the Model Context Protocol | MCP Servers |
|
||||
| `kubernetes-mcp-server` | Model Context Protocol (MCP) server for Kubernetes and OpenShift | MCP Servers |
|
||||
@@ -105,6 +106,7 @@ nix-overlay/
|
||||
│ ├── default/ # Meta-package listing all packages
|
||||
│ ├── flake-inputs/ # Utility for caching flake inputs
|
||||
│ ├── goose-cli/ # Goose AI agent CLI
|
||||
│ ├── graphify/ # Knowledge graph generator for code folders
|
||||
│ ├── mcp-gateway/ # MCP protocol gateway
|
||||
│ └── skillsmcp/ # MCP server for Agent Skills
|
||||
└── README.md
|
||||
|
||||
Reference in New Issue
Block a user