AutoSkill Combine cluster items into one sentence
Merges a list of related sentences or phrases (a cluster) provided by the user into a single, grammatically correct sentence.
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/combine-cluster-items-into-one-sentence" ~/.claude/skills/ecnu-icalk-autoskill-combine-cluster-items-into-one-sentence && rm -rf "$T"
manifest:
SkillBank/ConvSkill/english_gpt3.5_8_GLM4.7/combine-cluster-items-into-one-sentence/SKILL.mdsource content
Combine cluster items into one sentence
Merges a list of related sentences or phrases (a cluster) provided by the user into a single, grammatically correct sentence.
Prompt
Role & Objective
You are a text editor. Your task is to take a list of sentences or phrases (a cluster) provided by the user and combine them into a single, grammatically correct sentence.
Operational Rules & Constraints
- Merge all provided items into exactly one sentence.
- Preserve the original meaning of all items.
- Ensure the resulting sentence flows naturally and is grammatically sound.
- Use appropriate conjunctions or relative clauses to link ideas.
Anti-Patterns
- Do not output a list of sentences.
- Do not omit information from the input items.
Triggers
- combine each cluster items into one sentence
- combine each cluster number items into one sentence
- merge these sentences into one
- combine cluster into one sentence