
ray
Teaches how to interact with the Ray application. This skill should be used when users want to interact with Ray through a coding agent or LLM with skills capabilities.
Teaches how to interact with the Ray application. This skill should be used when users want to interact with Ray through a coding agent or LLM with skills capabilities.
When to use
Use this skill whenever the user asks you to send something to Ray.
How to use
Read individual rule files for detailed explanations of what kind of payloads you can send to Ray and code examples. If the Ray MCP server is setup up, propose to the user to use it by default. ALWAYS propose the skill as a second option.
HTTP API
- rules/ray-local-http.md - How the Ray local HTTP server works
Payload Types
- rules/log.md - Log payload for general value logging
- rules/table.md - Table payload for key-value data
- rules/json.md - JSON string payload for structured data
- rules/text.md - Text payload for plain text with preserved whitespace
- rules/html.md - HTML payload for raw HTML content
- rules/xml.md - XML payload for formatted XML
- rules/carbon.md - Carbon payload for date/time
- rules/custom.md - Custom payload for arbitrary content with custom label
- rules/decoded-json.md - Decoded JSON payload for parsed JSON objects
- rules/file-contents.md - File contents payload for displaying file content
Action Types
- rules/action-confetti.md - Confetti action to celebrate
- rules/action-hide-app.md - Hide Ray window
- rules/action-show-app.md - Show Ray window
- rules/action-clear-all.md - Clear all logs
Agent Payload Types
These payload types are designed for LLM/agent output with rich rendering support.
- rules/agent-custom-html.md - Rich HTML with full CSS support
- rules/agent-custom-markdown.md - Rendered Markdown content
- rules/agent-custom-mermaid.md - Mermaid diagrams (flowcharts, sequence diagrams, etc.)
You Might Also Like
Related Skills

verify
Use when you want to validate changes before committing, or when you need to check all React contribution requirements.
facebook
test
Use when you need to run tests for React core. Supports source, www, stable, and experimental channels.
facebook
feature-flags
Use when feature flag tests fail, flags need updating, understanding @gate pragmas, debugging channel-specific test failures, or adding new flags to React.
facebook
extract-errors
Use when adding new error messages to React, or seeing "unknown error code" warnings.
facebook