AI AGENT ADDONS

Developers often need to understand complex codebases quickly. This skill lets you ask questions about your code and get clear answers. It uses a knowledge graph built from your project's files, functions, and connections.

You can search for specific functions, files, or concepts. The skill finds related parts of the code and explains how they connect. It helps you see the big picture without reading every line.

To use it, first run /understand to build the graph. Then use /understand-chat with your question. The skill will search the graph and give you a focused answer based on your code's structure.

Add Understand Chat skill to your workflow

Global

mkdir -p ~/.claude/skills/understand-chat

Project

mkdir -p .claude/skills/understand-chat

Source Repository

Stars
68,894
Forks
5,697
Watchers
68,894
License
MIT
Last Push
1 month ago
Created
5 months ago