kv-store-grpc
OfficialgRPC-based key-value store in Python.
Authorletta-ai
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill guides building a gRPC-based KV store service, including protobufs, server implementation, and basic client verification.
Core Features & Use Cases
- Protobuf service design: Define Set/Get messages and a KV store service.
- Server implementation: Implement a simple in-memory dictionary-backed KV store.
- Client verification: A quick client snippet to test Set/Get operations.
Quick Start
Example: implement a KVStoreServicer with SetVal/GetVal RPCs and verify a round-trip set/get workflow.
Dependency Matrix
Required Modules
None requiredComponents
references
💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: kv-store-grpc Download link: https://github.com/letta-ai/skills/archive/main.zip#kv-store-grpc Please download this .zip file, extract it, and install it in the .claude/skills/ directory.