一键导入
search-rust-doc
Search Rust crate documentation for a type, trait, function, or method. Usage: /search-rust-doc {crate} {query}
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Search Rust crate documentation for a type, trait, function, or method. Usage: /search-rust-doc {crate} {query}
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | search-rust-doc |
| description | Search Rust crate documentation for a type, trait, function, or method. Usage: /search-rust-doc {crate} {query} |
Search the offline rustdoc output for a crate. Arguments (from $ARGUMENTS): the first word is the crate/package name, the rest is the search query.
Use the Task tool to invoke the search-rust-doc subagent with the prompt Package: {crate}\nQuery: {query}. Return the agent's findings directly to the user. If the user did not provide both a crate and a query, ask for the missing piece before invoking the agent.
/search-rust-doc difa TagEncoder
/search-rust-doc ratatui Frame
/search-rust-doc crossterm event::KeyCode
/search-rust-doc ratatui widgets::Block title
duklog coding standards, testing requirements, and review checklist. Use when reviewing code, writing tests, or checking quality.
Create a pull request after code review
Process PR feedback, user corrections, code review findings, or self-observed patterns and update project memory, rules, and standards accordingly. Use proactively after receiving PR review comments, user corrections, or when patterns emerge from code review or self-reflection.
Post-implementation retrospective. Run after completing any non-trivial task to extract patterns, surprises, and lessons and persist them to rules and memory without waiting for user feedback. Use proactively after creating a PR or finishing a significant feature.
Commit changes after running CI checks