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.; agent-shadow-brain: Shadow Brain is the first open-source shared memory and context system for AI coding agents. It allows multiple agents and sub-agents to share a common brain, with features like causal memory chains, dream engine, reputation ledger, and more. It works with 10+ agents and is free and local-first.
Learning to build modern AI coding agents from scratch
Eliminate cold starts: every new agent session gets a 2K-token briefing from past knowledge