query-graph

Community

Query code and specs fast via graph search.

Authorwfukatsu
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This skill helps engineers quickly locate relevant code and design documentation by querying a knowledge graph built on RyuGraph using natural language or Cypher.

Core Features & Use Cases

  • Graph-based search: Query the RyuGraph knowledge graph using natural language or Cypher to surface relevant entities.
  • Contextual expansion: Retrieve related source code files and design specifications for quick understanding.
  • Use Case: Imagine you need to understand how a domain term like "order" maps to services and files; this skill returns the related entities and their definitions.

Quick Start

Invoke the skill with a query such as "Find all entities related to '注文' in the knowledge graph" or a Cypher query like 'MATCH (e:Entity)-[:HAS_TERM]->(t:UbiquitousTerm {name_ja: "注文"}) RETURN e.name'.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: query-graph
Download link: https://github.com/wfukatsu/refactoring-agent-for-claude-code/archive/main.zip#query-graph

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.