一键导入
systems-rust
Deliver Rust systems work across services, CLIs, WASM, and FFI while keeping ownership, async runtime, safety, and performance constraints explicit.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Deliver Rust systems work across services, CLIs, WASM, and FFI while keeping ownership, async runtime, safety, and performance constraints explicit.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Shape cross-stack architecture, API contracts, authentication flow, and integration boundaries for Grok-native delivery.
Deliver C# and .NET backends with explicit API, validation, auth, async, and operational patterns centered on ASP.NET Core.
Deliver Go backends with clear handler, service, auth, validation, and concurrency patterns across Gin, Echo, and Fiber style services.
Deliver Java and Kotlin backends across Spring Boot, Quarkus, and Ktor while keeping contracts, validation, auth, and concurrency models explicit.
Deliver Node.js and TypeScript backends across NestJS and lighter HTTP frameworks without letting one framework own API, validation, auth, or service design.
Deliver Python backends across async FastAPI and Django or Flask service styles while keeping API design, validation, auth, and service behavior explicit.
| name | systems-rust |
| description | Deliver Rust systems work across services, CLIs, WASM, and FFI while keeping ownership, async runtime, safety, and performance constraints explicit. |
Use this pack for Rust systems work: performance-sensitive services, async runtimes, command-line tools, WebAssembly modules, native extensions, and cross-language boundaries where memory safety and throughput both matter.
Defer first-pass route choice and lane selection to ../../reference/routing-guidance.md.
This is the general Rust family pack for the repo. Use reference/axum-actix-wasm.md for Axum, Actix, and broad browser-facing WASM delivery. Use reference/wasm-browser-3d-performance.md only when browser-3D work already owned by frontend-web crosses a measured compute or transfer bottleneck and needs a narrow Rust/WASM escalation path.
create, init, or new flows as greenfield-only and explicit-request-only. Defer to reference/project-setup-policy.md.wasm-bindgen, PyO3, cbindgen, uniffi, or similar boundary tooling deliberately, keeping ownership and type conversion explicit.reference/axum-actix-wasm.md or, for measured browser-3D escalation work owned by frontend-web, reference/wasm-browser-3d-performance.md.review skill after substantial Rust systems changes.review skill when Rust, WASM, or FFI changes materially affect safety, throughput, or integration behavior.reference/axum-actix-wasm.md for extractor and middleware choices in Rust HTTP services plus WASM boundary guidance for browser-facing performance work.reference/wasm-browser-3d-performance.md for escalation-only browser-3D WASM bottlenecks where measured geometry, simulation, parsing, or transfer pressure justifies the boundary.