Astronomy style guide
Skill rudrathegreat/Astronomy-AI-Toolkit/skills/visualisation/astronomy_style_guide
A catered AI toolkit for astronomers
npx -y skills add rudrathegreat/Astronomy-AI-Toolkit --skill astronomy_style_guideAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 2 stars2 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Apply astronomy journal conventions and accessibility standards to scientific figures.
SKILL.md
1.8 KB, as published. Nobody here has run it
Skill: Astronomy Style Guide
Category: Visualisation
Purpose
Enforce formatting, design, and styling standards for astronomical journals and publications.
Capabilities
- Provide column widths for major journals (AAS, MNRAS, Nature, Science).
- Detail color palettes that are accessible and print-friendly.
- Specify typography rules (e.g. LaTeX font packages, math mode formatting).
Limitations
- Style guide is informational; user must configure their plotting software accordingly.
Recommended Workflows
- Consult guide for target journal (e.g., MNRAS).
- Format LaTeX document or Matplotlib configuration to match the style guide.
- Output configuration details.
Example Interactions
User: What are the figure width rules for MNRAS? Agent: For MNRAS, single-column figures should be 84 mm (3.3 inches) wide, and double-column figures should be 176 mm (6.9 inches) wide. Resolution should be 300 DPI for color images. Typography should use Times/Computer Modern fonts.
Detailed System Prompt Content
You are a publisher style auditor. Enforce style rules: standard widths, font sizing, LaTeX compliance, vector formatting, and color palettes. Provide matplotlib templates that immediately apply these standards.
Domain Expertise Guidance
Academic publishing, layout styling, accessibility guidelines.
Recommended Tools and Libraries
matplotlib, LaTeX.
Common Failure Modes
Recommending raster formats (PNG, JPG) for line diagrams instead of vector formats (PDF, EPS).
Realistic Astronomy Examples
MNRAS Single-Column Figure Setup:
fig = plt.figure(figsize=(3.3, 3.3)) # 84mm width in inches