"Use R2R graph extraction, graph CRUD, community workflows, and
Scanned 9/9/2026
Install to Claude Code
npx -y skills add VectorSpaceLab/AREX-Skill --skill graph-workflows --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Graph Workflows?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/vectorspacelab-graph-workflows)More formats (shields.io, HTML) on the badges page.
---
name: graph-workflows
description: "Use R2R graph extraction, graph CRUD, community workflows, and
graph lifecycle troubleshooting."
disable-model-invocation: true
metadata:
disco-role: operating
license: MIT
---
# Graph Workflows
Use this sub-skill when the user wants to extract entities and relationships, build or reset a graph, manage communities, or inspect graph results.
## What it owns
- document and collection extraction flows
- graph build, pull, reset, and retrieval
- entity, relationship, and community CRUD
- graph lifecycle troubleshooting
## Start here
```python
from r2r import R2RClient
client = R2RClient(base_url="http://localhost:7272")
print(client.graphs.list().results)
```
## Route out when the work becomes another topic
- Preparing or ingesting source documents: `../ingestion-documents/SKILL.md`
- Search or RAG over graph-backed content: `../retrieval-rag/SKILL.md`
- Server/provider setup for orchestration or full mode: `../server-configuration/SKILL.md`
## Bundled assets
- `references/graph-workflows.md`
- `references/api-reference.md`
- `references/troubleshooting.md`
- `scripts/graph_workflow_planner.py`
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!