Agent Skills by molaco
Showing 26 vetted skills indexed across 1 GitHub repositories.
rmc-refactor-plan
Plan Rust refactors by orchestrating MCP tool calls and producing evidence-backed verdicts.
rmc-call-graph
Analyze Rust function caller and callee relationships across a workspace.
rmc-snapshot-diff
Compares two network snapshots to identify structural and operational differences.
rmc-semantic-overlaps
Detects duplicate Rust logic via semantic similarity across repositories.
rmc-mut-static-audit
Audit Rust workspace static items matching mutable and lazy cell patterns.
rmc-test-vs-prod
Classify Rust symbol references into test-only or production categories.
rmc-dependency-metric
Rank Rust workspace crates by instability and abstractness metrics.
rmc-rename-symbol
Preview rust-analyzer symbol rename edits and file moves without writing.
rmc-reexport-chain
Trace Rust pub use re-export chains and report hop-level visibility.
rmc-workspace-overview
Audit a Rust workspace for coupling, dead code, and complexity.
rmc-crate-audit
Audit a Rust crate for dead public APIs and structural risks.
rmc-architecture-rules
Enforce declarative Rust crate-edge dependency rules and return structured violation JSON.
rmc-find-symbol
Resolve ambiguous Rust symbol hints into exact qualified names for hypergraph queries.
rmc-unsafe-audit
Audit Rust unsafe blocks for missing SAFETY comments across a workspace.
rmc-method-api
Identify used and dead methods in a Rust type's public API.
rmc-attribute-audit
Locate Rust items with matching attributes or doc-comment markers and connect findings to usage.
rmc-type-overlaps
Detect Rust type name collisions and module shadowing across a workspace.
rmc-complexity
Prioritize Rust refactoring by identifying complexity hotspots and estimating blast radius.
rmc-symbol-forensics
Trace Rust symbol imports, references, and rust-analyzer cross-links across crates.
rmc-codemap
Generate task-conditioned Rust workspace subgraphs from a persisted HIR hypergraph.
rmc-module-audit
Audit Rust module imports, exports, and re-exports for visibility discipline.
rmc-enum-variants
Analyze Rust enum variants and measure per-variant fan-in across the workspace.
rmc-trait-audit
Audit Rust traits by analyzing definitions, usage fan-in, and dispatch call sites.
rmc-imports-exports
Audit Rust workspace import/export structure for dead public APIs and coupling hotspots.