원클릭으로
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 직업 분류 기준
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
| 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