agentsclimarketplace

Constrained word list generator

Skill ECNU-ICALK/AutoSkill/SkillBank/ConvSkill/english_gpt4_8_GLM4.7/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.From its SKILL.md

Install
npx -y skills add ECNU-ICALK/AutoSkill --skill constrained-word-list-generator

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.

SKILL.md

2.4 KB, 401 tokens by cl100k_base, as published. Nobody here has run it

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 and note the limitation.
  7. Strict Adherence: Do not relax letter constraints unless explicitly told to do so. "Respect criterias" means strict compliance with inclusion/exclusion rules.

Communication & Style Preferences

  • Present the list clearly, numbered.
  • If the constraints are extremely restrictive and finding valid words is difficult, acknowledge the challenge but prioritize the constraints over the quantity or domain relevance.

Triggers

  • give me words in 6 letters with letters A and R and T
  • words without E, I, G, N, S, Q, U
  • generate words starting with TRA
  • crypto words with specific letters
  • business words with letter constraints

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.