# Cargo Make

> cargo-make — Rust task runner and build automation. Define complex build workflows in Makefile.toml. Non-interactive.

- Skill: `javimosch/cargo-make` (Agent Skill)
- Install (CLI): `npx skillmds@latest add javimosch/cargo-make`
- Raw SKILL.md: https://api.skillmd.com/api/skills/javimosch/cargo-make/raw
- Safety review: CAUTION (external: skill-scanner PASS, skillspector CAUTION)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Productivity
- Author: javimosch (https://skillmd.com/u/javimosch)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/javimosch/cargo-make

---

# cargo-make
cargo-make — Rust task runner and build automation. Define complex build workflows in Makefile.toml. Non-interactive.

## Install
```bash
curl -LO https://github.com/sagiegurari/cargo-make/releases/download/0.37.24/cargo-make-v0.37.24-x86_64-unknown-linux-gnu.zip && unzip -o cargo-make-v0.37.24-x86_64-unknown-linux-gnu.zip && sudo mv cargo-make /usr/local/bin/ && rm cargo-make-v0.37.24-x86_64-unknown-linux-gnu.zip
```

