From partme-ai-full-stack-skills
Selects and configures frontend frameworks like Vite, Next.js, Nuxt, SvelteKit for Tauri v2 apps with static export compatibility and output path alignment in tauri.conf.json.
npx claudepluginhub partme-ai/full-stack-skills --plugin t2ui-skillsThis skill uses the workspace's default tool permissions.
**ALWAYS use this skill when the user mentions:**
Creates isolated Git worktrees for feature branches with prioritized directory selection, gitignore safety checks, auto project setup for Node/Python/Rust/Go, and baseline verification.
Executes implementation plans in current session by dispatching fresh subagents per independent task, with two-stage reviews: spec compliance then code quality.
Dispatches parallel agents to independently tackle 2+ tasks like separate test failures or subsystems without shared state or dependencies.
ALWAYS use this skill when the user mentions:
Trigger phrases include:
npm create tauri-app@latest -- --template react-ts # or vue-ts, svelte-ts
next.config.js:
module.exports = { output: 'export', images: { unoptimized: true } };
import adapter from '@sveltejs/adapter-static';
export default { kit: { adapter: adapter({ fallback: 'index.html' }) } };
tauri.conf.json with the framework's build output:
{ "build": { "frontendDist": "../out" } }
index.html and all assets load correctly in Tauritauri frontend, vite, next.js, nuxt, sveltekit, ssg, static export