This scaffolds a Tauri app with SolidJS and TypeScript, giving you the standard project structure and dev commands you'd expect. It's using the official solid-ts template from create-tauri-app, so you're not getting custom patterns here, just the baseline setup. Worth noting it's part of the larger openwork repository from different-ai, which includes related skills for SolidJS patterns and core app context. If you're starting a desktop app with Tauri and want SolidJS instead of React or Svelte, this gets you running with pnpm tauri dev in about 30 seconds. The skill itself is minimal since the heavy lifting happens through the official template.
npx skills add https://github.com/different-ai/openwork --skill tauri-solidjs