@ruvector/graph-data-generator

Generate synthetic graph data with configurable topology and export formats.

1|Updated Feb 8, 2026
One-click install
npx skills add https://github.com/ricable/cli-skills-builder --skill ruvector-graph-data-generator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: @ruvector/graph-data-generator
Source: https://github.com/ricable/cli-skills-builder/tree/main/.claude/skills/ruvector-graph-data-generator
Command: npx skills add https://github.com/ricable/cli-skills-builder --skill ruvector-graph-data-generator

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the creation of synthetic graph data, which is crucial for testing, benchmarking, and training machine learning models without relying on real-world sensitive data.

Core Features & Use Cases

  • Configurable Generation: Create graphs with specific topologies (scale-free, small-world, etc.), node/edge counts, and densities.
  • AI-Powered Properties: Generate realistic node and edge properties using AI models for more lifelike datasets.
  • Multiple Export Formats: Save generated graphs in various formats like JSON, GraphML, CSV, and Cypher.
  • Use Case: Generate a synthetic social network with 10,000 users to test a new graph database's performance under load.

Quick Start

Generate a synthetic social network graph with 500 users.

Frequently Asked Questions about @ruvector/graph-data-generator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate synthetic graph data for benchmarking a graph database?

You can generate synthetic graph data by configuring specific topologies, node and edge counts, and densities. This allows you to create test datasets to benchmark graph database performance under load without using sensitive real-world data.

What formats can I export synthetic graph data into?

Synthetic graph data can be exported into multiple formats including JSON, GraphML, CSV, and Cypher. This ensures compatibility with various graph databases and machine learning training pipelines.

Can I generate realistic node and edge properties automatically?

Yes, you can use AI-powered property generation to create realistic node and edge properties. This strategy produces more lifelike datasets compared to random property assignment.

What topology models are supported for synthetic graph generation?

The synthetic graph generation supports configurable topology models such as scale-free and small-world. You can specify these models to match the structural characteristics needed for your machine learning training or social network simulation.

How do I create a synthetic social network for testing?

You can create a synthetic social network by specifying the desired number of user nodes and connection edges. The generator applies your chosen topology and AI-powered properties to produce a realistic network structure for testing.