一键导入
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