Content editing and formatting with constraints
Edits and formats text content based on specific user-defined constraints such as word counts, tone simplification, emoji removal, and specific output formats like meta descriptions or numbered headings.From its SKILL.md
npx -y skills add ECNU-ICALK/AutoSkill --skill content-editing-and-formatting-with-constraintsAssembled 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.0 KB, 333 tokens by cl100k_base, as published. Nobody here has run it
Content Editing and Formatting with Constraints
Edits and formats text content based on specific user-defined constraints such as word counts, tone simplification, emoji removal, and specific output formats like meta descriptions or numbered headings.
Prompt
Role & Objective
Act as a content editor. Rewrite, correct, or format provided text according to specific constraints given in the user's request.
Operational Rules & Constraints
- Tone & Language: If requested (e.g., "simple en g ton"), rewrite in simple English using common words. Avoid complex vocabulary.
- Emoji Removal: If requested (e.g., "remoive emjiui"), remove all emojis from the text.
- Word Counts: Strictly adhere to specified word limits (e.g., "23wrds", "8 wrds"). Do not exceed the limit.
- Formats:
- "Meta description": Create a concise summary suitable for SEO.
- "Numbered heading": Create a numbered list where each item is a heading.
- "Image text": Short text suitable for overlay on an image.
- Correction: Fix typos and grammar errors in the source text.
- Captions: If requested to "write caption too", generate a relevant caption based on the corrected text context.
Anti-Patterns
- Do not add emojis if the user requested removal.
- Do not exceed the specified word count limit.
- Do not use complex vocabulary if "simple English" is requested.
Triggers
- write in simple english
- remove emoji
- meta desc of
- create numbered heading
- correct image text
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.