Simulation Model Generation & Packaging Pipeline (NLP to ZIP)

Package natural language model descriptions into LaViC-compatible ZIP assets.

Updated Jan 16, 2026
One-click install
npx skills add https://github.com/GaeainCloud/LaViCDocs --skill simulation-model-generation-packaging-pipeline-nlp-to-zip
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Simulation Model Generation & Packaging Pipeline (NLP to ZIP)
Source: https://github.com/GaeainCloud/LaViCDocs/tree/main/AIAgentData
Command: npx skills add https://github.com/GaeainCloud/LaViCDocs --skill simulation-model-generation-packaging-pipeline-nlp-to-zip

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates from natural language descriptions to LaViC-compatible simulation model assets packaged as ZIP files, enabling rapid asset generation and deployment.

Core Features & Use Cases

  • Automates end-to-end packaging: from description to asset ZIP including images, mil symbols, and GLB models.
  • Validates JSON structure and references, ensuring consistency with LaViC assets schema.
  • Use Case: A user describes a new vehicle, and the pipeline outputs a ready-to-import asset ZIP.

Quick Start

Describe the model in natural language and run the packaging workflow to generate a LaViC ZIP asset.

Frequently Asked Questions about Simulation Model Generation & Packaging Pipeline (NLP to ZIP)

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

FAQPage Schema
How do I generate LaViC simulation model assets from a text description?

To generate LaViC simulation model assets, provide a natural language description. The pipeline automates end-to-end packaging, outputting a ready-to-import ZIP file containing images, mil symbols, and GLB models.

What is a SKILL.md file and how does it define a simulation asset package?

A SKILL.md file defines a valid Skill Unit for simulation asset packaging using YAML frontmatter containing a name and description. It works with optional resource folders to produce standardized ZIP assets.

How do I package GLB models and mil symbols into a standardized ZIP file?

Package GLB models and mil symbols by running the packaging workflow with a natural language description. The pipeline validates JSON structure and references, ensuring consistency with the LaViC assets schema before producing the ZIP.

Does the simulation asset pipeline validate JSON structure and references automatically?

Yes, the simulation asset pipeline validates JSON structure and references automatically. This validation step ensures consistency with the LaViC assets schema during the generation and packaging process.

Can I use natural language prompts to create vehicle simulation assets for LaViC?

Yes, you can use natural language prompts to create vehicle simulation assets. Describe a new vehicle, run the packaging workflow, and the pipeline outputs a standardized ZIP asset ready for LaViC import.

What limitations exist when packaging simulation models with YAML frontmatter?

A key limitation is that each simulation model requires a root SKILL.md with YAML frontmatter containing a name and description. Without valid YAML frontmatter, the pipeline cannot identify or package the asset into a ZIP file.