What problem does it solve? Hard-coded lists of icon keys, colors, field types, and node types drift out of sync with what the API actually accepts, causing avoidable 400 errors. This Skill pulls authoritative reference data directly from the live backend so every value used in create/update calls is guaranteed current. ## Core Features & Use Cases - Icons & Colors: frontline guidance icons returns valid iconKeys, iconColors, optionColors, tagModes, and relationModes for objects, record types, and select options. - Field Type Reference: frontline guidance fields returns a markdown reference covering every creatable field type, its exact metadata shape, constraints, and best practices before running field create or field update. - Node Type Catalog: frontline guidance nodes lists every node type with validInFlow, validInAutomation, and allowsMultipleOutgoingHandles flags for building flow and automation graphs. - Per-Node Guidance: frontline guidance node <type> returns configuration guidance for a single node type such as TOOLS_AI or API. - Use Case: Before adding a CONDITIONAL_ROUTING node to a workflow, run frontline guidance nodes to confirm it is valid in that graph type, then frontline guidance node CONDITIONAL_ROUTING to learn how to configure its fields. ## Quick Start Ask the AI to run frontline guidance icons and use the returned values to set a valid emoji and icon color on a new object.