|
| 1 | +# Space Engineering Pack |
| 2 | + |
| 3 | +> **12 specialized AI skills for spacecraft and launch vehicle design** — from concept through operations. |
| 4 | +> Built for [Claude Code](https://claude.ai/claude-code) by Anthropic. |
| 5 | +
|
| 6 | +[](LICENSE) |
| 7 | +[](#skills) |
| 8 | +[](#) |
| 9 | + |
| 10 | +**Author:** [IDEAMAX Skills Factory](https://github.com/devideamax) |
| 11 | +**Creator:** Dimitar Georgiev - Biko |
| 12 | +**Website:** [ideamax.eu](https://ideamax.eu) | [biko.bg](https://biko.bg) |
| 13 | +**Generated by:** Skills Factory Engine v1.1 |
| 14 | + |
| 15 | +--- |
| 16 | + |
| 17 | +## What is this? |
| 18 | + |
| 19 | +A "Synthetic NASA" for Claude Code — 12 engineering specialists that give Claude deep domain knowledge in spacecraft design. Each skill contains: |
| 20 | + |
| 21 | +- **Expert persona** with 20+ years experience in the domain |
| 22 | +- **Reference data** — real specs, materials, constants (not hallucinated) |
| 23 | +- **Formulas & equations** — vis-viva, link budgets, structural margins, thermal balance |
| 24 | +- **Worked examples** — step-by-step calculations with real numbers |
| 25 | +- **Error catalogs** — common pitfalls and how to avoid them |
| 26 | +- **Cross-skill connectors** — skills reference each other for integrated design |
| 27 | + |
| 28 | +## Skills |
| 29 | + |
| 30 | +### Tier 1 — Vehicle |
| 31 | +| Skill | What it does | Lines | |
| 32 | +|-------|-------------|-------| |
| 33 | +| **propulsion** | Rocket engines, delta-v budgets, trajectory analysis, launch costs | 299 | |
| 34 | +| **orbital-mechanics** | Orbits, transfers, constellations, launch windows | 347 | |
| 35 | +| **structural** | Loads, vibration, materials, safety factors | 372 | |
| 36 | +| **thermal** | Energy balance, radiators, TPS, cryogenic systems | 485 | |
| 37 | + |
| 38 | +### Tier 2 — Payload |
| 39 | +| Skill | What it does | Lines | |
| 40 | +|-------|-------------|-------| |
| 41 | +| **satellite-comms** | Link budgets, antennas, frequency planning, modulation | 386 | |
| 42 | +| **power-systems** | Solar arrays, batteries, RTG, power budgets | 428 | |
| 43 | +| **gnc** | Attitude control, sensors, actuators, pointing budgets | 456 | |
| 44 | +| **payload-specialist** | Instruments, cameras, data rates, GSD, SNR | 470 | |
| 45 | + |
| 46 | +### Tier 3 — Mission |
| 47 | +| Skill | What it does | Lines | |
| 48 | +|-------|-------------|-------| |
| 49 | +| **mission-architect** | Systems engineering, mass/power/data budgets, trade studies | 517 | |
| 50 | +| **ground-systems** | Ground stations, telemetry, commanding, pass planning | 407 | |
| 51 | +| **launch-operations** | Launch sites, adapters, countdown, range safety | 405 | |
| 52 | +| **space-environment** | Radiation, debris, drag, space weather | 386 | |
| 53 | + |
| 54 | +**Total: 4,958 lines | 12 skills** |
| 55 | + |
| 56 | +## Commands |
| 57 | +- `/mission-design` — Full mission architecture workflow |
| 58 | +- `/vehicle-comparison` — Side-by-side rocket comparison |
| 59 | +- `/launch-cost` — Cost analysis for payload to orbit |
| 60 | +- `/orbit-plan` — Trajectory planning with launch windows |
| 61 | +- `/link-budget` — Satellite communications analysis |
| 62 | + |
| 63 | +## Shared Tools (all skills) |
| 64 | + |
| 65 | +Python tools in `shared/tools/` are available to all 12 skills: |
| 66 | + |
| 67 | +```bash |
| 68 | +python shared/tools/trajectory.py hohmann Earth Mars # Earth-Mars Hohmann transfer |
| 69 | +python shared/tools/cost_estimator.py launch --payload-kg 150 --orbit LEO # Launch cost |
| 70 | +python shared/tools/geometry.py tank --propellant-kg 5000 --fuel lox-rp1 --diameter 3.66 # Tank sizing |
| 71 | +``` |
| 72 | + |
| 73 | +## Shared Data |
| 74 | +`shared/data/` contains JSON databases used by multiple skills: |
| 75 | +- `vehicles.json` — 11 launch vehicles with costs, payload capacity, flight rates |
| 76 | +- `constants.py` — Physics constants (G, mu, planetary data, J2) |
| 77 | +- Run `python shared/sync_data.py --check` to verify data freshness |
| 78 | + |
| 79 | +## Installation |
| 80 | + |
| 81 | +Copy `space-engineering/` into your `.claude/skills/` directory: |
| 82 | + |
| 83 | +```bash |
| 84 | +# Clone |
| 85 | +git clone https://github.com/devideamax/aerospace-team.git |
| 86 | + |
| 87 | +# Install |
| 88 | +cp -r aerospace-team/ ~/.claude/skills/space-engineering/ |
| 89 | + |
| 90 | +# Restart Claude Code |
| 91 | +``` |
| 92 | + |
| 93 | +## Attribution |
| 94 | + |
| 95 | +If you modify, fork, or redistribute this pack — **you must keep the original attribution** in: |
| 96 | +1. The `attribution` field in each SKILL.md frontmatter |
| 97 | +2. Your README or documentation |
| 98 | + |
| 99 | +This applies regardless of how many times the work is modified. See [LICENSE](LICENSE) for details. |
| 100 | + |
| 101 | +## License |
| 102 | + |
| 103 | +MIT + Attribution — see [LICENSE](LICENSE) for details. |
| 104 | + |
| 105 | +--- |
| 106 | + |
| 107 | +Built with precision by [IDEAMAX Skills Factory](https://ideamax.eu) | [Biko.bg](https://biko.bg) |
0 commit comments