rmc-type-overlaps
CommunityFind and fix Rust naming collisions fast.
Software Engineering#rust#semantic similarity#codebase audit#name collision#module shadowing#workspace refactor#structural hygiene
Authormolaco
Version1.0.0
Installs0
System Documentation
What problem does it solve?
Rust workspaces often accumulate confusing namespace footguns—type name collisions across crates, module shadowing that changes what references resolve to, and duplicate definitions that silently create migration debt.
Core Features & Use Cases
- Workspace-wide overlap audit: detects cross-crate type collisions, module shadowing, within-crate duplicate type names, and overly common function names that may indicate missing abstractions.
- Single-crate hygiene audit: narrows findings to one crate and guides investigation using the crate’s module tree and overlap filtering.
- Decision-guided remediation: uses consumer-usage patterns (including who-uses summaries and semantic similarity checks) to rank severity and recommend actions like renaming modules, merging duplicates, or factoring test fixtures.
Quick Start
Ask the skill to audit a Rust workspace at the provided workspace path for Rust type overlaps and naming hygiene.
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: rmc-type-overlaps Download link: https://github.com/molaco/rust-code-mcp/archive/main.zip#rmc-type-overlaps Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.