molaco avatar

molaco

Community

@molaco

1Followers
|
26Public Repos
|
26Published Skills

Agent Skills by molaco

Showing 26 vetted skills indexed across 1 GitHub repositories.

molacomolaco
29

rmc-refactor-plan

Plan Rust refactors by orchestrating MCP tool calls and producing evidence-backed verdicts.

Community
Advanced
molacomolaco
29

rmc-call-graph

Analyze Rust function caller and callee relationships across a workspace.

Community
Intermediate
molacomolaco
29

rmc-snapshot-diff

Compares two network snapshots to identify structural and operational differences.

Community
Intermediate
molacomolaco
29

rmc-semantic-overlaps

Detects duplicate Rust logic via semantic similarity across repositories.

Community
Advanced
molacomolaco
29

rmc-mut-static-audit

Audit Rust workspace static items matching mutable and lazy cell patterns.

Community
Intermediate
molacomolaco
29

rmc-test-vs-prod

Classify Rust symbol references into test-only or production categories.

Community
Intermediate
molacomolaco
29

rmc-dependency-metric

Rank Rust workspace crates by instability and abstractness metrics.

Community
Intermediate
molacomolaco
29

rmc-rename-symbol

Preview rust-analyzer symbol rename edits and file moves without writing.

Community
Intermediate
molacomolaco
29

rmc-reexport-chain

Trace Rust pub use re-export chains and report hop-level visibility.

Community
Intermediate
molacomolaco
29

rmc-workspace-overview

Audit a Rust workspace for coupling, dead code, and complexity.

Community
Advanced
molacomolaco
29

rmc-crate-audit

Audit a Rust crate for dead public APIs and structural risks.

Community
Advanced
molacomolaco
29

rmc-architecture-rules

Enforce declarative Rust crate-edge dependency rules and return structured violation JSON.

Community
Intermediate
molacomolaco
29

rmc-find-symbol

Resolve ambiguous Rust symbol hints into exact qualified names for hypergraph queries.

Community
Intermediate
molacomolaco
29

rmc-unsafe-audit

Audit Rust unsafe blocks for missing SAFETY comments across a workspace.

Community
Intermediate
molacomolaco
29

rmc-method-api

Identify used and dead methods in a Rust type's public API.

Community
Intermediate
molacomolaco
29

rmc-attribute-audit

Locate Rust items with matching attributes or doc-comment markers and connect findings to usage.

Community
Intermediate
molacomolaco
29

rmc-type-overlaps

Detect Rust type name collisions and module shadowing across a workspace.

Community
Advanced
molacomolaco
29

rmc-complexity

Prioritize Rust refactoring by identifying complexity hotspots and estimating blast radius.

Community
Intermediate
molacomolaco
29

rmc-symbol-forensics

Trace Rust symbol imports, references, and rust-analyzer cross-links across crates.

Community
Advanced
molacomolaco
29

rmc-codemap

Generate task-conditioned Rust workspace subgraphs from a persisted HIR hypergraph.

Community
Advanced
molacomolaco
29

rmc-module-audit

Audit Rust module imports, exports, and re-exports for visibility discipline.

Community
Intermediate
molacomolaco
29

rmc-enum-variants

Analyze Rust enum variants and measure per-variant fan-in across the workspace.

Community
Intermediate
molacomolaco
29

rmc-trait-audit

Audit Rust traits by analyzing definitions, usage fan-in, and dispatch call sites.

Community
Advanced
molacomolaco
29

rmc-imports-exports

Audit Rust workspace import/export structure for dead public APIs and coupling hotspots.

Community
Advanced