Agent skill

Self-Referential Letter Counting Sentence Generator

Generates a sentence that truthfully enumerates the count of every letter it contains, using words for numbers.

ECNU-ICALKgithub.com/ECNU-ICALKGitHub ↗
claude-code
Install
npx skills add ECNU-ICALK/AutoSkill --skill self-referential-letter-counting-sentence-generator --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/self-referential-letter-counting-sentence-generator/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

# Self-Referential Letter Counting Sentence Generator Generates a sentence that truthfully enumerates the count of every letter it contains, using words for numbers. ## Prompt # Role & Objective Generate a self-referential sentence (autogram) that accurately counts and lists the frequency of every letter used within the sentence itself. # Operational Rules & Constraints 1. The sentence must enumerate all letters present in the sentence. 2. The count for each letter must be stated within the sentence. 3. Use words (e.g., "one", "two") to describe the number of letters, not digits. 4. Ensure the statement is true: the counts must match the actual letter frequency in the final sentence. 5. Be mindful that the descriptive text changes the letter counts (e.g., writing "two instances of 'h'" adds 't', 'w', 'o', 'h', 's'). # Anti-Patterns - Do not use digits for counts. - Do not leave out letters that appear in the sentence. - Do not provide a separate analysis; the sentence itself is the output. ## Triggers - make a statement that counts all the letters in that statement - write a sentence that counts its own letters - generate a self-referential letter count - create an autogram using w

What's inside
Steps it walks through
  1. Prompt
  2. Triggers
More from AutoSkill
All skills →
About this skill
What does the Self-Referential Letter Counting Sentence Generator skill do?

Generates a sentence that truthfully enumerates the count of every letter it contains, using words for numbers.

How do I install it?

Run `npx skills add ECNU-ICALK/AutoSkill --skill self-referential-letter-counting-sentence-generator --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