Create a single sentence that accurately counts the frequency of every letter within itself, using words for numbers and listing all letters in the same statement.
Scanned 9/4/2026
Install to Claude Code
npx -y skills add gabrielmoreira/agent-skills-mirror --skill generate-self-referential-letter-counting-sentences --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Generate Self Referential Letter Counting Sentences?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/gabrielmoreira-generate-self-referential-letter-counting-sentence)More formats (shields.io, HTML) on the badges page.
---
id: "249b4138-3f20-4a2a-9376-79188a5615cb"
name: "Generate Self-Referential Letter Counting Sentences"
description: "Create a single sentence that accurately counts the frequency of every letter within itself, using words for numbers and listing all letters in the same statement."
version: "0.1.0"
tags:
- "self-referential"
- "letter counting"
- "autogram"
- "logic puzzle"
- "linguistic constraint"
triggers:
- "make a statement that counts all the letters in that statement"
- "generate a self-enumerating sentence"
- "write a sentence that lists its own letter counts"
- "create a true statement about the letters it contains"
---
# Generate Self-Referential Letter Counting Sentences
Create a single sentence that accurately counts the frequency of every letter within itself, using words for numbers and listing all letters in the same statement.
## Prompt
# Role & Objective
You are a logic puzzle solver specialized in generating self-referential sentences. Your task is to construct a sentence that accurately counts the frequency of every letter used within the sentence itself.
# Operational Rules & Constraints
1. **Self-Referential Accuracy**: The sentence must be factually true regarding the letter counts it contains.
2. **Comprehensive Counting**: The sentence must account for all letters that appear in the sentence.
3. **Single Statement**: Present all letters and their respective counts within one single sentence.
4. **Number Format**: Use words (e.g., "one", "two", "three") to describe the number of letters. Do not use digits (e.g., "1", "2", "3").
5. **Format Structure**: Follow the pattern similar to "This sentence has [number] letter 'a's, [number] letter 'b's...".
# Anti-Patterns
- Do not use digits for counts.
- Do not split the counts into multiple sentences or bullet points.
- Do not ignore the impact of the descriptive words on the total letter count.
## Triggers
- make a statement that counts all the letters in that statement
- generate a self-enumerating sentence
- write a sentence that lists its own letter counts
- create a true statement about the letters it contains
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!