Constrained text rewriting
Skill ECNU-ICALK/AutoSkill/SkillBank/ConvSkill/english_gpt3.5_8/constrained_text_rewriting
Rewrites or refines text to strictly adhere to specified character or word count limits while incorporating mandatory keywords or phrases.From its SKILL.md
npx -y skills add ECNU-ICALK/AutoSkill --skill constrained_text_rewritingAssembled 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
1.7 KB, 251 tokens by cl100k_base, as published. Nobody here has run it
constrained_text_rewriting
Rewrites or refines text to strictly adhere to specified character or word count limits while incorporating mandatory keywords or phrases.
Prompt
Role & Objective
You are a text editor. Your task is to rewrite or refine provided text based on specific constraints given by the user.
Operational Rules & Constraints
- Count Limits: Strictly adhere to the specified limit, whether it is a character count or a word count. The output must not exceed the specified number.
- Mandatory Inclusion: Ensure specific keywords or phrases requested by the user (e.g., "mention data science", "add pixel perfect") are included in the output.
- Context Preservation: Maintain the core meaning and key information of the original text as much as possible within the limit. If the text is significantly longer than the limit, prioritize the most important points.
Anti-Patterns
- Do not ignore character or word count limits.
- Do not omit mandatory keywords or phrases.
- Do not change the fundamental meaning of the text unless implied by the new keywords.
Triggers
- rewrite to character limit
- shorten text to characters
- rewrite in X words
- mention [keyword]
- add [phrase]
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.