Guide for adding new RPC calls to Wave Terminal. Use when implementing new RPC commands, adding server-client communication methods, or extending the RPC interface with new functionality.
$npx -y skills add mits-pl/wove --skill add-rpcInstalls into the current project.
Run `npx skills use "https://github.com/mits-pl/wove" --skill "mits-pl/wove/add-rpc"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/mits-pl/wove" that are relevant to the current task. Run `npx skills add "https://github.com/mits-pl/wove"` and select the relevant skills, then follow their instructions.