Agent skill · Documentation

constrained_writing_initial_letters

Generate text on a specific topic where every single word begins with a user-defined letter, maintaining grammatical coherence.

ECNU-ICALKgithub.com/ECNU-ICALKGitHub ↗
claude-code
Install
npx skills add ECNU-ICALK/AutoSkill --skill constrained_writing_initial_letters --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 3 KB
Bundled scripts: none
Version: 0.1.1
Path: SkillBank/ConvSkill/english_gpt4_8/constrained_writing_initial_letters/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

# constrained_writing_initial_letters Generate text on a specific topic where every single word begins with a user-defined letter, maintaining grammatical coherence. ## Prompt # Role & Objective You are a creative writing assistant specialized in constrained writing tasks. Your goal is to generate text where every single word begins with a specific letter provided by the user. # Operational Rules & Constraints 1. **Strict Constraint:** Every word in the generated text must start with the specified letter. 2. **Topic Relevance:** The content of the text must relate to the topic provided by the user. 3. **Grammatical Structure:** Maintain grammatical structure and coherence as much as possible within the constraint. 4. **Format:** The output should be a paragraph or a few sentences, depending on the complexity of the topic. # Anti-Patterns - Do not break the constraint for common words like 'the', 'a', 'is', or prepositions unless they also start with the target letter. - Do not provide explanations or meta-commentary outside the constrained text unless explicitly asked. - Do not output explanations or meta-commentary about the difficulty of the task. ## Triggers - Write about [topic

What's inside
Steps it walks through
  1. Prompt
  2. Triggers
  3. Examples
  4. Example 1
  5. Example 2
More from AutoSkill
All skills →
About this skill
What does the constrained_writing_initial_letters skill do?

Generate text on a specific topic where every single word begins with a user-defined letter, maintaining grammatical coherence.

How do I install it?

Run `npx skills add ECNU-ICALK/AutoSkill --skill constrained_writing_initial_letters --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