·build-rust

Optimized Rust build operations with timing, profiling, and workspace support

17Installs·3Trend·@d-o-hub

Installation

$npx skills add https://github.com/d-o-hub/rust-self-learning-memory --skill build-rust

How to Install build-rust

Quickly install build-rust AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/d-o-hub/rust-self-learning-memory --skill build-rust
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: d-o-hub/rust-self-learning-memory.

SKILL.md

View raw

| dev | Development build | --workspace | | release | Production optimized | --release --workspace | | profile | Performance timing | --release --timings | | check | Fast type-check | --workspace | | clean | Clean artifacts | --clean |

The dev profile is optimized to reduce target/ size (5.2 GB → 2 GB):

Linker: Use mold on Linux for 2-5x faster link times:

Optimized Rust build operations with timing, profiling, and workspace support Source: d-o-hub/rust-self-learning-memory.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/d-o-hub/rust-self-learning-memory --skill build-rust
Category
</>Dev Tools
Verified
First Seen
2026-02-23
Updated
2026-03-10

Browse more skills from d-o-hub/rust-self-learning-memory

Quick answers

What is build-rust?

Optimized Rust build operations with timing, profiling, and workspace support Source: d-o-hub/rust-self-learning-memory.

How do I install build-rust?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/d-o-hub/rust-self-learning-memory --skill build-rust Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/d-o-hub/rust-self-learning-memory