Space Engineering Pack

12 specialized AI skills for spacecraft and launch vehicle design, from concept through operations.

Space Engineering Pack

12 specialized AI skills for spacecraft and launch vehicle design — from concept through operations. Built for Claude Code by Anthropic.

License: MIT+Attribution Skills: 12 Version: 1.0.0

Author: IDEAMAX Skills Factory Creator: Dimitar Georgiev - Biko Website: ideamax.eu | biko.bg Generated by: Skills Factory Engine v1.1


What is this?

A "Synthetic NASA" for Claude Code — 12 engineering specialists that give Claude deep domain knowledge in spacecraft design. Each skill contains:

  • Expert persona with 20+ years experience in the domain
  • Reference data — real specs, materials, constants (not hallucinated)
  • Formulas & equations — vis-viva, link budgets, structural margins, thermal balance
  • Worked examples — step-by-step calculations with real numbers
  • Error catalogs — common pitfalls and how to avoid them
  • Cross-skill connectors — skills reference each other for integrated design

Skills

Tier 1 — Vehicle

SkillWhat it doesLines
propulsionRocket engines, delta-v budgets, trajectory analysis, launch costs299
orbital-mechanicsOrbits, transfers, constellations, launch windows347
structuralLoads, vibration, materials, safety factors372
thermalEnergy balance, radiators, TPS, cryogenic systems485

Tier 2 — Payload

SkillWhat it doesLines
satellite-commsLink budgets, antennas, frequency planning, modulation386
power-systemsSolar arrays, batteries, RTG, power budgets428
gncAttitude control, sensors, actuators, pointing budgets456
payload-specialistInstruments, cameras, data rates, GSD, SNR470

Tier 3 — Mission

SkillWhat it doesLines
mission-architectSystems engineering, mass/power/data budgets, trade studies517
ground-systemsGround stations, telemetry, commanding, pass planning407
launch-operationsLaunch sites, adapters, countdown, range safety405
space-environmentRadiation, debris, drag, space weather386

Total: 4,958 lines | 12 skills

Commands

  • /mission-design — Full mission architecture workflow
  • /vehicle-comparison — Side-by-side rocket comparison
  • /launch-cost — Cost analysis for payload to orbit
  • /orbit-plan — Trajectory planning with launch windows
  • /link-budget — Satellite communications analysis

Shared Tools (all skills)

Python tools in shared/tools/ are available to all 12 skills:

# Core tools
python shared/tools/trajectory.py hohmann Earth Mars          # Earth-Mars Hohmann transfer
python shared/tools/cost_estimator.py launch --payload-kg 150 --orbit LEO  # Launch cost
python shared/tools/geometry.py tank --propellant-kg 5000 --fuel lox-rp1 --diameter 3.66  # Tank sizing

# Visualization (requires matplotlib)
python shared/tools/plot.py hohmann-plot Earth Mars --output transfer.png       # Orbit diagram
python shared/tools/plot.py delta-v-waterfall LEO Mars --output budget.png      # Delta-v breakdown
python shared/tools/plot.py trade-matrix --vehicles falcon9 starship ariane6    # Vehicle comparison

# Staging optimizer (requires scipy)
python shared/tools/staging.py optimize --delta-v 9.4 --stages 2 --isp 282,348 \
  --structural-fraction 0.06,0.08 --payload-kg 22800                           # GLOW optimization
python shared/tools/staging.py optimize --delta-v 9.4 --stages 2 \
  --engine merlin_1d,rl10c --payload-kg 5000                                   # Engine-based sizing

# Mission timeline
python shared/tools/timeline.py plan --launch-date 2027-03-15 --destination Mars   # Phase timeline
python shared/tools/timeline.py gantt --launch-date 2027-03-15 --destination Mars   # Gantt chart

Shared Data

shared/data/ contains JSON databases used by multiple skills:

  • vehicles.json — 11 launch vehicles with costs, payload capacity, flight rates
  • constants.py — Physics constants (G, mu, planetary data, J2)
  • Run python shared/sync_data.py --check to verify data freshness

Installation

Copy space-engineering/ into your .claude/skills/ directory:

# Clone
git clone https://github.com/devideamax/aerospace-team.git

# Install
cp -r aerospace-team/ ~/.claude/skills/space-engineering/

# Restart Claude Code

Attribution

If you modify, fork, or redistribute this pack — you must keep the original attribution in:

  1. The attribution field in each SKILL.md frontmatter
  2. Your README or documentation

This applies regardless of how many times the work is modified. See LICENSE for details.

License

MIT + Attribution — see LICENSE for details.


Built with precision by IDEAMAX Skills Factory | Biko.bg