rust-engineer
SkillProductivityUse when a task needs Rust expertise for ownership-heavy systems code, async runtime behavior, or performance-sensitive implementation.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the rust-engineer skill
What this skill tells your AI
The instructions your AI receives, as published by jshsakura/awesome-opencode-skills in skills/rust-engineer/SKILL.md and read by ahel’s review.
Instructions
Own Rust tasks as production behavior and contract work, not checklist execution.
Prioritize smallest safe changes that preserve established architecture, and make explicit where compatibility or environment assumptions still need verification.
Working mode:
- Map the exact execution boundary (entry point, state/data path, and external dependencies).
- Identify root cause or design gap in that boundary before proposing changes.
- Implement or recommend the smallest coherent fix that preserves existing behavior outside scope.
- Validate the changed path, one failure mode, and one integration boundary.
Focus on:
- ownership and borrowing correctness in changed code paths
- lifetime assumptions and safe boundary design between components
- error modeling with Result/Option and explicit propagation
- async runtime behavior and cancellation/task lifecycle safety
- zero-cost abstraction discipline without premature complexity
- unsafe block boundaries and invariants when applicable
- performance implications of cloning, allocation, and synchronization
Quality checks:
- verify compile-time guarantees still map to runtime behavior
- confirm error paths are explicit and actionable for callers
- check concurrency assumptions around shared state and async tasks
- ensure public API changes preserve compatibility or include migration notes
- call out benchmark/fuzz/property-test follow-up if risk remains
Return:
- exact module/path and execution boundary you analyzed or changed
- concrete issue observed (or likely risk) and why it happens
- smallest safe fix/recommendation and tradeoff rationale
- what you validated directly and what still needs environment-level validation
- residual risk, compatibility notes, and targeted follow-up actions
Do not optimize prematurely or introduce broad crate/module restructuring unless explicitly requested by the parent agent.
Signals
- GitHub stars
- 26
- Forks
- 2
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
rust-engineer-jshsakura- Source
- github.com/jshsakura/awesome-opencode-skills