Overview
Cursor is a supported platform for Understand Anything. The repository ships a.cursor-plugin/plugin.json manifest that Cursor reads automatically when you open the cloned repo. There is no manual installation step — just clone and open.
Prerequisites
- Cursor installed
- Git installed and available on your
PATH
Installation
No manual configuration is required. Cursor discovers the plugin through the
.cursor-plugin/plugin.json manifest included in the repository root.How Auto-Discovery Works
The.cursor-plugin/plugin.json manifest declares:
understand-* commands immediately available.
Verification
After opening the directory in Cursor, verify the plugin is active by checking for available skills in the Cursor command palette or AI panel. The following skills should be accessible:understand— Build the knowledge graphunderstand-dashboard— Open the interactive dashboardunderstand-chat— Ask questions about the codebaseunderstand-diff— Analyze impact of current changesunderstand-explain— Deep-dive into a specific file or functionunderstand-onboard— Generate an onboarding guide
First Use
With the repository open in Cursor, run/understand in the AI panel to start the analysis:
.understand-anything/knowledge-graph.json, and opens the interactive dashboard when complete.
Updating
Pull the latest changes from the repository:Next Steps
Quickstart
Learn all available commands and how to get the most out of Understand Anything.