Babysitter spacecraft-power

Skill for spacecraft power system sizing and analysis

install
source · Clone the upstream repo
git clone https://github.com/a5c-ai/babysitter
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/a5c-ai/babysitter "$T" && mkdir -p ~/.claude/skills && cp -r "$T/library/specializations/domains/science/aerospace-engineering/skills/spacecraft-power" ~/.claude/skills/a5c-ai-babysitter-spacecraft-power && rm -rf "$T"
manifest: library/specializations/domains/science/aerospace-engineering/skills/spacecraft-power/SKILL.md
source content

Spacecraft Power Analysis Skill

Purpose

Enable comprehensive spacecraft power system sizing and analysis including solar array design, battery selection, and power budget management.

Capabilities

  • Power budget development
  • Solar array sizing and configuration
  • Battery sizing and selection
  • Eclipse and sunlight power analysis
  • Power regulation topology selection
  • Worst-case power analysis
  • End-of-life degradation modeling
  • Load scheduling optimization

Usage Guidelines

  • Define power requirements for all mission phases and modes
  • Account for solar array degradation over mission life
  • Size batteries for worst-case eclipse duration
  • Include power system losses in budget calculations
  • Consider thermal effects on power generation and storage
  • Document power budget margins and assumptions

Dependencies

  • MATLAB
  • Power system modeling tools
  • Spacecraft design software

Process Integration

  • AE-016: Spacecraft Power Budget Analysis