Understand Chat

Répond aux questions sur le code en interrogeant un knowledge-graph.json préconstruit plutôt qu'en relisant tout le dépôt.

par Egonex-AI · Egonex-AI/Understand-Anything

Fonctionne avec configuration ★ 8.0/10

Understand Chat — Répond aux questions sur le code en interrogeant un knowledge-graph.json préconstruit plutôt qu'en relisant tout le dépôt.

Ce que fait

Skill compagnon de /understand : il grep le knowledge-graph.json du projet (nœuds, arêtes, couches) selon les mots-clés de la requête, suit le sous-graphe à 1 saut, et répond en s'appuyant uniquement sur cette tranche au lieu de déverser tout le graphe dans le contexte. Se déclenche sur les questions de compréhension du code (« qu'est-ce qui dépend de X », « explique cette architecture via le graphe ») mais nécessite que le skill compagnon /understand ait déjà généré le fichier de graphe.

Rapport de test

Ne fonctionne qu'une fois qu'un skill compagnon distinct a déjà généré son fichier de graphe de connaissances ; installé seul, il n'a rien à interroger. Sa propre documentation de structure de graphe ne correspond pas aux noms de champs produits par le vrai code d'analyse.

Testé le: 2026-07-10 · Claude Code 2.x (agent harness)

Installation

git clone https://github.com/Egonex-AI/Understand-Anything
cd Understand-Anything
mkdir -p ~/.claude/skills
cp -r understand-anything-plugin/skills/understand-chat ~/.claude/skills/understand-chat

Commandes et exemples de prompts

  • /understand-chatRépond aux questions sur le code en interrogeant un knowledge-graph.json préconstruit plutôt qu'en relisant tout le dépôt.

Les skills se déclenchent sur des demandes en langage courant — aucune commande à retenir. Après installation, des prompts comme ceux-ci l'activent (en anglais) :

  • What depends on this module, according to the knowledge graph?
  • Explain this architecture using the project's knowledge-graph.json
  • Grep the codebase graph for callers of this function instead of reading everything