Agent skill · Data & Analytics

exoplanet-workflows

General workflows and best practices for exoplanet detection and characterization from light curve data. Use when planning an exoplanet analysis pipeline, understanding when to use different methods, or troubleshooting detection issues.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill exoplanet-workflows-benchflow-ai-skillsbench-2 --agent claude-code

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

Facts
Files in the skill folder: 2
SKILL.md size: 6 KB
Bundled scripts: none
Path: skills/analysis/exoplanet-workflows-benchflow-ai-skillsbench-2/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

# Exoplanet Detection Workflows This skill provides general guidance on exoplanet detection workflows, helping you choose the right approach for your data and goals. ## Overview Exoplanet detection from light curves typically involves: 1. Data loading and quality control 2. Preprocessing to remove instrumental and stellar noise 3. Period search using appropriate algorithms 4. Signal validation and characterization 5. Parameter estimation ## Pipeline Design Principles ### Key Stages 1. **Data Loading**: Understand your data format, columns, time system 2. **Quality Control**: Filter bad data points using quality flags 3. **Preprocessing**: Remove noise while preserving planetary signals 4. **Period Search**: Choose appropriate algorithm for signal type 5. **Validation**: Verify candidate is real, not artifact 6. **Refinement**: Improve period precision if candidate is strong ### Critical Decisions **What to preprocess?** - Remove outliers? Yes, but not too aggressively - Remove trends? Yes, stellar rotation masks transits - How much? Balance noise removal vs. signal preservation **Which period search algorithm?** - **TLS**: Best for transit-shaped signals (box-like dips) - **Lomb-Sc

What's inside
Steps it walks through
  1. Overview
  2. Pipeline Design Principles
  3. Key Stages
  4. Critical Decisions
  5. Choosing the Right Method
  6. Transit Least Squares (TLS)
  7. Lomb-Scargle Periodogram
  8. Box Least Squares (BLS)
  9. Signal Validation
  10. Strong Candidate (TLS)
  11. Warning Signs
  12. How to Validate
  13. Multi-Planet Systems
  14. Common Issues and Solutions
Ships with 1 file
  • metadata.json
Commands it runs
pip install lightkurve transitleastsquares numpy matplotlib scipy
More from claude-skill-registry
All skills →
About this skill
What does the exoplanet-workflows skill do?

General workflows and best practices for exoplanet detection and characterization from light curve data. Use when planning an exoplanet analysis pipeline, understanding when to use different methods, or troubleshooting detection issues.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill exoplanet-workflows-benchflow-ai-skillsbench-2 --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