一键导入
coyote-socket
coyote-socket 收录了来自 maps524 的 2 个 skills,并提供仓库级职业覆盖和站内 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.