원클릭으로
coyote-socket
coyote-socket에는 maps524에서 수집한 skills 2개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.
이 저장소의 skills
Build, run, and manage the Coyote-Socket dev environment. Use for ALL building and compiling (never run `cargo build` or `npx tauri dev` directly). Handles Vite + compiled-binary mode with shadow-copy hot-swap so frontend HMR keeps working across Rust rebuilds, plus a legacy `tauri dev` fallback. Provides log streaming, multi-agent build locking, and a TUI dashboard. Start the dev server if it's not running. Do NOT stop it unless explicitly asked.
Tauri v2 cross-platform app development with Rust backend. Use when configuring tauri.conf.json, implementing Rust commands (#[tauri::command]), setting up IPC patterns (invoke, emit, channels), configuring permissions/capabilities, troubleshooting build issues, or deploying desktop/mobile apps. Triggers on Tauri, crates/tauri-app, invoke, emit, capabilities.json.