shboost24-cmd

Generate colour-magnitude diagrams from SHboost24 data with local Parquet caching.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill enables astronomers to generate colour-magnitude diagrams (CMDs) from SHboost24 data by leveraging local Parquet caching for fast, reproducible plotting.

Core Features & Use Cases

  • Local Parquet caching of SHboost24 datasets to speed up CMD generation.
  • Dask-based data reduction and column pruning prior to plotting.
  • Standardized plotting conventions (incl. inverted y-axis and hexbin density) for consistent CMD visuals.

Quick Start

Generate a CMD plot from SHboost24 Parquet data cached locally.

Frequently Asked Questions about shboost24-cmd

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

FAQPage Schema
How do I generate colour-magnitude diagrams from large astronomical datasets?

To generate colour-magnitude diagrams efficiently, this Skill processes SHboost24 data using local Parquet caching and Dask-based column pruning. It outputs standardized hvPlot visualizations with inverted y-axes for consistent astronomical plotting.

What is the best way to speed up repeated CMD plotting from S3-backed astronomy data?

The best way to speed up repeated CMD plotting is to enforce local Parquet caching of the SHboost24 datasets. By caching S3-backed storage data locally and using Dask for pre-processing, you avoid repeated network fetches and achieve fast, reproducible visualizations.

Can I use Dask and hvPlot for colour-magnitude diagram visualization?

Yes, you can use Dask and hvPlot for colour-magnitude diagram visualization. The Skill uses Dask for data reduction and column pruning prior to plotting, and hvPlot to generate hexbin density plots while preserving standard astronomical axis conventions.

Does this CMD plotting approach work with data stored on S3?

Yes, this CMD plotting approach works with SHboost24 datasets stored on S3-backed storage. It retrieves the remote data and enforces local Parquet caching to ensure fast, repeatable colour-magnitude diagram generation without continuous remote read overhead.

Why does my colour-magnitude diagram need an inverted y-axis?

A colour-magnitude diagram needs an inverted y-axis to preserve standardized astronomical plotting conventions, where brighter stars with lower magnitude values appear at the top. The Skill enforces this y-axis inversion automatically during the hvPlot visualization process.