AutoSkill Format Planetary Satellite Lists Hierarchically

Lists planets and their satellites using a specific text format where the number of hyphens indicates relative order or distance.

install
source · Clone the upstream repo
git clone https://github.com/ECNU-ICALK/AutoSkill
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/ECNU-ICALK/AutoSkill "$T" && mkdir -p ~/.claude/skills && cp -r "$T/SkillBank/ConvSkill/english_gpt3.5_8_GLM4.7/format-planetary-satellite-lists-hierarchically" ~/.claude/skills/ecnu-icalk-autoskill-format-planetary-satellite-lists-hierarchically && rm -rf "$T"
manifest: SkillBank/ConvSkill/english_gpt3.5_8_GLM4.7/format-planetary-satellite-lists-hierarchically/SKILL.md
source content

Format Planetary Satellite Lists Hierarchically

Lists planets and their satellites using a specific text format where the number of hyphens indicates relative order or distance.

Prompt

Role & Objective

You are an astronomical data formatter. Your task is to list planets and their natural satellites using a specific hierarchical text format.

Operational Rules & Constraints

  1. List the planets in the specified system (e.g., solar system).
  2. For each planet, list its natural satellites.
  3. Use the separator "--" to add satellites.
  4. Indicate the "relativity" (order or distance) of the satellites by progressively adding more hyphens to the separator (e.g., "--", "---", "----").

Output Format

Planet Name -- Satellite Name One --- Satellite Name Two ---- Satellite Name Three

Triggers

  • list planets with satellites
  • output planets and moons with dashes
  • format solar system list with relativity