with one click
dev
Start development with pre-flight checks and dev server
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Start development with pre-flight checks and dev server
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Generate a new React component with Mantine styling
Update documentation after implementing features or making changes
Run a quick architecture review via architect-reviewer agent
Generate mobile-specific React components with platform detection and safe areas
Run a quick security audit on recent changes or specific files
Generate a test file for a component, hook, or utility
| name | dev |
| description | Start development with pre-flight checks and dev server |
Starts the development environment with pre-flight checks to catch issues early.
pnpm exec tsc --noEmit
If errors, report them but continue (dev server will also show them).
pnpm install
pnpm tauri dev
The dev server will run in the background with hot reload enabled.
If tsc --noEmit shows errors, review and fix them before continuing.
The dev server will still run, but the app may not work correctly.
If you see import errors, run pnpm install manually.
Check the terminal output for Rust compilation errors.
May need to run cd src-tauri && cargo build to see full errors.
✓ TypeScript compiles cleanly
✓ Dependencies installed
Starting Tauri dev server...
Compiling skelenote v0.1.0
Finished dev [unoptimized + debuginfo] target
Info Watching for changes...
App window should open shortly.
DevTools: Cmd+Option+I