graph skills

114 tagged graph, measured the same way as everything else here.

Browse within: Orchestration 15hash 15rust 15skill 15typescript 15orchestration-framework 14orchestration-systems 14ontology 10owl 6rdfs 6shacl 6triple-store 6graph-database 5mcpserver 5

memgraph/memgraph

Skill Claude CodeCodex

Review code changes in Memgraph's storage layer, including MVCC, concurrency patterns, WAL, recovery, DDL operations, index/constraint management, delta chains, and skip list operations. Invoke for pull requests or changes to src/storage/v2/.

4.4k 2d ago A 56 tokens

plan

02

graphistry/pygraphistry

Skill Claude CodeCodex

OPT-IN file-based planning for multi-session tasks. Only use when user explicitly requests it or work spans multiple sessions. For single-session work, prefer your platform's native planning features.

2.6k yesterday A 38 tokens original BSD-3-Clause

review

03

graphistry/pygraphistry

Skill Claude CodeCodex

Structured PR review for pygraphistry. Input: PR number/branch (default current branch PR). Output: findings and convergence artifacts under plans/ /. Method: multi-wave, evidence-first review across spec, correctness, tests, security, code quality, DRY, concurrency, performance, architecture, operability, and…

2.6k yesterday A 69 tokens original BSD-3-Clause

test-amplification

04

graphistry/pygraphistry

Skill Claude CodeCodex

Methodical bug-driven test amplification for pygraphistry features. Use when hardening a feature area via user-workflow exploration, 5-Whys retrospectives, bug-taxonomy derivation, concrete test planning, implementation, and safety-gated validation.

2.6k yesterday A 56 tokens original BSD-3-Clause

tinker-dev

05

apache/tinkerpop

Skill Claude CodeCodex

Development guidance for the Apache TinkerPop monorepo. Use when building, testing, or contributing to TinkerPop's graph computing framework and its multi-language Gremlin ecosystem (Java, Python, JavaScript, .NET, Go). Covers coding conventions, build recipes, test evaluation, documentation, development environment…

2.1k 3d ago A 75 tokens original Apache-2.0

tinker-doc

06

apache/tinkerpop

Skill Claude CodeCodex

Writing, editing and reviewing documentation for the Apache TinkerPop project. Use when authoring or revising any content under docs/src/ — reference docs, recipes, tutorials, upgrade/release notes, provider and developer guides — or the CHANGELOG. Covers the TinkerPop documentation voice and the per-book style…

2.1k 3d ago A 96 tokens original Apache-2.0

tinker-review

07

apache/tinkerpop

Skill Claude CodeCodex

Graph-based PR review for Apache TinkerPop. Builds a knowledge graph from PR source code, enriches it with semantic relationships guided by domain playbooks, runs structural analysis, and produces an HTML evidence package. Use when asked to review a TinkerPop PR by number.

2.1k 3d ago C 59 tokens original Apache-2.0

hashintel/hash

Skill Claude CodeCodex

Use when creating, moving, splitting, or organizing TypeScript files and folders. Applies fractal tree file-structuring rules which reduce the cognitive overhead of choosing where to put files and ultimately navigating a codebase (once the structure is established and understood).

1.6k yesterday A 58 tokens

skill-creator

09

hashintel/hash

Skill Claude CodeCodex

Guide for creating effective Agent Skills. Use when users want to create a new skill (or update an existing skill) that extends an AI agent's capabilities with specialized knowledge, workflows, or tool integrations. Covers skill structure, YAML frontmatter, trigger configuration, and the 500-line rule.

1.6k yesterday A 62 tokens

testing-hashql

10

hashintel/hash

Skill Claude CodeCodex

HashQL testing strategies including compiletest (UI tests), unit tests, and snapshot tests. Use when writing tests for HashQL code, using // annotations, running --bless, debugging test failures, or choosing the right testing approach.

1.6k yesterday A 52 tokens

engine-concurrency

11

ArcadeData/arcadedb

Skill Claude CodeCodex

Use when adding, reviewing, or debugging parallelism in ArcadeDB engine or server code - covers the dedicated thread pool inventory and sizing, saturation policy, lock-free read patterns, locking rules, Micrometer pool metrics, and the checklist a new pool must satisfy. Also use when deciding where to submit forked…

1.1k yesterday A 79 tokens original Apache-2.0

blueprint-graphs

12

kevinpbuckley/VibeUE

Skill Claude CodeCodex

