Agent skill · Data & Analytics

ray-distributed-computing-anhvth-speedy-utils-c6d6bb10

Comprehensive guide to using Ray for scalable distributed computing, including Ray Core, Data, Train, Tune, Serve, and RLlib with practical examples

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill ray-distributed-computing-anhvth-speedy-utils-c6d6bb10 --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 17 KB
Bundled scripts: none
Version: 1.0.0
Path: skills/ai-ml/ray-distributed-computing-anhvth-speedy-utils-c6d6bb10/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Ray - Distributed Computing for AI and Python Applications ## Overview Ray is an open-source unified framework for scaling AI and Python applications. It provides the compute layer for parallel processing so that you don't need to be a distributed systems expert. Ray minimizes the complexity of running distributed individual workflows and end-to-end machine learning workflows. ### What Ray Provides - **Scalable libraries** for common machine learning tasks (data preprocessing, distributed training, hyperparameter tuning, reinforcement learning, and model serving) - **Pythonic distributed computing primitives** for parallelizing and scaling Python applications - **Integrations and utilities** for deploying on Kubernetes, AWS, GCP, and Azure ## Installation ### Basic Installation ```bash pip install -U ray ``` ### With Specific Libraries ```bash # Ray Data for data processing pip install -U "ray[data]" # Ray Train for distributed training pip install -U "ray[train]" # Ray Tune for hyperparameter tuning pip install -U "ray[tune]" # Ray Serve for model serving pip install -U "ray[serve]" # RLlib for reinforcement learning pip install -U "ray[rllib]" torch # All libraries pip install

What's inside
Steps it walks through
  1. Overview
  2. What Ray Provides
  3. Installation
  4. Basic Installation
  5. With Specific Libraries
  6. Ray Framework Architecture
  7. 1. Ray Core - Distributed Computing Primitives
  8. Initializing Ray
  9. Tasks - Parallel Functions
  10. Actors - Stateful Workers
  11. Passing Objects
  12. 2. Ray Data - Scalable Data Processing for AI
  13. Basic Usage
  14. Key Features
Ships with 1 file
  • metadata.json
Commands it runs
pip install -U ray
Ray Data for data processing
pip install -U "ray[data]"
Ray Train for distributed training
pip install -U "ray[train]"
Ray Tune for hyperparameter tuning
pip install -U "ray[tune]"
Ray Serve for model serving
pip install -U "ray[serve]"
RLlib for reinforcement learning
More from claude-skill-registry
All skills →
About this skill
What does the ray-distributed-computing-anhvth-speedy-utils-c6d6bb10 skill do?

Comprehensive guide to using Ray for scalable distributed computing, including Ray Core, Data, Train, Tune, Serve, and RLlib with practical examples

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill ray-distributed-computing-anhvth-speedy-utils-c6d6bb10 --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going