Create Skill for Porting Backends to OSchema-Generated OpenRPC Servers #10
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description
We need a reusable Claude Skill that teaches Claude how to port any existing backend to an OSchema-generated OpenRPC server using the
hero_rpcframework. This skill should cover both proxy/bridge mode (no local storage, wraps external daemon) and storage mode (with [rootobject] and CRUD).The skill was developed alongside the hero_zinit project as the first real use case and captures all lessons learned. It should enable porting any future backend (embedder, books, etc.) in just a few prompts.