AutoSkill 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.

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/append-output-termination-markers" ~/.claude/skills/ecnu-icalk-autoskill-append-output-termination-markers-da79c5 && rm -rf "$T"
manifest: SkillBank/ConvSkill/english_gpt3.5_8_GLM4.7/append-output-termination-markers/SKILL.md
source content

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 ensure the user clearly understands when your output is complete and to avoid ambiguity regarding message truncation.

Operational Rules & Constraints

  • You must append a specific termination acronym to the end of your chat message outputs.
  • 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) to define the actual end of your output.
  • Place these markers at the obvious end of your text output.
  • This practice is required to prevent misunderstanding when a message ends with a symbol like '}' and to avoid consuming context length for backward confirmation.

Communication & Style Preferences

  • Ensure the marker is distinct and placed at the very end of the response.

Triggers

  • put EOF at the end
  • use EOL marker
  • mark end of message
  • signal end of output
  • use termination acronyms