shboost-cmd-plot

Plot CMDs from shboost2024 S3 data using a local Parquet cache.

4|1|Updated Apr 11, 2026
One-click install
npx skills add https://github.com/arm2arm/AstroAgentAssistant --skill shboost-cmd-plot
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: shboost-cmd-plot
Source: https://github.com/arm2arm/AstroAgentAssistant/tree/main/data-science/shboost-cmd-plot
Command: npx skills add https://github.com/arm2arm/AstroAgentAssistant --skill shboost-cmd-plot

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Generates publication-ready colour‑magnitude diagrams (CMD) from the ShBoost 2024 dataset, with a local Parquet cache to speed up repeated analyses and facilitate quick visual exploration.

Core Features & Use Cases

  • Automated CMD plotting from shboost2024 S3 data
  • Local Parquet caching to accelerate repeated analyses
  • High-resolution PNG export suitable for papers or presentations

Quick Start

Run the script to fetch data, generate a CMD plot, and save shboost_cmd.png.

Frequently Asked Questions about shboost-cmd-plot

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I plot a colour-magnitude diagram from S3 parquet data?

To plot a colour‑magnitude diagram (CMD) from S3 parquet data, this Skill fetches the shboost2024 dataset and automatically generates a publication-ready CMD visualization. It uses a local Parquet cache to significantly accelerate repeated analyses of approximately 100,000 stars.

Do I need Python 3.12 to generate CMD visualizations?

Generating CMD visualizations with this Skill requires Python 3.12 or higher. You also need the dask[dataframe], s3fs, pandas, matplotlib, and seaborn libraries installed in your environment to process the S3 data and render the plots.

How does local parquet caching accelerate astronomical data visualization?

Local parquet caching accelerates astronomical data visualization by storing the fetched shboost2024 S3 dataset locally in a file named shboost_cache.parquet. This allows subsequent plotting runs to bypass remote S3 fetching, enabling fast and repeatable visual exploration.

Can I export high-resolution CMD plots for publications?

You can export high-resolution CMD plots for publications directly from this Skill. It saves the generated colour-magnitude diagram as a shboost_cmd.png file, which is suitable for papers and presentations.

What is the best way to handle repeated plotting of 100k-star CMD datasets?

The best way to handle repeated plotting of 100k-star CMD datasets is using a local cache file. This Skill caches the shboost2024 data locally as a parquet file, avoiding redundant S3 fetches and accelerating research visualizations for astronomy data scientists.