domscribe: Domscribe connects AI coding agents to running frontend applications. It provides build-time stable IDs, deep runtime context (props, state, DOM), and bidirectional querying between source code and live browser. It is framework-agnostic and supports any MCP-compatible agent.; 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.
Let AI agents 'see' the browser: agent queries source code and gets live DOM snapshot, props, state to verify changes before and after editing.
Learning to build modern AI coding agents from scratch