원클릭으로
dev
Start development with pre-flight checks and dev server
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Start development with pre-flight checks and dev server
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
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