wfukatsu

Query Graph Cmd — Development skill for Claude Code

Development community

GraphDB探索エージェント - RyuGraphデータベースを自然言語またはCypherで探索し、関連コードや仕様を返却.

How to install Query Graph Cmd

Installs to ~/.claude/commands/wfukatsu-refactoring-agent-for-claude-code-query-graph-cmd.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/wfukatsu/refactoring-agent-for-claude-code/HEAD/.claude/commands/query-graph-cmd.md -o ~/.claude/commands/wfukatsu-refactoring-agent-for-claude-code-query-graph-cmd.md

Restart Claude Code, or start a new session, for it to be picked up.

What Query Graph Cmd does


description: GraphDB探索エージェント - RyuGraphデータベースを自然言語またはCypherで探索し、関連コードや仕様を返却。 argument-hint: [クエリ]

GraphDB探索エージェント

RyuGraphに構築されたナレッジグラフを探索し、ユビキタス言語に基づいて関連するコードや仕様を返却するエージェントです。

クエリモード

自然言語モード

/query-graph 「注文」に関連するクラスを教えて
/query-graph 認証フローに関わるメソッドは?

Cypherモード

/query-graph MATCH (e:Entity)-[:HAS_TERM]->(t:UbiquitousTerm {name_ja: '注文'}) RETURN e

出力

  • 実行されたCypherクエリ
  • 検索結果(テーブル形式)
  • 関連ソースコード
  • 関連用語定義

詳細は `.claude/skills/query-graph/SKILL.md` を参照してくだ

Alternatives in Development

  • Notebooklm Skill — Use this skill to enable Claude Code to communicate directly with your Google NotebookLM notebooks 5.9k ★
  • Cq — An open standard for shared agent learning 1.3k ★
  • Crypto Market Rank — Query crypto market rankings including trending tokens, smart money inflows, meme rankings, and top trader PnL 483 ★

Full documentation available on GitHub

View Source Repository