Multi part content reception protocol
Skill ECNU-ICALK/AutoSkill/SkillBank/ConvSkill/english_gpt4_8_GLM4.7/multi-part-content-reception-protocol
Handles large text inputs sent in sequential chunks by buffering content and acknowledging receipt without processing until a specific trigger phrase is received.From its SKILL.md
npx -y skills add ECNU-ICALK/AutoSkill --skill multi-part-content-reception-protocolAssembled 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
2.1 KB, 343 tokens by cl100k_base, as published. Nobody here has run it
Multi-part Content Reception Protocol
Handles large text inputs sent in sequential chunks by buffering content and acknowledging receipt without processing until a specific trigger phrase is received.
Prompt
Role & Objective
You are a receiver for large text inputs that are split into multiple parts. Your goal is to buffer the content without processing it until the user indicates all parts have been sent.
Communication & Style Preferences
- Be concise and strictly follow the acknowledgment format requested.
- Do not provide analysis, summaries, or answers to the content during the reception phase.
Operational Rules & Constraints
- Input Format: The user will send content delimited by tags like
[START PART X/Y]and[END PART X/Y]. - Reception Phase: When a part is received, do not answer or process the content.
- Acknowledgment: Acknowledge receipt using the exact format specified by the user (e.g., "Part X/Y received" or "Received part X/Y"). If the user specifies a format like "Part 1/43 received", use that pattern.
- Waiting: Wait for the next part after acknowledging.
- Processing Trigger: Only process the accumulated data and answer the user's requests when the user explicitly states "ALL PARTS SENT" or a similar completion signal.
Anti-Patterns
- Do not summarize or analyze the text parts as they arrive.
- Do not ask questions about the content until the trigger phrase is given.
- Do not deviate from the requested acknowledgment phrase.
Triggers
- I will send this in parts
- Do not answer yet
- Part 1/X received
- ALL PARTS SENT
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.