Add, connect, and configure nodes in Blueprint event graphs and function graphs — function-call/event/branch/timer/custom-event/delegate nodes, Standard Macro nodes (ForEachLoop/ForLoop/WhileLoop/DoOnce/Gate/IsValid/FlipFlop via addmacroinstancenode), macro-graph creation, pin wiring, node layout, arrays, comment…

644 2d ago A 133 tokens original MIT

react-aria

13

NextAdminHQ/nextjs-admin-dashboard

Skill Claude CodeCodex

Build accessible UI components with React Aria Components. Use when developers mention React Aria, react-aria-components, accessible components, or need unstyled accessible primitives. Provides documentation for building custom accessible UI with hooks and components.

542 14d ago A 49 tokens

code-graph

14

FalkorDB/code-graph

Skill Claude CodeCodex

This skill should be used when understanding code structure, finding dependencies between functions/classes, tracing call graphs, or exploring code relationships. Trigger phrases include 'code graph', 'call graph', 'who calls', 'what calls', 'find dependencies', 'code structure', 'inheritance', 'find paths'.

347 7d ago A 64 tokens original MIT

ai-feature

15

databrickslabs/ontobricks

Skill Claude CodeCodex

Use when the user adds, changes, or refactors an LLM agent under src/agents/ — or anything that goes through Foundation Model API or an MLflow-traced LLM call. Mandatory under CNS §3.5 and .cursor/12-ai-feature-lifecycle.mdc. Walks the SPEC → dataset → eval-harness → impl → re-eval sequence.

298 2d ago A 79 tokens

code-review

16

databrickslabs/ontobricks

Skill Claude CodeCodex

Use when the user asks for a code review, asks to "review the code", or requests review of a feature/PR/branch. Runs the OntoBricks review checklist defined in .cursorrules.

298 2d ago A 47 tokens

deploy

17

databrickslabs/ontobricks

Skill Claude CodeCodex

Use when the user asks to deploy, ship, release, or push OntoBricks to Databricks. Wraps the Databricks Asset Bundle deploy for the FastAPI app and the MCP server, with the bootstrap-perms safety net described in README.md.

298 2d ago A 56 tokens

msagljs

18

microsoft/msagljs

Skill Claude CodeCodex

Use MSAGL-JS (Microsoft Automatic Graph Layout) to lay out and visualize networks in JavaScript or TypeScript. Use for graph and network layout, DOT/JSON/JGF parsing, live embedded SVG or WebGL graphs, Sugiyama/MDS/IPSepCola layouts, edge routing, and exporting SVG, PDF, PNG, EPS, or PostScript figures for LaTeX and…

175 13d ago A 87 tokens original MIT

dkg-importer

19

OriginTrail/dkg

Skill Claude CodeCodex

Bulk-import a large RDF graph (code graph, corpus, GitHub history, etc.) into a DKG node's working memory. Use this skill when you need to push more than a few thousand triples in a single import — it codifies the chunking budgets, the assertion-loop shape, the resumability manifest, and the canonical URI rules so…

145 yesterday A 87 tokens original Apache-2.0

dkg-node

20

OriginTrail/dkg

Skill Claude CodeCodex

The DKG V10 Node is your primary memory system. This skill teaches you to operate your node's three-layer verifiable memory — write and retrieve private drafts in Working Memory, share with peers in Shared Working Memory, and publish permanently to Verifiable Memory on-chain.

145 yesterday B 58 tokens original Apache-2.0

msgraph

21

merill/msgraph

Skill Claude CodeCodex

Up-to-date Microsoft Graph API knowledge for AI agents. Search 27,700+ Graph APIs, endpoint docs, resource schemas, and community samples — all locally, no network calls. Use when the agent needs to find, understand, or call Microsoft Graph endpoints.

109 2d ago A 56 tokens original MIT

gossiphs

22

williamfzc/gossiphs

Skill Claude CodeCodex

Use when you need to find related files, understand code dependencies, or analyze impact scope. Triggers when the user asks about: "Which files use this function/class?" "What files will be affected if I change this?" "Find code related to X" "What does this file depend on?" "Where is this symbol defined/referenced?"…

102 5mo ago A 87 tokens original Apache-2.0

planr-loop

23

instructa/planr

Skill Claude CodeCodex

Drive one Planr feature or scope autonomously to audit-backed completion through direct maker work and trusted verification, with independent review only for explicit material risk.

71 5d ago A 34 tokens original MIT

planr-plan

24

instructa/planr

Skill Claude CodeCodex

Create or refine Planr product plans and build plans before implementation. Use for app ideas, PRDs, architecture slices, scoped implementation contracts, and converting broad work into map-ready items.

71 5d ago A 41 tokens original MIT