fuuz-packages

Generate valid Fuuz platform data model packages as .fuuz files.

3|Updated Feb 22, 2026
One-click install
npx skills add https://github.com/Fuuz-Industrial-Intelligence/fuuz-skills --skill fuuz-packages
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fuuz-packages
Source: https://github.com/Fuuz-Industrial-Intelligence/fuuz-skills/tree/main/fuuz-packages
Command: npx skills add https://github.com/Fuuz-Industrial-Intelligence/fuuz-skills --skill fuuz-packages

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill ensures the creation of valid Fuuz platform data model packages (.fuuz files) that import without errors, streamlining application deployment and management on the Fuuz Industrial Operations Platform.

Core Features & Use Cases

  • Package Generation: Creates .fuuz files containing data models, screens, data flows, and more.
  • Validation Rules: Enforces 71 golden rules for package structure, metadata, and naming conventions.
  • Deployment Guidance: Provides step-by-step instructions for creating, validating, and deploying packages, including Green/Blue deployment strategies.
  • Use Case: When developing a new application on Fuuz, use this Skill to generate the initial data model package, ensuring all fields, relationships, and metadata are correctly defined according to Fuuz best practices.

Quick Start

Use the fuuz-packages skill to generate a data model package for a new 'Equipment' model with 'name', 'serialNumber', and 'manufacturerId' fields.

Frequently Asked Questions about fuuz-packages

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

FAQPage Schema
How do I generate a valid data model package for deployment on the Fuuz platform?

Generate valid Fuuz data model packages (.fuuz files) by defining your data models, field metadata, and manifest.json, while enforcing 71 golden rules for package structure and naming conventions to ensure seamless import and deployment.

What are the Fuuz package validation rules for manifest.json and data model definitions?

Fuuz package validation enforces 71 golden rules covering manifest.json structure, package-data.json formatting, data model definitions, field metadata, naming conventions, and data retention policies to prevent import errors during deployment.

How does Green/Blue deployment work for Fuuz industrial operations packages?

Green/Blue deployment for Fuuz packages involves generating and validating a new .fuuz file version, then switching deployment environments to minimize downtime, guided by step-by-step strategies for data migration and package import.

Can I include screens and data flows when creating a .fuuz package file?

Yes, .fuuz package files can contain data models, screens, and data flows alongside the required manifest.json and package-data.json, all validated against Fuuz platform naming conventions and metadata rules.

Why does my Fuuz package import fail with metadata or naming convention errors?

Fuuz package imports fail when the .fuuz file violates golden rules for manifest.json structure, data model field metadata, naming conventions, or data retention policies, requiring validation before seamless deployment.