Skip to main content
Back to the directory
zhanghandong/rust-skillsSoftware EngineeringFrontend and Design

m11-ecosystem

Guidance for selecting, integrating, and managing Rust crates and ecosystem dependencies.

SkillJury keeps community verdicts, source metadata, and external repository signals in separate lanes so ranking data never pretends to be a review.

SkillJury verdict
Pending

No approved reviews yet

Would recommend
Pending

Waiting on enough review volume

Install signal
650

Weekly or total install activity from catalog data

Sign in to review
0 review requests
Install command
npx skills add https://github.com/zhanghandong/rust-skills --skill m11-ecosystem
SkillJury does not have enough approved reviews to publish a community verdict yet. Source metadata and repository proof are still available above.
SkillJury Signal Summary

As of May 1, 2026, m11-ecosystem has 650 weekly installs, 0 community reviews on SkillJury. Community votes currently stand at 0 upvotes and 0 downvotes. Source: zhanghandong/rust-skills. Canonical URL: https://skills.sh/zhanghandong/rust-skills/m11-ecosystem.

Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Guidance for selecting, integrating, and managing Rust crates and ecosystem dependencies. ! grep -A 100 '^\[dependencies\]' Cargo.toml 2>/dev/null | head -30 || echo "No Cargo.toml found" Layer 2: Design Choices What's the right crate for this job, and how should it integrate? Before adding dependencies: Before adding a dependency: Is it well-maintained? What's the scope? How does it integrate? To domain constraints (Layer 3): To implementation (Layer 1): - Provides decision tables for common needs (serialization, async runtimes, HTTP, databases, CLI parsing) with recommended crates and evaluation criteria - Covers language interop patterns including C/C++ bindings via bindgen / cbindgen , Python extensions with pyo3 , Node.js addons via napi-rs , and WebAssembly with wasm-bindgen - Includes error code reference (E0433, E0603) with fixes, cargo feature configuration, and workspace management - Offers crate selection criteria (maintenance status, community activity, documentation quality, stability) and anti-patterns to avoid - Is there a standard solution? - What's the maintenance status? - What's the API stability? - Is it well-maintained?

Source description provided by the upstream listing. Community review signal and install context stay separate from this narrative layer.

Community reviews

Latest reviews

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does m11-ecosystem do?

Guidance for selecting, integrating, and managing Rust crates and ecosystem dependencies.

Is m11-ecosystem good?

m11-ecosystem does not have approved reviews yet, so SkillJury cannot publish a community verdict.

Which AI agents support m11-ecosystem?

m11-ecosystem currently lists compatibility with Skills CLI.

Is m11-ecosystem safe to install?

m11-ecosystem has been scanned by security audit providers tracked on SkillJury. Check the security audits section on this page for detailed results from Socket.dev and Snyk.

What are alternatives to m11-ecosystem?

Skills in the same category include review-management, conversation-memory, coverage, grimoire-aave.

How do I install m11-ecosystem?

Run the following command to install m11-ecosystem: npx skills add https://github.com/zhanghandong/rust-skills --skill m11-ecosystem

Related skills

More from zhanghandong/rust-skills

Related skills

Alternatives in Software Engineering