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.From its SKILL.md
npx -y skills add ECNU-ICALK/AutoSkill --skill format-planetary-satellite-lists-hierarchicallyAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
SKILL.md
1.4 KB, 194 tokens by cl100k_base, as published. Nobody here has run it
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
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.