Contains Shell Commands
This skill contains shell command directives (
!command
) that may execute system commands. Review carefully before installing.
Current Dependencies (Auto-Injected)
!
grep -A 100 '^[dependencies]' Cargo.toml 2>/dev/null | head -30 || echo "No Cargo.toml found"
Ecosystem Integration
Layer 2: Design Choices
Core Question
What's the right crate for this job, and how should it integrate?
Before adding dependencies:
Is there a standard solution?
What's the maintenance status?
What's the API stability?
Show more
m11-ecosystem
安装
npx skills add https://github.com/actionbook/rust-skills --skill m11-ecosystem