graph-engineering
v0.1.0Graph-engineering team — agents (graph-data-modeler, graph-query-engineer) for property-graph and RDF craft: when a graph beats relational, LPG vs RDF, labeled/typed modeling, supernodes, Cypher/ISO GQL/openCypher/Gremlin/SPARQL traversals, and GraphRAG construction (skill + command, not a dedicated agent). skills, commands, knowledge files (graph-vs-relational tree, LPG catalog, dated 2026 language/engine map, GraphRAG construction), best-practices, templates, scenarios, an advisory hook, a stdlib shape linter. Advisory only — snippets the user runs; no live graph runtime. Seams: when NOT a graph → database-engineering; vector/hybrid RAG → ai-rag-engineering; whether a memory graph beats BM25 → memory-engineering; GraphQL → graphql-engineering; Microsoft Graph API → microsoft-graph; Fabric Graph SKU → microsoft-fabric. Requires ravenclaude-core@>=0.7.0.
By Matt CorbettLicense: MIT7 GitHub starsUpdated last week
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 4 skill or MCP entries
- Source updated
- Sep 15, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install graph-engineering for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install graph-engineering-2@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/mcorbett51090/RavenClaudeClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/graph-engineering/.
Plugin files
├── .claude-plugin/plugin.json├── skills/choose-graph-or-not/SKILL.md├── skills/construct-retrieval-graph/SKILL.md├── skills/model-property-graph/SKILL.md└── skills/write-graph-query/SKILL.md
Included Skills4
Walk the graph-vs-relational decision tree and return a one-screen verdict — LPG, RDF, stay relational, stay RAG, or stay KV — plus the neighbor hand-off. Reach for this before any labels or Cypher.
Design a retrieval-graph (GraphRAG) extract-index-search architecture only after a BM25/no-graph baseline has lost. Hands paradigm III.a to memory-engineering and eval to ai-rag-engineering.
Design a labeled property graph — labels, typed directed relationships, business-key identity, temporal edges, and a supernode plan. Fill templates/graph-data-model.md before any CREATE.
Write a bounded, typed traversal. Cypher examples first, then ISO GQL, then Gremlin or SPARQL 1.1 stubs. Flag unbounded * and untyped -[]- as bugs. Includes GraphRAG local/global/DRIFT query patterns.
Plugin manifests1
{
"name": "graph-engineering",
"version": "0.1.0",
"description": "Graph-engineering team — agents (graph-data-modeler, graph-query-engineer) for property-graph and RDF craft: when a graph beats relational, LPG vs RDF, labeled/typed modeling, supernodes, Cypher/ISO GQL/openCypher/Gremlin/SPARQL traversals, and GraphRAG construction (skill + command, not a dedicated agent). skills, commands, knowledge files (graph-vs-relational tree, LPG catalog, dated 2026 language/engine map, GraphRAG construction), best-practices, templates, scenarios, an advisory hook, a stdlib shape linter. Advisory only — snippets the user runs; no live graph runtime. Seams: when NOT a graph → database-engineering; vector/hybrid RAG → ai-rag-engineering; whether a memory graph beats BM25 → memory-engineering; GraphQL → graphql-engineering; Microsoft Graph API → microsoft-graph; Fabric Graph SKU → microsoft-fabric. Requires ravenclaude-core@>=0.7.0.",
"author": {
"name": "Matt Corbett"
},
"homepage": "https://github.com/mcorbett51090/RavenClaude",
"license": "MIT",
"keywords": [
"graph",
"property-graph",
"lpg",
"cypher",
"gql",
"opencypher",
"gremlin",
"sparql",
"rdf",
"graphrag",
"neo4j",
"neptune",
"spanner-graph",
"janusgraph",
"supernode"
],
"requires": {
"plugins": [
"ravenclaude-core@>=0.7.0"
]
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[graph-engineering on Agent Plugins Marketplace](https://pluginsmp.com/plugins/graph-engineering-2)