Skip to content

AI Skills

This section consolidates the most Agent-friendly context in the repository into an operational guide.

  • Repository terminology
  • Supported generators and transport protocols
  • Common commands
  • Location of the source of truth
  • Plugin development conventions
  1. docs/index.md
  2. docs/user/xidlc.md
  3. docs/user/idl.md
  4. docs/user/http.md or docs/user/jsonrpc.md
  5. docs/architecture.md
  6. docs/plugin.md
Terminal window
xidlc gen --out-dir out rust api.idl
xidlc gen --out-dir out rust-axum api.idl
xidlc gen --out-dir out openapi api.idl
  • 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.