# Cargo Build

> Cargo Build

- Skill: `rootwarp/cargo-build` (Agent Skill)
- Install (CLI): `npx skillmds@latest add rootwarp/cargo-build`
- Raw SKILL.md: https://api.skillmd.com/api/skills/rootwarp/cargo-build/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: rootwarp (https://skillmd.com/u/rootwarp)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/rootwarp/cargo-build

---

# /cargo-build

Build the Rust project.

## Instructions

Run the Cargo build command to compile the project:

```bash
cargo build
```

For release builds:

```bash
cargo build --release
```

If there are build errors, analyze them and suggest fixes.

