Raycast Extensions Skill Build powerful extensions with React, TypeScript, and the Raycast API. Quick Start (Agent Workflow) Follow these steps when tasked with implementing or fixing Raycast features: 1. Identify the core component : Determine if the UI needs a , , , or . 2. Consult Reference : Open and read the corresponding file in (e.g., ). 3. Use Defaults : - Feedback : Use for Loading/Success/Failure. Use only for quick background completions. - Data : Use for frequent/transient data, for persistent user data. - Access : Always check or before use. 4. Implementation : Provide a concise…