원클릭으로
rust
Use this skill for Rust development in this repo: design, implementation, debugging, performance work, and reliable testing.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Use this skill for Rust development in this repo: design, implementation, debugging, performance work, and reliable testing.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
Use this skill for Elixir/Phoenix development in this repo: implementing features, refactors, debugging, tests, Ecto changes, and production-safe fixes.
Query the running HydraSRT instance via MCP (routes, logs, stats, control). Use when the user invokes /HydraSRT or asks to inspect or control a live HydraSRT deployment through MCP.
Use this skill for frontend work in web_app (React/TypeScript, UI implementation, tests, and refactors).
Run HydraSRT development workflows: mix q quality gate, Elixir unit/E2E tests, native Rust tests, web Vitest/Playwright, and make dev. Use when the user asks to run tests, check code quality, start the dev server, or debug CI locally.
Use this skill for GStreamer pipeline development and debugging: graph design, caps negotiation issues, latency, synchronization, and runtime diagnostics.
Use when designing or evolving Hydra platform architecture across Elixir/Phoenix, SQLite, DuckDB analytics, native/Rust, and runtime boundaries.
SOC 직업 분류 기준
| name | rust |
| description | Use this skill for Rust development in this repo: design, implementation, debugging, performance work, and reliable testing. |
Use for any task touching Rust code, Cargo, clippy, unsafe blocks, async runtime, or benchmarks.
cargo fmt --allcargo clippy --all-targets --all-features -- -D warningscargo test --allcargo check --all-targets --all-featuresResult with domain-specific errors; avoid unwrap() in production paths.fmt, clippy, test are clean.