simulator-graph

Model, analyze, and edit Simulator.Company business process graphs via YAML files and MCP.

58|9|Updated May 5, 2026
One-click install
npx skills add https://github.com/corezoid/simulator-ai-plugin --skill simulator-graph
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: simulator-graph
Source: https://github.com/corezoid/simulator-ai-plugin/tree/main/plugins/simulator/skills/simulator-graph
Command: npx skills add https://github.com/corezoid/simulator-ai-plugin --skill simulator-graph

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a focused capability to read, analyze, and manage Simulator.Company graphs, layers, and actors, helping teams visualize processes, validate structures, and guide automation workflows.

Core Features & Use Cases

  • Graph and Layer management: create Graph and Layer actors, link them, and control their placement on layers to model diagrams.
  • File-based graph workflow: write and update a YAML layer file describing actors and edges, then push changes to the MCP server to synchronize the diagram.
  • Graph traversal and analysis: inspect relationships between actors, traverse connections, and query the graph structure for insights.

Quick Start

Create a graph and a layer for your diagram, edit the <layerId>.yaml file to describe nodes and edges, and push the file to the server with pushGraphFile.

Frequently Asked Questions about simulator-graph

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

FAQPage Schema
How do I model and edit business process graphs for Simulator.Company workflows?

Simulator.Company graph modeling involves creating Graph and Layer actors, linking them, and controlling their placement on layers to visualize process diagrams. You edit a YAML layer file describing nodes and edges, then push changes via MCP to synchronize the diagram.

What is the best way to manage workflow diagram edges and visual layers?

Managing workflow diagram edges and visual layers is handled through a file-based workflow using YAML. You describe actors and edges in a layer file, control their visual placement, and push the file to the MCP server to apply structural changes.

Can I traverse and query actor relationships in an existing workflow graph?

Yes, you can traverse and query actor relationships in an existing workflow graph. The Skill inspects connections between actors, traverses relationships, and queries the graph structure to provide insights into your business process.

Does Simulator.Company graph editing require an MCP server connection?

Yes, an MCP server connection is required to synchronize workflow graph changes. You write and update a YAML layer file locally, then use the pushGraphFile tool to push those changes to the MCP server and update the diagram.

How do I validate errors when pushing graph files to the server?

Validating errors when pushing graph files is handled by built-in data validation and error handling. The Skill validates the YAML structure and actor connections before synchronizing the workflow diagram with the MCP server.