What problem does it solve? Developers working on the Admin and Threads SPAs need accurate knowledge of the shared @tdsk/components library—its 40 components, 41 hooks, theming system, and barrel export quirks—to avoid import errors and duplicated work. ## Core Features & Use Cases - Component & Hook Reference: Catalogs all MUI-based components (Inputs, Dialogs, Drawer, Monaco, Icons) and hooks organized by category (dom, data, api, theme, permissions). - Barrel Export Gotchas: Documents which items are NOT re-exported from index barrels (e.g., InfoTip, NamedIcon, useDefsFilters) and must be imported by direct path. - Theming & Patterns: Explains makeTheme('dark'/'light'), gutter spacing helpers, HOCs like TooltipHoc, and the CacheProvider context. - Use Case: When building a new settings drawer in the Admin SPA, consult this Skill to find the right Drawer and DrawerActions components, correct import paths, and theming conventions. ## Quick Start Ask which component and import path to use for adding a confirmation dialog with delete action in the Threads SPA.