plugins/rust-dev/skills/implementing-rust/SKILL.md
Implements concise, streamlined Rust code matching exact architect specifications. Use when writing Rust code, creating modules, or when the user asks to implement features in Rust.
npx skillsauth add qte77/claude-code-utils-plugin implementing-rustInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Target: $ARGUMENTS
Creates focused, streamlined Rust implementations following architect specifications exactly. No over-engineering.
See references/rust-best-practices.md for comprehensive Rust guidelines.
src/ structureSimple Tasks: Single module, minimal structs, thiserror errors, inline tests
Complex Tasks: Multi-module with traits, async with tokio, custom error types, integration tests
Always: Use existing project patterns, pass validation
Simple Tasks: Minimal functions with proper error handling Complex Tasks: Complete modules with traits, tests, and documentation All outputs: Concise, streamlined, no unnecessary complexity
Before completing any task:
cargo test && cargo clippy -- -D warnings && cargo fmt --check
All tests, lints, and formatting must pass.
development
Verify an external or AI-generated security report against the actual codebase before acting on it. Use when handed a scanner PDF, automated teardown, audit report, or bug-bounty submission — classifies every finding CONFIRMED / OVERSTATED / FALSE-POSITIVE / FABRICATED and salvages the real work items.
development
Audits a site's SEO and AI-search (GEO) readiness — meta tags, Open Graph/Twitter, JSON-LD, robots/llms conventions — and generates fixes. Use when reviewing search visibility, social previews, structured data, or LLM/AI-crawler discoverability.
development
Analyzes industry websites for design patterns, layout, typography, and content strategies using first-principles thinking. Use when researching website design, UI patterns, or competitive design analysis.
development
Audits website usability for UX optimization, covering forms, navigation, validation, and microcopy. Use when reviewing user experience, task completion flows, or interface friction points.