ray-skills

内容来源:README.md(说明文档) · 原始地址 · 查看安装指南

原始内容

Ray Skills

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.

Support us

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.

Installation

npx skills add spatie/ray-skills

This 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.

Requirements

  • Ray desktop app running locally
  • Ray listens on http://localhost:23517/ by default

Skill Structure

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

Documentation

License

The MIT License (MIT). Please see License File for more information.