home / skills / a5c-ai / babysitter / flight-sim-model
This skill helps create and validate high-fidelity flight dynamics models for simulators and analysis, enabling realistic real-time performance.
npx playbooks add skill a5c-ai/babysitter --skill flight-sim-modelReview the files below or copy the command above to add this skill to your agents.
---
name: flight-sim-model
description: Skill for creating and validating flight dynamics models
allowed-tools:
- Read
- Write
- Glob
- Grep
- Edit
- WebFetch
- WebSearch
- Bash
metadata:
version: "1.0"
category: aerospace-engineering
tags:
- flight-dynamics
- simulation
- modeling
- validation
---
# Flight Simulation Model Skill
## Purpose
Create and validate high-fidelity flight dynamics models for training simulators, engineering analysis, and flight test support.
## Capabilities
- Six-DOF equation of motion implementation
- Aerodynamic database integration
- Propulsion model integration
- Landing gear and ground dynamics
- Atmospheric modeling (ISA, GRAM)
- Sensor and actuator modeling
- Model validation against flight data
- Real-time simulation interface
## Usage Guidelines
- Use validated aerodynamic databases from CFD and wind tunnel data
- Implement accurate propulsion models for all operating conditions
- Include realistic actuator dynamics and limitations
- Validate model against flight test data where available
- Document model fidelity and limitations
- Ensure real-time performance for pilot-in-the-loop applications
## Dependencies
- MATLAB/Simulink
- JSBSim
- FlightGear
- X-Plane
## Process Integration
- AE-013: Flight Simulation Model Development
- AE-024: Flight Test Planning
This skill creates and validates high-fidelity flight dynamics models for simulators, engineering analysis, and flight test support. It targets six-degree-of-freedom dynamics with integrated aerodynamics, propulsion, sensors, and ground interactions. The goal is deterministic, testable models suitable for pilot-in-the-loop and offline validation workflows.
The skill implements six-DOF equations of motion and connects aerodynamic databases, propulsion representations, actuator dynamics, and atmospheric models. It supports sensor and landing-gear modeling, real-time interfaces, and automated validation routines that compare simulated outputs to flight-test data. Outputs include model fidelity reports, performance diagnostics, and integration-ready runtime modules.
What validation data is required?
Use flight-test time-series of control inputs and state responses, wind tunnel datasets, or CFD maps; the more varied the envelope coverage, the stronger the validation.
Which runtimes and tools are supported?
The skill integrates with common tools like MATLAB/Simulink, JSBSim, FlightGear, and X-Plane and can produce real-time-capable modules for pilot-in-the-loop systems.