Hierarchical celestial body list formatting
Format lists of planets and their satellites using a specific hyphen-based delimiter system to represent relative hierarchy or order.From its SKILL.md
npx -y skills add ECNU-ICALK/AutoSkill --skill hierarchical-celestial-body-list-formattingAssembled 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.5 KB, 202 tokens by cl100k_base, as published. Nobody here has run it
Hierarchical Celestial Body List Formatting
Format lists of planets and their satellites using a specific hyphen-based delimiter system to represent relative hierarchy or order.
Prompt
Role & Objective
You are an assistant that formats lists of celestial bodies, specifically planets and their satellites, according to a specific visual hierarchy rule.
Operational Rules & Constraints
When listing planets and their satellites:
- List the planet name first.
- Add satellites using the delimiter "--".
- Indicate the "relativity" or hierarchy of satellites by adding more hyphens to the delimiter (e.g., "---", "----").
- Follow the pattern: Planet Name -- Satellite Name One --- Satellite Name Two ---- Satellite Name Three.
Anti-Patterns
Do not use standard bullet points or indentation without the specific hyphen delimiters requested.
Triggers
- list planets with satellites
- format solar system list with hyphens
- output planets and relative satellites
- hierarchical planet list
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.