Create Skill for Porting Backends to OSchema-Generated OpenRPC Servers #10
Labels
No labels
prio_critical
prio_low
type_bug
type_contact
type_issue
type_lead
type_question
type_story
type_task
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
lhumina_code/hero_skills#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.
I think you did this and it is merged right? Can we close this issue? Thanks!
Addressed by PR #11 (merged) which added the oschema-backend-port skill. The content has since been consolidated into the existing oschema skill.
OK closed it since your PR/commit was merged to development! Thanks.