graphify

Integrate a local knowledge graph into a project repository for code analysis.

3|Updated Apr 15, 2026
One-click install
npx skills add https://github.com/syahrilTGR/Template-Research --skill graphify-syahriltgr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: graphify
Source: https://github.com/syahrilTGR/Template-Research/tree/main/.agents/skills/graphify
Command: npx skills add https://github.com/syahrilTGR/Template-Research --skill graphify-syahriltgr

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill seamlessly integrates local Knowledge Graphs into your projects, providing a powerful tool for analyzing and mapping your codebase's architecture and related concepts with a single command.

Core Features & Use Cases

  • Comprehensive Brain Sync: Performs full re-detection of code and documents, updates Abstract Syntax Tree, and synchronizes to a global brain.
  • Code and Document Analysis: Identifies relationships and contexts within the codebase, supporting in-depth analysis.
  • Use Case: When working on a complex project, you can quickly understand how different modules are related and discover hidden dependencies using this skill.

Quick Start

Use the /sync-global-brain command to initiate comprehensive synchronization for your project.

Frequently Asked Questions about graphify

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

FAQPage Schema
How do I map codebase architecture using a local knowledge graph?

Map codebase architecture using a local knowledge graph by initiating comprehensive synchronization to analyze relationships, update ASTs, and push context to a global brain center.

What is the best way to analyze hidden dependencies in a complex project?

Analyze hidden dependencies in a complex project by running a full re-detection of code and documents, which identifies contextual relationships and maps them within the local repository.

How do I synchronize local code analysis to a global brain?

Synchronize local code analysis to a global brain by running the `/sync-global-brain` command, which pushes AST updates and architectural mapping data from your project folder.

Do I need Python to perform code analysis and architectural mapping?

Yes, you need Python scripting and a specific project folder structure to perform code analysis and architectural mapping, as the integration relies on automated Python scripts.

When should I trigger a full re-detection instead of an AST update?

Trigger a full re-detection instead of an AST update when you need to comprehensively re-evaluate all code and documents for hidden dependencies, rather than just parsing recent syntax tree changes.