What problem does it solve? Choosing the right field type, metadata format, and relation structure when creating or extending Frontline tables and objects is error-prone, and mistakes like wrong select modes, invalid timezones, or immutable column types cause 400 errors and rework. ## Core Features & Use Cases - Field Type Decision Tree: Maps data kinds (text, money, dates, picks, links, files) to the correct Frontline field type and metadata payload. - Select vs Relation Guidance: Explains when to use select options versus object relations or prismaRelation user links, including required metadata keys. - Schema Patterns & Constraints: Provides ready-made patterns for status pipelines, contact info, and financial tracking, plus required/unique constraints and record-type scoping. - Use Case: Before adding an "Industry" field to a Companies object, consult this Skill to create a single-select field, then add colored options with separate option create commands. ## Quick Start Ask the AI to design a schema for a new Frontline object with currency, date, and single-select fields using the Frontline CLI.