AI Skills
This section consolidates the most Agent-friendly context in the repository into an operational guide.
What’s Included
Section titled “What’s Included”- Repository terminology
- Supported generators and transport protocols
- Common commands
- Location of the source of truth
- Plugin development conventions
Recommended Resources
Section titled “Recommended Resources”docs/index.mddocs/user/xidlc.mddocs/user/idl.mddocs/user/http.mdordocs/user/jsonrpc.mddocs/architecture.mddocs/plugin.md
Common Commands
Section titled “Common Commands”xidlc gen --out-dir out rust api.idlxidlc gen --out-dir out rust-axum api.idlxidlc gen --out-dir out openapi api.idlKey Advice
Section titled “Key Advice”- Prioritize conclusions supported by the implementation.
- Cross-verify with
xidlc-examples/. - Refer to RFCs when transport semantics are unclear.
- Examine the generator modules directly when target capabilities are unclear.