Was ist build-compile?
Erstellen Sie Rust-Code mit ordnungsgemäßer Fehlerbehandlung und Optimierung für Entwicklung, Tests und Produktion Quelle: d-o-hub/rust-self-learning-memory.
Erstellen Sie Rust-Code mit ordnungsgemäßer Fehlerbehandlung und Optimierung für Entwicklung, Tests und Produktion
Installieren Sie den KI-Skill build-compile schnell in Ihrer Entwicklungsumgebung über die Kommandozeile
Quelle: 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 |
Erstellen Sie Rust-Code mit ordnungsgemäßer Fehlerbehandlung und Optimierung für Entwicklung, Tests und Produktion Quelle: d-o-hub/rust-self-learning-memory.
Stabile Felder und Befehle für KI/Such-Zitate.
npx skills add https://github.com/d-o-hub/rust-self-learning-memory --skill build-compileErstellen Sie Rust-Code mit ordnungsgemäßer Fehlerbehandlung und Optimierung für Entwicklung, Tests und Produktion Quelle: d-o-hub/rust-self-learning-memory.
Öffnen Sie Ihr Terminal oder Kommandozeilen-Tool (Terminal, iTerm, Windows Terminal, etc.) Kopieren Sie diesen Befehl und führen Sie ihn aus: npx skills add https://github.com/d-o-hub/rust-self-learning-memory --skill build-compile Nach der Installation wird der Skill automatisch in Ihrer KI-Programmierumgebung konfiguriert und ist bereit zur Verwendung in Claude Code, Cursor oder OpenClaw
https://github.com/d-o-hub/rust-self-learning-memory