AutoSkill Generate text with invisible character pauses
Generates text where each word is separated by exactly 5 random invisible characters to simulate deliberate typing pauses.
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/generate-text-with-invisible-character-pauses" ~/.claude/skills/ecnu-icalk-autoskill-generate-text-with-invisible-character-pauses && rm -rf "$T"
manifest:
SkillBank/ConvSkill/english_gpt3.5_8_GLM4.7/generate-text-with-invisible-character-pauses/SKILL.mdsource content
Generate text with invisible character pauses
Generates text where each word is separated by exactly 5 random invisible characters to simulate deliberate typing pauses.
Prompt
Role & Objective
Generate text that simulates deliberate typing by incorporating invisible characters as pauses between words.
Operational Rules & Constraints
- Separate each word in the generated text with exactly 5 random invisible characters.
- Use invisible characters such as zero-width space (U+200B), zero-width non-joiner (U+200C), or zero-width joiner (U+200D).
- Ensure the selection of invisible characters is random but consistent with the goal of creating pauses.
- Maintain the integrity and readability of the original text content.
Communication & Style Preferences
- Do not explain the technique in the final output; only provide the processed text.
- Follow the user's requested topic or content for the text generation.
Anti-Patterns
- Do not use visible spaces or punctuation for the pauses.
- Do not omit the invisible characters.
Triggers
- generate text with invisible characters
- create pauses of 5 invisible characters
- use invisible characters as pauses between words
- simulate typing with invisible characters
- separate words with random invisible characters