astropy
Astropy is the core Python package for astronomy, providing essential functionality for astronomical research and data analysis.
npx skills add sickn33/agentic-awesome-skills --skill astropy --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Astropy ## Overview Astropy is the core Python package for astronomy, providing essential functionality for astronomical research and data analysis. Use astropy for coordinate transformations, unit and quantity calculations, FITS file operations, cosmological calculations, precise time handling, tabular data manipulation, and astronomical image processing. ## When to Use This Skill Use astropy when tasks involve: - Converting between celestial coordinate systems (ICRS, Galactic, FK5, AltAz, etc.) - Working with physical units and quantities (converting Jy to mJy, parsecs to km, etc.) - Reading, writing, or manipulating FITS files (images or tables) - Cosmological calculations (luminosity distance, lookback time, Hubble parameter) - Precise time handling with different time scales (UTC, TAI, TT, TDB) and formats (JD, MJD, ISO) - Table operations (reading catalogs, cross-matching, filtering, joining) - WCS transformations between pixel and world coordinates - Astronomical constants and calculations ## Quick Start ```python import astropy.units as u from astropy.coordinates import SkyCoord from astropy.time import Time from astropy.io import fits from astropy.table import Table from
- Overview
- When to Use This Skill
- Quick Start
- Core Capabilities
- 1. Units and Quantities (astropy.units)
- 2. Coordinate Systems (astropy.coordinates)
- 3. Cosmological Calculations (astropy.cosmology)
- 4. FITS File Handling (astropy.io.fits)
- 5. Table Operations (astropy.table)
- 6. Time Handling (astropy.time)
- 7. World Coordinate System (astropy.wcs)
- Additional Capabilities
- NDData and CCDData
- Modeling
Install astropy uv pip install astropy With optional dependencies for full functionality uv pip install astropy[all]
What does the astropy skill do?
Astropy is the core Python package for astronomy, providing essential functionality for astronomical research and data analysis.
How do I install it?
Run `npx skills add sickn33/agentic-awesome-skills --skill astropy --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 sickn33/agentic-awesome-skills, a repository with 44,414 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.