Visor banner
dibun75 dibun75

Visor

Design community

Description

🔭 V.I.S.O.R. — Visual Intelligence System for Orchestrated Reasoning. A local-first MCP server that indexes your codebase via AST parsing, ranks code with a 5-signal scoring engine, and delivers surgical context to AI coding agents. Works with Antigravity, VS Code, Cursor, and Claude Code.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

V.I.S.O.R. Logo

V.I.S.O.R.

**Your AI coding assistant wastes time reading the wrong files. V.I.S.O.R. fixes that.**

[![CI](https://github.com/dibun75/visor/actions/workflows/ci.yml/badge.svg)](https://github.com/dibun75/visor/actions/workflows/ci.yml) [![PyPI](https://img.shields.io/pypi/v/visor-mcp)](https://pypi.org/project/visor-mcp/) [![Open VSX](https://img.shields.io/open-vsx/v/dibun75/visor-hud)](https://open-vsx.org/extension/dibun75/visor-hud) [![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](LICENSE) [![Python](https://img.shields.io/badge/python-3.10+-blue)](pyproject.toml)

**Visual Intelligence System for Orchestrated Reasoning**

V.I.S.O.R. is a **smart helper for your AI coding assistant**. It reads your code, understands how files are connected, and gives your AI exactly the right context — so it spends less time searching and more time solving.

It works with **Antigravity, VS Code, Cursor, Claude Code, and Windsurf**.

V.I.S.O.R HUD — 3D codebase visualization in your IDE

🎬 See it in action

V.I.S.O.R HUD in action

💬 What Can You Do With It?

Just talk to your AI agent like normal. V.I.S.O.R. works behind the scenes to find the right code automatically.

Find a bug

"Find the code related to the login crash"

Without V.I.S.O.R., your AI reads 20+ files blindly. With V.I.S.O.R., it gets the 3–5 most relevant files instantly.

Understand your code

"Explain how authentication works in this project"

V.I.S.O.R. traces the full auth flow across files — showing your AI exactly which functions call which, and in what order.

Refactor safely

"What files would b