One-click install
npx skills add https://github.com/Fuuz-Industrial-Intelligence/fuuz-skills --skill fuuz-schema
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fuuz-schema
Source: https://github.com/Fuuz-Industrial-Intelligence/fuuz-skills/tree/main/fuuz%20schema
Command: npx skills add https://github.com/Fuuz-Industrial-Intelligence/fuuz-skills --skill fuuz-schema

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the creation of robust data models for the Fuuz Industrial Operations Platform, ensuring adherence to best practices and generating importable package files.

Core Features & Use Cases

  • Data Model Design: Define master, setup, and transactional data models with appropriate field types and metadata.
  • Relationship Management: Establish complex relationships (1:1, 1:many, many:1) between models using foreign keys and relation fields.
  • Package Generation: Output complete .fuuz package files (manifest.json, definition.json, package-data.json) for seamless deployment.
  • Use Case: You need to design a new data model for tracking production batches, including fields for batch ID, start/end times, product ID, and associated work orders. This Skill guides you through defining the model, its relationships, and generating the package for import.

Quick Start

Use the fuuz-schema skill to design a new data model for tracking production batches.

Frequently Asked Questions about fuuz-schema

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

FAQPage Schema
How do I design a data model for industrial operations tracking production batches?

Design a transactional data model by defining fields for batch IDs, start/end times, and product IDs. This Skill guides mapping associated work order relationships and generating the complete Fuuz package for deployment.

How do I generate deployable packages for the Fuuz platform?

Generate deployable Fuuz package files by outputting manifest.json, definition.json, and package-data.json. This process creates importable artifacts directly from your designed data models for seamless platform deployment.

Can I establish complex relationships between master and transactional data models?

Yes, you can establish complex relationships across master, setup, and transactional data models. The Skill supports 1:1, 1:many, and many:1 relationship mapping using foreign keys and relation fields.

What data model types does the Fuuz Industrial Operations platform support?

The Fuuz platform supports master, setup, and transactional data model types. You can define appropriate field types, set model metadata, and map prerequisite artifacts for comprehensive industrial operations data modeling.

Do I need prior schema design experience to create Fuuz data models?

No prior package generation experience is required. The Skill streamlines data model creation for the Fuuz Industrial Operations Platform, ensuring adherence to best practices while guiding relationship mapping and deployment artifact output.

What is the best way to structure data models for industrial operations deployment?

Structure industrial operations data models by categorizing them as master, setup, or transactional types. Define comprehensive field types and relationship mappings to generate standardized importable package files.