A skill for AI coding agents to interact with the Ray app.
Ray is a desktop application for debugging that displays information sent to it via HTTP. This skill teaches AI coding agents how to send payloads to Ray's local HTTP server.
We invest a lot of resources into creating best in class open source packages. You can support us by buying one of our paid products.
We highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using. You'll find our address on our contact page. We publish all received postcards on our virtual postcard wall.
npx skills add spatie/ray-skillsThis will install the skill into your AI coding agent. The agent will automatically learn how to send data to Ray when needed.
Works with Claude Code, Cursor, Cline, GitHub Copilot, and other AI coding agents.
- Ray desktop app running locally
- Ray listens on
http://localhost:23517/by default
skills/ray/
├── SKILL.md # Main skill definition
└── rules/
├── ray-local-http.md # HTTP API documentation
├── log.md # Log payload documentation
├── table.md # Table payload documentation
└── json.md # JSON payload documentation
- Ray Payload Documentation - Official Ray payload structure documentation
The MIT License (MIT). Please see License File for more information.
