From partme-ai-full-stack-skills
Scaffolds Tauri v2 projects using create-tauri-app, configures project structure, and sets up static/SSG export for Next.js or SvelteKit.
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 my-app -- --template react-ts
my-app/
├── src/ # Frontend code
├── src-tauri/
│ ├── src/main.rs # Rust entry point
│ ├── Cargo.toml # Rust dependencies
│ ├── tauri.conf.json # Tauri configuration
│ └── capabilities/ # Permission files
└── package.json # Frontend dependencies
output: 'export' in next.config.js@sveltejs/adapter-statictauri.conf.json:
{ "build": { "frontendDist": "../dist" } }
npm run tauri dev and confirming the window opensCargo.toml as needed for your app featurestauri scaffold, create-tauri-app, project structure, static export, SSG