What problem does it solve? Subjective tasks like tone control, non-standard formatting, and judgment-based classification produce inconsistent outputs when guided only by abstract prose instructions, because the model interprets vague descriptions differently on every call. ## Core Features & Use Cases - Edge-focused example selection: Chooses 2 to 4 input/output examples that cover the difficult boundaries of the domain rather than redundant easy center cases. - Schema alignment: Writes every example in the same schema as the expected output and enforces schema precedence when a demonstration conflicts with a strict JSON schema. - Static prefix placement: Positions the example block at the start of the prompt to maximize prefix caching and keep examples in the high-attention region. - Use Case: A support ticket classifier returns inconsistent results from the instruction "classify using professional criteria"; this Skill replaces that prose with three examples covering billing/high, feedback/low, and auth/high boundaries so classification converges. ## Quick Start Ask the assistant to calibrate your subjective classification or tone task with a few-shot block of two to four edge examples written in your expected output schema.