# Skill mappings - when working in these areas, load the linked skill file into context. skills: - task: "Root route / SSR shell setup (HeadContent, Scripts, shellComponent, head config)" load: "node_modules/@tanstack/start-client-core/skills/start-core/SKILL.md" - task: "Adding or modifying routes (file-based routing, params, nested routes)" load: "node_modules/@tanstack/router-core/skills/router-core/SKILL.md" - task: "Route data loading (loaders, caching, pendingComponent)" load: "node_modules/@tanstack/router-core/skills/router-core/data-loading/SKILL.md" - task: "Server functions (createServerFn, API calls, server-side logic)" load: "node_modules/@tanstack/start-client-core/skills/start-core/server-functions/SKILL.md" - task: "Devtools configuration (plugins, position, hotkeys)" load: "node_modules/@tanstack/devtools/skills/devtools-app-setup/SKILL.md" - task: "Devtools Vite plugin (source inspection, console piping, production stripping)" load: "node_modules/@tanstack/devtools-vite/skills/devtools-vite-plugin/SKILL.md"