AiDex: AiDex is an MCP server that gives AI coding assistants instant access to your entire codebase through a persistent, pre-built index. It works with any MCP-compatible AI assistant and reduces context consumption for code navigation by 50-80%. Featuring Tree-sitter parsing, incremental updates, and time-based filtering.; learn-claude-code: This repository provides a hands-on tutorial to learn how modern AI agents work by building one from scratch, emphasizing the core loop of model-tool interaction. It distills complex agent concepts into simple, iterative versions, from basic Bash agents to sophisticated skill-based systems.
Instant code navigation without wasting AI context
Learning to build modern AI coding agents from scratch