Original Reddit post

I’ve been working on Synaptiq — an open-source tool that indexes your codebase into a knowledge graph using tree-sitter parsing. Every function, class, import, call, type reference, and execution flow becomes a node or edge you can query. Instead of just searching text, AI agents can now ask structural questions: I also built a Claude Code plugin that makes it a one-step install: claude plugins add scanadi/synaptiq-claude-plugin /synaptiq:setup Supports Python and TypeScript/JavaScript. Built with tree-sitter, KuzuDB, and FastMCP. GitHub: https://github.com/scanadi/synaptiq PyPI: pip install synaptiq Would love feedback — especially on what languages/features to prioritize next. submitted by /u/Fall-Party

Originally posted by u/Fall-Party on r/ClaudeCode