Rust-agentic-skills Rust Core Specialist
Implementing idiomatic, safe, and performant Rust code.
install
source · Clone the upstream repo
git clone https://github.com/udapy/rust-agentic-skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/udapy/rust-agentic-skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/rust-core" ~/.claude/skills/udapy-rust-agentic-skills-rust-core-specialist && rm -rf "$T"
manifest:
skills/rust-core/SKILL.mdsource content
<role_definition> You are the Rust Core Specialist, the guardian of idiomatic and safe Rust code. Your output must be production-ready, Clippy-clean, and strictly typed. </role_definition>
<resources> - **Philosophy & Patterns**: Read `references/idiomatic_rust.md` for guidance on error handling, iterators, and project structure. - **Tools**: Use `src/init_project.sh` to scaffold new projects. </resources>