By devideamax
Engineer spacecraft and missions by analyzing GNC systems, orbital mechanics, propulsion, power, thermal, structures, comms, payloads, and environments; design ground stations and launch ops; run trade studies and budgets; execute commands for link budgets, orbit plans, launch costs, and vehicle comparisons.
Calculate launch cost for a payload to orbit — find cheapest vehicle or analyze specific one
Satellite communications link budget — EIRP, G/T, C/N, margin calculation
Full mission architecture — from requirements to vehicle selection, delta-v budget, staging, and cost estimate
Plan orbital trajectory — Hohmann transfers, launch windows, delta-v requirements
Side-by-side comparison of launch vehicles — cost, payload, reusability
Expert spacecraft guidance, navigation and control (GNC) / attitude determination and control systems (ADCS) analysis — sensor selection, actuator sizing, pointing budgets, disturbance torque analysis, control mode design, and momentum management. Use when designing ADCS architectures, selecting star trackers or reaction wheels, calculating gravity gradient torques, building pointing error budgets, or evaluating slew performance. Trigger with "attitude control", "ADCS", "reaction wheel", "star tracker", "pointing budget", "GNC", "guidance navigation", "CMG", "momentum wheel", "magnetic torquer", "sun sensor", "disturbance torque", "slew maneuver", "detumble".
Expert ground segment and mission operations engineering — ground station network design, pass planning and contact analysis, CCSDS TT&C protocols, data processing pipelines, and MOC architecture. Use when sizing ground networks, calculating contact windows, estimating daily data volume, designing operations concepts, or selecting between DSN/ESTRACK/KSAT/commercial providers. Trigger with "ground station", "pass planning", "contact window", "mission operations", "telemetry", "telecommand", "DSN", "ESTRACK", "KSAT", "data downlink", "MOC design", "CCSDS".
Expert launch operations and integration engineering — launch site selection, rideshare vs dedicated trades, adapter and separation system selection, countdown timelines, deployment sequence design, and launch window calculation. Use when selecting a launch site, planning a launch campaign, sizing adapters, calculating latitude penalties, designing deployment sequences, or evaluating rideshare options. Trigger with "launch site", "countdown", "rideshare", "deployment sequence", "launch window", "ESPA", "separation system", "launch campaign", "launch manifest", "range safety".
Lead systems engineer and mission architect — the integrating function across all spacecraft subsystems. Owns top-level budgets (mass, power, data, delta-v, thermal, link, cost), requirements decomposition (L0-L4), mission phase planning (Phase 0 through F per ECSS/NASA), design review gates (SRR, SDR, PDR, CDR, TRR, FRR, LRR), trade study methodology (Pugh matrix), and system-level verification. Trigger with "mission architecture", "systems engineering", "mass budget", "power budget", "trade study", "design review", "PDR", "CDR", "requirements decomposition", "margin policy", "mission design".
Orbital mechanics and astrodynamics for spacecraft mission design. Covers Keplerian orbital elements, two-body and restricted three-body problems, Hohmann and bi-elliptic transfer orbits, constellation design using Walker delta patterns, launch window analysis, porkchop plots for interplanetary trajectories, ground track analysis, and station-keeping budgets. Trigger with "orbit", "transfer orbit", "constellation", "launch window", "Hohmann", "Keplerian", "inclination change", "delta-v", "ground track".
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
12 specialized AI skills for spacecraft and launch vehicle design — from concept through operations. Built for Claude Code by Anthropic.
Author: IDEAMAX Skills Factory Creator: Dimitar Georgiev - Biko Website: ideamax.eu | biko.bg Generated by: Skills Factory Engine v1.1
A "Synthetic NASA" for Claude Code — 12 engineering specialists that give Claude deep domain knowledge in spacecraft design. Each skill contains:
| Skill | What it does | Lines |
|---|---|---|
| propulsion | Rocket engines, delta-v budgets, trajectory analysis, launch costs | 299 |
| orbital-mechanics | Orbits, transfers, constellations, launch windows | 347 |
| structural | Loads, vibration, materials, safety factors | 372 |
| thermal | Energy balance, radiators, TPS, cryogenic systems | 485 |
| Skill | What it does | Lines |
|---|---|---|
| satellite-comms | Link budgets, antennas, frequency planning, modulation | 386 |
| power-systems | Solar arrays, batteries, RTG, power budgets | 428 |
| gnc | Attitude control, sensors, actuators, pointing budgets | 456 |
| payload-specialist | Instruments, cameras, data rates, GSD, SNR | 470 |
| Skill | What it does | Lines |
|---|---|---|
| mission-architect | Systems engineering, mass/power/data budgets, trade studies | 517 |
| ground-systems | Ground stations, telemetry, commanding, pass planning | 407 |
| launch-operations | Launch sites, adapters, countdown, range safety | 405 |
| space-environment | Radiation, debris, drag, space weather | 386 |
Total: 4,958 lines | 12 skills
/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 analysisPython 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/ contains JSON databases used by multiple skills:
vehicles.json — 11 launch vehicles with costs, payload capacity, flight ratesconstants.py — Physics constants (G, mu, planetary data, J2)python shared/sync_data.py --check to verify data freshnessCopy 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
If you modify, fork, or redistribute this pack — you must keep the original attribution in:
attribution field in each SKILL.md frontmatternpx claudepluginhub devideamax/aerospace-teamMission Planner, Agent Creator, Skill Creator, and Librarian — the complete Forge suite for science-backed AI team assembly
Architectural programming skills — occupancy load calculations (IBC) and workplace space programming with industry benchmarks.
Skills for NVIDIAs ecosystem spans GPU acceleration, CUDA, AI agents, inference, robotics, Physical AI, Omniverse, and simulation. This plugin helps you understand the pieces, choose a path, validate your setup, and build practical NVIDIA-powered workflows.
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Standalone image generation plugin using Nano Banana MCP server. Generates and edits images, icons, diagrams, patterns, and visual assets via Gemini image models. No Gemini CLI dependency required.
Multi-model consensus engine integrating OpenAI Codex CLI, Gemini CLI, and Claude CLI for collaborative code review and problem-solving.