skills/smithery.ai/add-model-property

add-model-property

Installation
SKILL.md

Add Model Property

This skill walks through the complete workflow of adding a property to a data model, including generation and propagation to client/server.

When to Use

  • Adding a new field to an existing entity
  • Extending a model with additional properties
  • Adding enum types to models
  • Modifying entity data structures

CRITICAL Warning

NEVER edit generated model files! Only edit source models in /model/*.model/src/

Generated files (DO NOT EDIT):

  • /client/libs/*/model/ ❌
  • /server/com.*.model/ ❌
Installs
1
First Seen
Mar 20, 2026
add-model-property from smithery.ai