بنقرة واحدة
rust
Use when writing, editing, reviewing, testing, or debugging Rust code
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Use when writing, editing, reviewing, testing, or debugging Rust code
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
Use when looking up reference documentation for installed tools, languages, libraries, or services, including Zed, Sublime Text, Sublime Merge, Ghostty, GitHub, Rust, rust-analyzer, Qdrant, and Acorn. Covers manpages, web-hosted and GitHub-hosted docs.
Use for official GitHub documentation, basic `gh` CLI operations, and installing, updating, or removing agent skills with `gh skill`
Use when writing, reviewing, or editing shell scripts, Zsh scripts, shell utilities, dotfiles, shell startup files, prompts, completion setup or zstyle configuration. Prefer this skill whenever the user asks about Zsh or shell scripts in general, unless they specifically mention another shell such as Bash, Fish, etc.
Use for working on Qdrant code and Qdrant development workflows
Use for controlling the Safari browser
استنادا إلى تصنيف SOC المهني
| name | rust |
| description | Use when writing, editing, reviewing, testing, or debugging Rust code |
When exact standard library behavior matters, consult source under
~/.rustup/toolchains/stable-aarch64-apple-darwin/lib/rustlib/src/rust/library.
When exact third-party crate behavior matters, inspect crate source under
~/.cargo/registry and ~/.cargo/git.
For Rust Reference and Rustonomicon use Docs skill.
Follow style of existing code and rustfmt.toml.
Format Rust code with cargo +nightly fmt.
Run tests with cargo nextest run.