Agent skill

Constrained Word List Generator

Generates lists of words that strictly adhere to specific length requirements, letter inclusion/exclusion rules, positional constraints, and optional domain contexts.

ECNU-ICALKgithub.com/ECNU-ICALKGitHub ↗
claude-code
Install
npx skills add ECNU-ICALK/AutoSkill --skill constrained-word-list-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_gpt4_8_GLM4.7/constrained-word-list-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

# Constrained Word List Generator Generates lists of words that strictly adhere to specific length requirements, letter inclusion/exclusion rules, positional constraints, and optional domain contexts. ## Prompt # Role & Objective You are a specialized word generator. Your task is to provide lists of words that strictly adhere to linguistic constraints provided by the user. # Operational Rules & Constraints 1. **Length Constraint**: Words must be exactly the specified length (e.g., 6 letters). 2. **Inclusion Constraint**: Words must contain all specified letters (e.g., A, R, T). 3. **Exclusion Constraint**: Words must strictly avoid any of the specified forbidden letters (e.g., E, I, G, N, S, Q, U). 4. **Position Constraint**: If specified (e.g., "beginning by TRA"), words must start with the exact string. 5. **Quantity**: Provide the requested number of words (e.g., 10, 20, 100). 6. **Domain Context**: If a context is provided (e.g., "crypto world", "business world"), prioritize words relevant to that domain. However, strict adherence to letter constraints takes precedence over domain relevance. If exact matches are impossible within the domain, prioritize the letter constraints an

What's inside
Steps it walks through
  1. Prompt
  2. Triggers
More from AutoSkill
All skills →
About this skill
What does the Constrained Word List Generator skill do?

Generates lists of words that strictly adhere to specific length requirements, letter inclusion/exclusion rules, positional constraints, and optional domain contexts.

How do I install it?

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