← all publishers

gar-ai

@gar-ai source repo

7 published skills

  1. Rust Tokio Essentials · gar-ai
    Core Tokio patterns including runtime setup, spawn_blocking for CPU work, and avoiding blocking operations. Use for any async Rust development.
    1 install
  2. Rust Ml Huggingface Porting · gar-ai bundle
    Port HuggingFace models to Candle with correct tensor naming. Use when debugging weight loading errors or matmul issues.
    3 installs
  3. Rust Code Quality · gar-ai
    Apply rustfmt and clippy linting standards for consistent, safe Rust code. Use before commits and in CI pipelines.
    1 install
  4. Rust Error Handling · gar-ai
    Design error types using thiserror for libraries and anyhow for applications. Use when defining error hierarchies or handling fallible operations.
    1 install
  5. Rust Candle Core · gar-ai bundle
    Build native Rust ML models with Candle framework. Use when implementing vision transformers, LLMs, or audio models with GPU acceleration.
    1 install
  6. Git Worktree Manager · gar-ai bundle
    Manage 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.
    1 install
  7. Rust Tracing · gar-ai
    Instrument code with tracing spans and structured logging. Use for observability and performance analysis.
    1 install