MuYiYong

Nebula Gql Skills — Development skill for Claude Code

Development community

Public NebulaGraph 5.3 GQL query and procedure generation skills for Claude Code, Codex, and CC Switch.

How to install Nebula Gql Skills

This entry records only its repository, not the path inside it, so there is no exact command to give. Open MuYiYong/nebula-gql-skills and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Nebula Gql Skills does

Public NebulaGraph 5.3 GQL query and procedure generation skills for Claude Code, Codex, and CC Switch.

Alternatives in Development

  • JWT Scan — JWT attack toolkit (offline) — alg:none forgery, RS256→HS256 algorithm confusion, weak-secret crack, static cl 4.5k ★
  • Petdex — A public gallery of animated pets for Codex, Claude Code, DeepSeek Harness, Hermes, OpenCode, Gemini CLI, and 4k ★
  • Promote Public Release — Build, refine, and publish cumulative public release notes, then promote the current alpha prerelease to stabl 1.6k ★

README

Nebula GQL Skills

[简体中文](README.zh-CN.md)

Two skills for NebulaGraph GQL work:

  • gql-query-generator: generate, rewrite, and migrate GQL queries.
  • gql-procedure-generator: generate procedures, procedure calls, graph algorithms, and TigerGraph GSQL migrations.

Compatibility

Skill package versions use the version in the archive filename. The table lists the latest compatible skill package for the current NebulaGraph version.

NebulaGraph Latest compatible skill release All-in-one package
5.3.0 26.09.19 Latest release

Install with CC Switch

  1. Open Skills → Repository Management → Add Repository.
  2. Enter Owner MuYiYong, Name nebula-gql-skills, Branch main, and Subdirectory src.
  3. Click Refresh, then install gql-query-generator or gql-procedure-generator.
  4. Click Refresh again when you want CC Switch to check for updates, then use the skill card's update action.

Install manually

Download the [latest release](https://github.com/MuYiYong/nebula-gql-skills/releases/latest):

  • nebula-gql-skills-.zip — both skills
  • gql-query-generator-.zip — query skill only
  • gql-procedure-generator-.zip — procedure skill only

Download these assets from the [latest release](https://github.com/MuYiYong/nebula-gql-skills/releases/latest).

Extract the archive and copy the required skill directory into the skills directory used by your agent or runtime. Keep the directory name unchanged:

gql-query-generator/
gql-procedure-generator/

Which skill should I use?

  • Use gql-query-generator for queries, MATCH, WHERE, RETURN, filtering, sorting, paging, aggregation, subqueries, and procedure-call queries.
  • Use gql-procedure-generator for CREATE/ALTER/DROP PROCEDURE, CALL, control flow, match_compute_statement, and graph algorithms.
  • If a task defines a procedur