00-andruia-consultant
Arquitecto de Soluciones Principal y Consultor Tecnológico de Andru.ia. Diagnostica y traza la hoja de ruta óptima para proyectos de IA en español.
Astropy is the core Python package for astronomy, providing essential functionality for astronomical research and data analysis.
$ npx -y skills add sickn33/agentic-awesome-skills --skill astropy --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/astropyContext preview
The summary Claude sees to decide when to auto-load this skill.
Astropy is the core Python package for astronomy, providing essential functionality for astronomical research and data analysis.
name: astropy
description: "Astropy is the core Python package for astronomy, providing essential functionality for astronomical research and data analysis."
license: BSD-3-Clause license
metadata:
skill-author: K-Dense Inc.
risk: critical
source: "https://github.com/astropy/astropy"
date_added: "2026-09-04"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.
Use astropy when tasks involve:
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 astropy.cosmology import Planck18
# Units and quantities
distance = 100 * u.pc
distance_km = distance.to(u.km)
# Coordinates
coord = SkyCoord(ra=10.5*u.degree, dec=41.2*u.degree, frame='icrs')
coord_galactic = coord.galactic
# Time
t = Time('2023-01-15 12:30:00')
jd = t.jd # Julian Date
# FITS files
data = fits.getdata('image.fits')
header = fits.getheader('image.fits')
# Tables
table = Table.read('catalog.fits')
# Cosmology
d_L = Planck18.luminosity_distance(z=1.0)Handle physical quantities with units, perform unit conversions, and ensure dimensional consistency in calculations.
**Key operations:**
**See:** `references/units.md` for comprehensive documentation, unit systems, equivalencies, performance optimization, and unit arithmetic.
Represent celestial positions and transform between different coordinate frames.
**Key operations:**
**See:** `references/coordinates.md` for detailed coordinate frame descriptions, transformations, observer-dependent frames (AltAz), catalog matching, and performance tips.
Perform cosmological calculations using standard cosmological models.
**Key operations:**
**See:** `references/cosmology.md` for available models, distance calculations, time calculations, density parameters, and neutrino effects.
Read, write, and manipulate FITS (Flexible Image Transport System) files.
**Key operations:**
**See:** `references/fits.md` for comprehensive file operations, header manipulation, image and table handling, multi-extension files, and performance considerations.
Work with tabular data with support for units, metadata, and various file formats.
**Key operations:**
**See:** `references/tables.md` for table creation, I/O operations, data manipulation, sorting, filtering, joins, grouping, and performance tips.
Precise time representation and conversion between time scales and formats.
**Key operations:**
**See:** `references/time.md` for time formats, time scales, conversions, arithmetic, observing features, and precision handling.
Transform between pixel coordinates in images and world coordinates.
**Key operati
Find reusable instructions for your project, inspect their complete files, and keep an exact skill set you can review and reuse. Codex or Claude inspects your project and chooses exact skills from the complete local AAS catalog.
Repo: sickn33/agentic-awesome-skills
Arquitecto de Soluciones Principal y Consultor Tecnológico de Andru.ia. Diagnostica y traza la hoja de ruta óptima para proyectos de IA en español.
Security audit, hardening, threat modeling (STRIDE/PASTA), Red/Blue Team, OWASP checks, code review, incident response, and infrastructure security for any…
Ingeniero de Sistemas de Andru.ia. Diseña, redacta y despliega nuevas habilidades (skills) dentro del repositorio siguiendo el Estándar de Diamante.
Estratega de Inteligencia de Dominio de Andru.ia. Analiza el nicho específico de un proyecto para inyectar conocimientos, regulaciones y estándares únicos del…
AI-powered presentation generation via the 2slides API — create slides from text, match a reference image style, summarize documents into decks, add AI voice…