ワンクリックで
rocksdb
Apply when working with RocksDB storage — importing datasets, key encoding, column families, or query paths.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Apply when working with RocksDB storage — importing datasets, key encoding, column families, or query paths.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Apply for build/test/lint, dependency or feature changes, and editing Cargo.toml or .cargo config in this repo.
Apply when creating or tracking a GitHub issue, or planning multi-step work — the issue template and the task convergence loop.
Apply when changing the REST API surface — actix handlers, utoipa annotations, or request/response types under server/.
Apply when editing .proto files or the generated protobuf types (src/pbs/*) in this repo.
Apply when writing or editing Rust code in this crate — idioms, error handling, logging, docs, and lint rules.
Apply when writing or running tests, or updating insta snapshots, in this repo.
| name | rocksdb |
| description | Apply when working with RocksDB storage — importing datasets, key encoding, column families, or query paths. |
rocksdb with multi-threaded-cf; each dataset is its own DB, values are prost-encoded protobuf (see protobuf).src/common/keys.rs; variants keyed by SPDI coordinates (src/common/spdi.rs, 1-based inclusive). Reuse these helpers — don't hand-encode keys.rocksdb-utils-lookup provides shared read helpers./usr/lib/ via .cargo/config.toml — don't break it. librocksdb-dev libsnappy-dev must be installed.mod.rs + cli/{import,query}.rs (+ optional pbs.rs, snapshots/).