graphify

Query a project knowledge graph to answer codebase and architecture relationship questions.

8|3|Updated Jun 12, 2026
One-click install
npx skills add https://github.com/arthur0n/xenodot-forge --skill graphify-arthur0n
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: graphify
Source: https://github.com/arthur0n/xenodot-forge/tree/main/plugin/skills/graphify
Command: npx skills add https://github.com/arthur0n/xenodot-forge --skill graphify-arthur0n

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you answer architecture and codebase relationship questions without relying on broad grep or manual source browsing. It is designed for situations where you need to know how parts of a game project relate, where a symbol lives, or what connects two systems.

Core Features & Use Cases

  • Graph-first querying: Uses an existing knowledge graph when available to answer questions before rebuilding anything.
  • Path and node explanations: Finds relationships between nodes, explains specific nodes, and returns scoped subgraphs for focused investigation.
  • Build and refresh support: Creates or updates the graph when needed, with guidance for stale or partial results.
  • Use case: A developer asks how a gameplay system, scene, or script is connected to another part of the project and gets a targeted answer from the graph instead of a full repository search.

Quick Start

Ask the skill to explain how two parts of the game project are related using the existing graph if one is available.

Frequently Asked Questions about graphify

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I map dependencies between scripts in a Godot game repository?

To map dependencies in a game repository, this Skill queries a project knowledge graph to identify how scripts, scenes, and gameplay systems connect. It returns scoped subgraphs detailing file relationships and navigation paths instead of relying on broad source searches.

What is the best way to query codebase architecture without doing a broad grep search?

Querying codebase architecture through a knowledge graph provides targeted relationship answers. This approach finds specific symbols, explains node connections, and returns focused subgraphs, bypassing the need for manual source browsing or broad grep searches across the repository.

Do I need an existing knowledge graph to investigate codebase relationships?

You do not need an existing graph, as the Skill can build or refresh one. However, it requires either an existing graphify output or a fresh graph build to provide scoped, graph-derived results when investigating symbols and dependencies.

How do I find the navigation path between two gameplay systems in a codebase?

Finding the navigation path between gameplay systems involves querying the project knowledge graph for relationship paths. The Skill locates how two nodes connect and returns a scoped subgraph detailing the exact dependencies and navigation routes between them.

Can I refresh stale dependency mapping results when investigating a codebase?

You can refresh stale dependency mapping results by updating the project knowledge graph. The Skill provides build and refresh support to create or update the graph, ensuring your codebase analysis and symbol relationship queries return current data.