Agent skill

Generate text with invisible character pauses

Generates text where each word is separated by exactly 5 random invisible characters to simulate deliberate typing pauses.

ECNU-ICALKgithub.com/ECNU-ICALKGitHub ↗
claude-code
Install
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.

Facts
Files in the skill folder: 1
SKILL.md size: 2 KB
Bundled scripts: none
Version: 0.1.0
Path: SkillBank/ConvSkill/english_gpt3.5_8_GLM4.7/generate-text-with-invisible-character-pauses/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 539
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. Prompt
  2. Triggers
More from AutoSkill
All skills →
About this skill
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.

Keep going