flowmaster-database

Clarify FlowMaster's ArangoDB schema and relationships for process_def and node_def.

1|Updated Feb 6, 2026
One-click install
npx skills add https://github.com/eron1703/claude-config-loader --skill flowmaster-database
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: flowmaster-database
Source: https://github.com/eron1703/claude-config-loader/tree/main/skills/flowmaster-database
Command: npx skills add https://github.com/eron1703/claude-config-loader --skill flowmaster-database

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

FlowMaster's database blueprint provides a clear, versioned reference of the multi-entity schema and relationships used across core services and SDX, enabling faster onboarding and consistent development.

Core Features & Use Cases

  • Document-based and graph-enabled architecture with both node_def and data_definition definitions, supporting rich relationship mapping
  • Execution and human task structures that interrelate with processes, definitions, and data definitions
  • Use cases include building MCP endpoints, debugging executions, auditing, and data-model validation across multi-tenant deployments

Quick Start

Query the FlowMaster schema definitions in the FlowMaster database to inspect process_def, node_def, and their edge relationships

Frequently Asked Questions about flowmaster-database

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

FAQPage Schema
How do I map process flows and node graphs in an ArangoDB schema?

ArangoDB schema mapping connects process_def and node_def collections using document and edge models. This graph-enabled architecture supports rich relationship mapping for execution structures and human tasks across multi-tenant deployments.

What is the best way to debug executions in a multi-tenant database deployment?

Debugging executions in a multi-tenant database deployment requires querying versioned schema definitions. You inspect edge relationships between process definitions and data definitions to audit execution and human task structures across tenants.

How does ArangoDB handle revision history for process definitions?

ArangoDB handles revision history by enforcing standardized collection roles and tenant scoping for process_def entities. This versioned reference ensures consistent development and data-model validation across core services.

Can I use document and edge models for data definition validation?

Document and edge models support data definition validation by interrelating execution and human task structures with processes. This architecture enables data-model validation across multi-tenant deployments and core services.

When do I need tenant scoping for node_def and process_def collections?

Tenant scoping for node_def and process_def collections is needed during DB design reviews and integration work. It enforces standardized collection roles and revision history across multi-tenant deployments.

Does the FlowMaster schema support building MCP endpoints?

The FlowMaster schema supports building MCP endpoints by providing a clear, versioned reference of multi-entity relationships. This blueprint enables faster onboarding and consistent development across core services and SDX.