Ctxo: Ctxo indexes your codebase into a deterministic graph of symbols, edges, and git history, exposed through 14 semantic MCP tools. It enables AI agents to proactively understand code context, blast radius, and git intent, preventing common mistakes like missing inheritance or reintroducing bugs.; 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.
Assist AI agents in understanding code before editing
Learning to build modern AI coding agents from scratch