graph

Generate and curate a project knowledge graph with graphify.

3|Updated Apr 11, 2026
One-click install
npx skills add https://github.com/Zoomma1/get-your-life-together --skill graph-zoomma1
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: graph
Source: https://github.com/Zoomma1/get-your-life-together/tree/main/99%20-%20Claude%20Code/Skills/graph
Command: npx skills add https://github.com/Zoomma1/get-your-life-together --skill graph-zoomma1

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the generation and curation of a knowledge graph for development projects, saving time and ensuring consistency in project understanding.

Core Features & Use Cases

  • Graph Generation: Automatically generates a knowledge graph for a new project or updates it after major refactorings.
  • Graph Curation: Curates a graph-context.md file from the generated graph report, providing a concise overview of the project's structure.
  • Use Case: Ideal for developers who need to quickly understand the relationships and dependencies within a complex project.

Quick Start

Run the command '/graph' to generate and update the knowledge graph for your current project.

Frequently Asked Questions about graph

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

FAQPage Schema
How do I automatically generate a knowledge graph for a software project?▼

You can automatically generate a knowledge graph for a software project by running the '/graph' command. This Skill uses graphify and manual synthesis to map relationships and dependencies, creating a visual report of the project structure.

What is the best way to visualize project relationships after a major refactoring?▼

The best way to visualize project relationships after major refactoring is to update your existing knowledge graph. The Skill curates a concise `graph-context.md` file from the generated graph report, providing an updated overview of the new structure.

Does this project knowledge graph generation require any external dependencies?▼

No external dependencies are required for project knowledge graph generation. The Skill operates independently using its internal scripts to automate graph creation and curation without needing additional packages or frameworks.

Can I use this to understand dependencies within a complex codebase?▼

Yes, you can use this to understand dependencies within a complex codebase. It is specifically designed for developers who need to quickly map and visualize the relationships and dependencies within their project.

How does graph curation work for development projects?▼

Graph curation works by processing the generated graph report into a `graph-context.md` file. This curated markdown file provides a concise, readable overview of the project's structure and relationships with minimal manual input.