gar-ai
Official@gar-ai
High-performance Rust engineering expertise focusing on asynchronous runtime optimization, GPU-accelerated model deployment, and robust systems architecture for enterprise-grade services.
Agent Skills by gar-ai
Showing 28 vetted skills indexed across 1 GitHub repositories.
rust-code-organization
Organize Rust projects with modular structures, traits, and newtype patterns.
rust-s3-patterns
Implement Rust S3 streaming downloads, multipart uploads, and batch operations.
rust-async-testing
Write and validate asynchronous Rust tests using Tokio attributes.
rust-ml-huggingface-porting
Detect and resolve tensor naming mismatches when porting HuggingFace models to Candle.
git-worktree-manager
Create, list, switch, and clean up Git worktrees with safety checks.
rust-error-handling
Design Rust error hierarchies with thiserror and anyhow.
rust-mocking
Generate trait-based mocks for Rust unit tests with mockall.
rust-iterators
Replace explicit Rust loops with lazy iterator chains using map, filter, and fold.
rust-code-quality
Enforce rustfmt and clippy standards in pre-commit and CI pipelines.
mithril-dedup-agent
Deduplicate large ML training datasets using MinHash and LSH clustering.
rust-tokio-essentials
Implement Tokio-based async runtime patterns with #[tokio::main] and spawn_blocking for Rust services, CLIs, and workers.
mithril-core-agent
Define StorageBackend, Compressor, and HashFunction traits for Mithril ML infrastructure.
rust-memory
Reduce memory allocations and unnecessary cloning in Rust code.
mithril-cache-agent
Reduce torch.compile cold starts with a content-addressable cache.
rust-candle-core
Build GPU-accelerated Rust ML models with the Candle framework.
rust-repository
Automate a Rust data access layer with sqlx, PgPool, and retry logic.
lint-service
Automate linting, formatting, and type-checking across monorepo services.
skill-creator
Creates scaffolded skill projects with metadata-driven README generation.
rust-gpu-scheduling
Schedule ML GPU workloads within VRAM budgets using queues and dependency tracking.
security-scan-local
Orchestrate Semgrep, Trivy, and Gitleaks scans to detect vulnerabilities and secrets locally.
rust-pyo3-bridge
Bridge Rust and Python with PyO3 for GIL-safe async ML workflows.
rust-release-profile
Configure Rust Cargo release profiles with LTO, opt-level, and codegen-units.
rust-graceful-shutdown
Orchestrate graceful shutdown for Rust services using signal handling and broadcast channels.
rust-metrics
Expose Prometheus-compatible metrics from Rust applications using the metrics crate.
Frequently Asked Questions About gar-ai
FAQPage SchemaWhat specific technical tasks are enabled by these Rust-centric capabilities?βΌ
These capabilities enable high-performance systems development, including asynchronous runtime management with Tokio, GPU-accelerated model execution via Candle, and structured observability. You can implement complex error hierarchies, optimize memory allocation, and manage graceful service shutdowns using signal handling and broadcast channels.
Which engineering personas benefit most from these technical modules?βΌ
Systems engineers, backend developers, and machine learning infrastructure specialists benefit most. These modules are designed for developers building high-concurrency services, those porting research models to production-grade GPU environments, and teams requiring strict code quality enforcement through standardized linting and formatting.
What are the primary prerequisites for implementing these Rust-based services?βΌ
Implementation requires a functional Rust toolchain, including Cargo and the Tokio runtime. Specific tasks may require additional dependencies such as PyO3 for language bridging, SQLx for database connectivity, or Candle for GPU-accelerated tensor operations. Ensure your environment supports the specific target architecture for LTO and opt-level optimizations.