rust-harden
25mathisk2095/jko-claude-plugins
Command
Harden Rust code — replace unwrap with proper error handling, add safety comments to unsafe blocks, enable overflow checks, validate inputs at boundaries. The defensive hardening pass.
mathisk2095/jko-claude-plugins
Command
Harden Rust code — replace unwrap with proper error handling, add safety comments to unsafe blocks, enable overflow checks, validate inputs at boundaries. The defensive hardening pass.
mathisk2095/jko-claude-plugins
Command
Final pre-merge polish — remove dead code, verify doc comments, clean clippy, check all Result paths, remove debug artifacts. The last 5% that takes 50% of the effort.
mathisk2095/jko-claude-plugins
Command
One-time setup that scans your Rust project, understands its patterns and conventions, and writes a Rust-specific context section to your CLAUDE.md. Run once per project to establish persistent Rust guidelines.
mathisk2095/jko-claude-plugins
Command
Strengthen the type system — replace primitive obsession with newtypes, booleans with enums, stringly-typed APIs with domain types. Make illegal states unrepresentable.
mathisk2095/jko-claude-plugins
Skill Claude CodeCodex
This skill should be used when the user is writing, reviewing, debugging, or architecting Rust code. Detects edition and toolchain from the project. Provides expert critique covering ownership, error handling, unsafe review, async correctness, trait design, type system patterns, performance, SOLID principles, and…
mathisk2095/jko-claude-plugins
Plugin Claude Code
SwiftUI patterns and critique for iOS, macOS, and visionOS apps.
mathisk2095/jko-claude-plugins
Command
Critique SwiftUI code for patterns, design, clean code, accessibility, and performance.
mathisk2095/jko-claude-plugins
Skill Claude CodeCodex
This skill should be used when the user is building, reviewing, or debugging SwiftUI views and apps. Detects iOS and Swift version from the project. Covers creating views, state management with @Observable, NavigationStack routing, animations, accessibility, performance optimization, Liquid Glass adoption, design…