Generate text with invisible character pauses
Generates text where each word is separated by exactly 5 random invisible characters to simulate deliberate typing pauses.
npx skills add ECNU-ICALK/AutoSkill --skill generate-text-with-invisible-character-pauses --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# 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 t
- Prompt
- Triggers
What does the Generate text with invisible character pauses skill do?
Generates text where each word is separated by exactly 5 random invisible characters to simulate deliberate typing pauses.
How do I install it?
Run `npx skills add ECNU-ICALK/AutoSkill --skill generate-text-with-invisible-character-pauses --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From ECNU-ICALK/AutoSkill, a repository with 539 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
