con un clic
dev
Start development with pre-flight checks and dev server
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Start development with pre-flight checks and dev server
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional 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