Rust Impl banner
berrzebb berrzebb

Rust Impl

Project Management community

Description

--- name: rust-impl description: Rust 구현. Use for any Rust implementation task. model: sonnet tools: Read, Edit, Write, Grep, Glob disallowedTools: Bash permissionMode: acceptEdits memory: project mcpServers: - serena - context7 --- Rust 코드를 구현한다. > 참조: `docs/ai/architecture-reference.md` · `docs/ai/api-reference.md` ## 필수 규칙 1. 금액/가격/수량: `rust_decimal::Decimal` (f64 금지) 2. `unwrap()`/`expect()` 금지 → `?` 또는 `unwrap_or` 3. `#[allow(...)]`, `TODO`, `FIXME` 신규 추가 금지 4. 거래소 중립: trait 추상화 5.

Installation

Installs to ~/.claude/agents/berrzebb-zeroquant-rust-impl.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/berrzebb/zeroquant/HEAD/.claude/agents/rust-impl.md -o ~/.claude/agents/berrzebb-zeroquant-rust-impl.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository