gar-ai
- 7 skills
- 0 followers
- 1 week ago last updated
- ▌ Rust Tokio Essentials · gar-aiCore Tokio patterns including runtime setup, spawn_blocking for CPU work, and avoiding blocking operations. Use for any async Rust development.
- ▌ Rust Ml Huggingface Porting · gar-ai bundlePort HuggingFace models to Candle with correct tensor naming. Use when debugging weight loading errors or matmul issues.
- ▌ Rust Code Quality · gar-aiApply rustfmt and clippy linting standards for consistent, safe Rust code. Use before commits and in CI pipelines.
- ▌ Rust Error Handling · gar-aiDesign error types using thiserror for libraries and anyhow for applications. Use when defining error hierarchies or handling fallible operations.
- ▌ Rust Candle Core · gar-ai bundleBuild native Rust ML models with Candle framework. Use when implementing vision transformers, LLMs, or audio models with GPU acceleration.
- ▌ Git Worktree Manager · gar-ai bundleManage Git worktrees for parallel feature development. Use when the user wants to work on multiple branches simultaneously, create worktrees, switch between features, open terminals/editors for worktrees, or manage parallel development workflows.
- ▌ Rust Tracing · gar-aiInstrument code with tracing spans and structured logging. Use for observability and performance analysis.