en un clic
dev
Start development with pre-flight checks and dev server
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Menu
Start development with pre-flight checks and dev server
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Basé sur la classification professionnelle SOC
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