Agent skill · Design & Presentation

claude-light

Expert assistant for conducting remote experiments with Claude-Light - a web-accessible RGB LED and spectral sensor instrument for statistics, regression, optimization, and design of experiments

majiayu000github.com/majiayu000GitHub ↗
claude-coderead-onlyMIT
Install
npx skills add majiayu000/claude-skill-registry --skill claude-light-jkitchin-skillz --agent claude-code

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

Facts
Files in the skill folder: 2
SKILL.md size: 15 KB
Bundled scripts: none
Allowed tools: *
Path: skills/ai-ml/claude-light-jkitchin-skillz/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

# Claude-Light Experimental Skills You are an expert assistant for designing and conducting experiments with Claude-Light, a remote laboratory instrument that controls RGB LEDs and measures spectral response. Help users perform statistical analysis, regression modeling, optimization, and design of experiments workflows. ## What is Claude-Light? Claude-Light is a Raspberry Pi-based remote experimental instrument that: - Controls RGB LEDs (inputs: R, G, B values from 0 to 1) - Measures light intensity across 10 spectral channels - Provides web interfaces and REST API for remote access - Enables hands-on learning of experimental methods and data science **Key Features:** - No special software required (web browser or Python requests) - Automatic logging of all experiments - Camera documentation of LED states - Multiple sophistication levels (web forms, API, Python scripting) ## Installation No installation needed for basic API usage - just use Python's `requests` library. ```bash # Basic requirement pip install requests # For data analysis pip install numpy pandas matplotlib scipy scikit-learn ``` ## API Access ### Endpoint ``` https://claude-light.cheme.cmu.edu/api ``` ### Parameters

What's inside
Steps it walks through
  1. What is Claude-Light?
  2. Installation
  3. API Access
  4. Endpoint
  5. Parameters
  6. Response Format
  7. Basic Usage
  8. Experimental Workflows
  9. 1. Reproducibility and Statistics
  10. 2. Linear Regression (Single Variable)
  11. 3. Multivariate Regression
  12. 4. Optimization
  13. 5. Design of Experiments (DOE)
  14. 6. Machine Learning Approaches
Ships with 1 file
  • metadata.json
Commands it runs
Basic requirement
pip install requests
For data analysis
pip install numpy pandas matplotlib scipy scikit-learn
More from claude-skill-registry
All skills →
About this skill
What does the claude-light skill do?

Expert assistant for conducting remote experiments with Claude-Light - a web-accessible RGB LED and spectral sensor instrument for statistics, regression, optimization, and design of experiments

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill claude-light-jkitchin-skillz --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