πŸ”Ž
AI EngineeringPython

Graph Skills Retriever

by davidliuk

Graph Skills Retriever is an AI Engineering skill for Claude Code, published by davidliuk in graph-of-skills.

205 stars26 forkson davidliuk/graph-of-skillsAdded 2026/09/05Repository updated 2026/08/30
claude-codeknowledge-graphskills
Install in seconds
Install Graph Skills Retriever
Copy Graph Skills Retriever into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/davidliuk/graph-of-skills/tree/main/evaluation/skillsbench/graphskills_assets/bootstrap_skill ~/.claude/skills/bootstrap_skill

Requires Node.js. Downloads this skill only β€” not the rest of the repository β€” into your Claude Code skills folder.

Without Node.js

git clone https://github.com/davidliuk/graph-of-skills.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
evaluation/skillsbench/graphskills_assets/bootstrap_skill/SKILL.md in davidliuk/graph-of-skills
Installs to
~/.claude/skills/bootstrap_skill
Collection
One of 3 skills cataloged from this repository
Category
AI Engineering β€” 3101 skills

What Graph Skills Retriever does

Graph Skills Retriever finds a bounded bundle of relevant external skills from a local skills library. Use it when a task needs specialized knowledge or references and you want to avoid manually browsing the full catalog.

Graph Skills Retriever is cataloged under AI Engineering on DirSkills. Graph Skills Retriever comes from a repository tagged claude-code, knowledge-graph and skills.

Documentation

README

Purpose

Use this skill when the task seems to require specialized domain knowledge, scripts, or references that are not already obvious from the current context.

The full skill library is stored outside the auto-loaded harness context at:

/opt/graphskills/library

Do not manually scan that whole directory first. Retrieve a focused bundle.

Retrieve Relevant Skills

Run:

graphskills-query "short description of the task or current subproblem"

Useful flags:

graphskills-query "debug spring boot jakarta migration build errors" --top-n 5 --seed-top-k 4 --max-context-chars 9000
graphskills-query "extract text from receipts into xlsx" --json

How To Use The Results

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Graph Skills Retriever

  • What else does davidliuk publish alongside Graph Skills Retriever?

    Graph Skills Retriever is one of 3 skills that DirSkills catalogs from davidliuk/graph-of-skills, the repository it ships in. Its siblings there include Graph Skills Retriever and Vector Skills Retriever. Each one is a separate skill with its own page in this directory, installs the same way Graph Skills Retriever does, and is maintained by davidliuk in that same repository. The rest of the collection is listed on the davidliuk/graph-of-skills page.

  • How does Graph Skills Retriever compare to other AI Engineering skills?

    Graph Skills Retriever ranks #2798 by stars among the 3101 AI Engineering skills in this catalog. The most-starred ones next to it are Architecture Decision Records, AI-First Engineering and Agentic OS. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Graph Skills Retriever against them. Open each page to compare what they document and how they install.