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.; heuristic-mcp: Heuristic MCP is a server that provides smart code search capabilities to editors and MCP clients. It works by scanning your workspace to build a searchable code index, which AI models and MCP tools can then query using natural language.
Learning to build modern AI coding agents from scratch
Quickly find relevant code snippets or functions within your codebase.