Skip to main content

gar-ai/mallorn

SkillsMP는 gar-ai/mallorn에서 29개의 skill을 수집했습니다. skill을 열어 소스와 세부 정보를 확인하세요.

최근 기록된 소스 활동
SkillsMP 카탈로그 업데이트
수집된 skills
29
GitHub 스타
1
GitHub 포크
0

수집된 skill 29개 중 29개를 표시합니다.

직업 분류
소프트웨어 개발자
설명

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.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Unified linting scripts for all services in the monorepo. Use when the user wants to lint code, check formatting, or run type checks.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Build mithril-cache for torch.compile caching. Use when implementing content-addressable storage, cache keys, eviction, or framework hooks.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Build mithril-checkpoint compression for PyTorch models. Use when implementing byte grouping, compression pipeline, or checkpoint I/O.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Build mithril-core shared infrastructure. Use when implementing storage, compression, hashing, or common types for the Mithril ML toolkit.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Build mithril-dedup for ML dataset deduplication. Use when implementing MinHash, LSH, clustering, or document I/O.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Manage concurrent operations with channels, semaphores, locks, and streams. Use when coordinating parallel work or limiting resource usage.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Implement graceful shutdown with signal handling and broadcast channels. Use when building long-running services or daemons.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Core Tokio patterns including runtime setup, spawn_blocking for CPU work, and avoiding blocking operations. Use for any async Rust development.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Apply rustfmt and clippy linting standards for consistent, safe Rust code. Use before commits and in CI pipelines.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Design error types using thiserror for libraries and anyhow for applications. Use when defining error hierarchies or handling fallible operations.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Initialize Rust projects with proper structure, essential crates, and Cargo.toml configuration. Use when starting new Rust binaries or libraries.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Implement native Rust ML inference with Candle framework. Use when building GPU-accelerated ML pipelines without Python dependencies.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Implement GPU scheduling with VRAM budgets, work queues, and model lifecycle management. Use when building ML pipeline orchestrators.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Bridge Rust and Python using PyO3 with proper GIL handling and async compatibility. Use when integrating Python ML models or libraries.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Implement S3 operations with rust-s3 including streaming downloads, multipart uploads, and batch operations. Use for cloud storage integration.

원문 언어: 영어

업데이트
직업 분류
데이터 과학자
설명

Build native Rust ML models with Candle framework. Use when implementing vision transformers, LLMs, or audio models with GPU acceleration.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Port HuggingFace models to Candle with correct tensor naming. Use when debugging weight loading errors or matmul issues.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Expose Prometheus metrics with counters, gauges, and histograms. Use for production monitoring and alerting.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Instrument code with tracing spans and structured logging. Use for observability and performance analysis.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Structure Rust code using modules, traits, builders, and newtypes. Use when designing APIs, abstracting behavior, or preventing type confusion.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Implement the repository pattern for database abstraction with sqlx, transactions, and retry logic. Use when building data access layers.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Leverage iterator chains for efficient, lazy data processing without intermediate allocations. Use when processing collections.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Minimize allocations and cloning using references, Cow, and smart pointers. Use when optimizing hot paths or memory-constrained code.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Configure release builds for maximum performance with LTO, optimizations, and binary stripping. Use for production deployments.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

Write async tests with tokio::test and configure multi-threaded test runtimes. Use when testing async code.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

Create mocks using mockall and trait-based abstractions. Use when unit testing code with external dependencies.

원문 언어: 영어

업데이트
직업 분류
정보 보안 분석가
설명

Run security scans locally (Semgrep, Trivy, Gitleaks) to detect vulnerabilities, secrets, and code issues before pushing. Use when the user wants to check for security issues, scan dependencies, or validate code security.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Create new Claude Code skills with proper structure and conventions. Use when the user wants to create a new skill, scaffold skill templates, or understand skill anatomy.

원문 언어: 영어

업데이트
수집된 skill 29개 중 29개를 표시합니다.