
Motivation: I wanted one small, MIT-licensed repo where I could master Cursor agent setup through vibe coding and experiments—not just read about rules and hooks, but wire them, break them, and see how they compose.
Problem: Most agent tutorials stop at prompts. In real work you need repo-native configuration: baselines that stick (rules), named procedures (skills), focused delegation (subagents), lightweight project intent (AGENTS.md), and automation around edits and shell (hooks). Without a map and working samples, you reinvent that stack every time.