Unsafe Rust code needs careful attention. This checker helps you review unsafe blocks, raw pointers, and FFI calls. It lists common errors and how to fix them.
You get a quick reference for safe patterns. It shows when unsafe is valid and when it is not. The tool reminds you to always add SAFETY comments.
Anyone working with Rust and external C code will find this useful. It keeps your code sound and free from undefined behavior.
Global
mkdir -p ~/.claude/skills/unsafe-checkerProject
mkdir -p .claude/skills/unsafe-checkerSource Repository
Improve Codebase Architecturemattpocock/skills
Scan your codebase for architecture improvements with visual reports and pick one to refactor
Web Design Guidelinesvercel-labs/agent-skills
Review your UI code for compliance with web interface guidelines
Caveman Reviewjuliusbrussee/caveman
Ultra-compressed one-line code review comments that cut noise
Zoom Outmattpocock/skills
Get a big picture view of your code with a simple map of modules and callers
Codebase Designmattpocock/skills
Create deep modules with tiny interfaces and lots of hidden logic for testability
Requesting Code Reviewobra/superpowers
Catch code issues early with focused automated reviews before every merge
Request Refactor Planmattpocock/skills
Plan safe code refactors with tiny commits and clear GitHub issues
Receiving Code Reviewobra/superpowers
Think first, then code. Verify feedback before making changes. Stay objective