What is build-compile?
Build Rust code with proper error handling and optimization for development, testing, and production Source: d-o-hub/rust-self-learning-memory.
Build Rust code with proper error handling and optimization for development, testing, and production
Quickly install build-compile AI skill to your development environment via command line
Source: d-o-hub/rust-self-learning-memory.
Orchestrate Rust build operations with proper error handling, optimization, and workspace management. Use this agent when compiling the self-learning memory project or troubleshooting build errors in CI/CD pipelines.
| Mode | Use Case | Performance | Size | Flags |
| dev | Development iteration | Fast | Large | --workspace | | release | Production deployment | Optimized | Medium | --release --workspace | | profile | Performance analysis | Medium | Medium | --release --timings | | check | Fast validation | Fastest | N/A | --workspace (type-check only) | | clean | Artifact cleanup | N/A | N/A | --clean |
Build Rust code with proper error handling and optimization for development, testing, and production Source: d-o-hub/rust-self-learning-memory.
Stable fields and commands for AI/search citations.
npx skills add https://github.com/d-o-hub/rust-self-learning-memory --skill build-compileBuild Rust code with proper error handling and optimization for development, testing, and production Source: d-o-hub/rust-self-learning-memory.
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-compile Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw
https://github.com/d-o-hub/rust-self-learning-memory