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.mdsource 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
- List the planets in the specified system (e.g., solar system).
- For each planet, list its natural satellites.
- Use the separator "--" to add satellites.
- 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