gsd-graphify

Build and query project knowledge graphs from .planning data.

Updated Jan 28, 2025
One-click install
npx skills add https://github.com/aslaii/dotfiles --skill gsd-graphify-aslaii
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: gsd-graphify
Source: https://github.com/aslaii/dotfiles/tree/main/claude/skills/gsd-graphify
Command: npx skills add https://github.com/aslaii/dotfiles --skill gsd-graphify-aslaii

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Graph-driven tooling to automatically build, query, and inspect the project knowledge graph derived from planning data stored under .planning/graphs, helping teams reason about structure, dependencies, and changes.

Core Features & Use Cases

  • Build: generate and update the knowledge graph from repository planning data.
  • Query: search for entities, relationships, and metrics across the graph to answer questions about the codebase and its evolution.
  • Inspect: view graph statistics, compare snapshots, and assess freshness to detect drift.

Quick Start

Run from the project root to build or refresh the knowledge graph using the graphify workflow.

Frequently Asked Questions about gsd-graphify

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

FAQPage Schema
How do I build a knowledge graph from project planning data?▼

To build a knowledge graph, run the graphify workflow from your project root to generate and update graph artifacts from planning data stored under the .planning directory.

What is a project knowledge graph used for in software engineering?▼

A project knowledge graph helps teams reason about codebase structure, dependencies, and changes by mapping entities and relationships derived from repository planning data.

How can I query my codebase dependencies using a knowledge graph?▼

You can query the knowledge graph to search for entities, relationships, and metrics across the codebase, allowing you to answer questions about dependencies and project evolution.

Does the graphify knowledge graph work for large repositories?▼

Yes, the graphify knowledge graph is designed for software engineers and AI assistants coordinating code, docs, and dependencies across large repositories to track status and updates.

How do I check the freshness and detect drift in a knowledge graph?▼

You can inspect the knowledge graph by viewing graph statistics, comparing snapshots, and assessing freshness to detect drift between the graph and the actual repository state.