Keeps your AI in sync with your codebase, and out of trouble.
Mikk builds a precise, deterministic map of your project's architecture — modules, functions, dependencies, and call graphs — so your AI always has the right context.
Features
Architecture Dashboard — Live overview of your project: modules, functions, dead code, sync status
Dead Code Detection — Instantly see unused functions highlighted in the sidebar
Hotspots — Find the most-called functions in your codebase at a glance
AI Context Forge — Generate exact, scoped context for any task (mikk context for "...")
Auto-Updates — The sidebar and dashboard refresh automatically when your codebase changes
Status Bar — Always-visible sync status in the bottom bar
Getting Started
Install the extension
In your project root, run:
npx @getmikk/cli init
npx @getmikk/cli analyze
Open any file in your project — Mikk detects the context automatically
Commands
Command
Description
Mikk: Open Dashboard
Open the architecture dashboard
Mikk: Analyze
Re-scan the codebase
Mikk: Get AI Context
Generate context for a task
Mikk: Refresh
Manually refresh all views
Mikk: Initialize
Set up Mikk in a new project
Requirements
Node.js 18+
@getmikk/cli installed globally or as a dev dependency