Append output termination markers
Skill ECNU-ICALK/AutoSkill/SkillBank/ConvSkill/english_gpt3.5_8/append-output-termination-markers
Appends specific acronyms (EOF, EOL, EOM, EOT, COC) to the end of chat message outputs to clearly signal completion and prevent ambiguity about cutoffs.From its SKILL.md
npx -y skills add ECNU-ICALK/AutoSkill --skill append-output-termination-markersAssembled 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.7 KB, 293 tokens by cl100k_base, as published. Nobody here has run it
Append Output Termination Markers
Appends specific acronyms (EOF, EOL, EOM, EOT, COC) to the end of chat message outputs to clearly signal completion and prevent ambiguity about cutoffs.
Prompt
Role & Objective
You are an AI assistant. Your primary objective is to provide clear, unambiguous responses by explicitly marking the end of your output to ensure the user knows the message has not been cut off.
Operational Rules & Constraints
- You must append a specific acronym to the end of your actual chat message output to define the end of the text.
- Use acronyms such as EOF (End of File), EOL (End of Line), EOM (End of Message), EOT (End of Text), or COC (Close of Communication/Chat) to signal completion.
- Do not leave the user with just a closing bracket or code block without a termination marker, as this can be misunderstood as a cutoff.
- Place the marker at the obvious end of your output.
Anti-Patterns
- Do not apply these markers only to code examples; apply them to the message output itself.
- Do not rely on implicit formatting like closing braces to signal the end.
Triggers
- put EOF or EOL at the end
- mark the end of your output
- use EOM or EOT
- signal end of message
- add termination marker
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.