Use Cargo for Rust development with a check-first workflow. Prefer cargo check over cargo build, use debug builds for testing, and avoid release builds unless explicitly needed.
Use Cargo for Rust development with a check-first workflow. Prefer cargo check over cargo build, use debug builds for testing, and avoid release builds unless explicitly needed.
在 Rust 开发中采用先检查(check-first)的工作流使用 Cargo。优先使用 cargo check 而不是 cargo build,测试时使用调试构建,除非明确需要否则避免使用 release 构建。
Category: developer (开发工具) · Author: not-matthias · Version: @main
Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer