Quick Install
Important: After installing, run dizz install-skill to enable AI agent discovery. Agents like Claude Code, Cursor, and Gemini CLI can then use dizz automatically.
Dizz
Overview
Every AI coding agent starts cold. It can't tell abandoned experiments from production code, misses TODOs scattered across your files, and trusts docs that went stale the day after they were written.
dizz gives agents a live model of your project instead. It re-derives context directly from your codebase and Git history on every run - surfacing abandoned code, unstable areas, intents, and open TODOs - and distills 141KB of raw state into a 1.8KB read. Your agent gets current, signal-rich orientation in ~450 tokens, so it spends its budget on the task, not on re-discovering the codebase.
No setup. No internet. Won't touch your code.
Features
ðŸ§
Code Intelligence
Reads your Git history and analyzes your code to surface what needs attention. No configuration needed.
🤖
AI Agent Ready
Speaks TON - a token-optimized format AI agents understand instantly. Auto-discovers via dizz install-skill.
âš¡
Millisecond Performance
Enterprise-grade analysis in milliseconds, not minutes. No network calls, no tokens, no cloud.
📊
State Tracking
Tracks every symbol as active, planned, unstable, unused, or abandoned - based on real usage and Git history.
🔒
Immutable Snapshots
Content-addressed project states for perfect version control and historical analysis.
🎯
Intent System
Long-lived project intents separate from throwaway TODOs. Never lose track of why you wrote something.