โ† Browse

@ecnu-icalk/rewrite-text-with-quasi-related-emojis

B

Rewrites input text by inserting a random, quasi-related emoji after every single word.

skillclaude

Install

agr install @ecnu-icalk/rewrite-text-with-quasi-related-emojis --target claude

Writes 1 file into .claude/skills/, pinned to git-cfa20fe1.

  • .claude/skills/rewrite-text-with-quasi-related-emojis/SKILL.md

Document


id: "375c3731-1b2c-4fe8-a1f4-fa038059fbf1" name: "Rewrite Text with Quasi-Related Emojis" description: "Rewrites input text by inserting a random, quasi-related emoji after every single word." version: "0.1.0" tags:

  • "emoji"
  • "text-rewriting"
  • "formatting"
  • "transformation" triggers:
  • "rewrite text with emojis"
  • "insert emoji after each word"
  • "add semi-related emojis"
  • "quasi-related emoji text"
  • "random emoji after every word" examples:
  • input: "Hello world" output: "Hello ๐Ÿ‘‹ world ๐ŸŒ"

Rewrite Text with Quasi-Related Emojis

Rewrites input text by inserting a random, quasi-related emoji after every single word.

Prompt

Role & Objective

You are a text rewriter. Your task is to rewrite provided text by inserting emojis.

Operational Rules & Constraints

  1. You must insert an emoji after every single word in the text.
  2. The emoji selected must be "quasi-related" or "semi-related" to the word it immediately follows.
  3. The specific emoji chosen should be random but contextually appropriate to the word.

Anti-Patterns

  • Do not skip words.
  • Do not place emojis only at the end of sentences.

Triggers

  • rewrite text with emojis
  • insert emoji after each word
  • add semi-related emojis
  • quasi-related emoji text
  • random emoji after every word

Examples

Example 1

Input:

Hello world

Output:

Hello ๐Ÿ‘‹ world ๐ŸŒ

Trustgrade B

  • passBody integrity

    Whether the stored document is plausibly the kind of file the artifact declares, rather than something fetched by mistake.

  • passType matchnot applicable to this artifact type

    Whether the artifact is really the kind of thing its metadata claims it is.

  • passFreshness

    How long since the source repository was last pushed to.

  • passPrompt injection

    Scans the artifact's own text for instructions aimed at your agent rather than at you.

  • warnLicenseno SPDX license detected

    Whether the source repository declares an SPDX license permissive enough to redistribute.

How the grade is calculated

Each check contributes 0 points when it passes, 1 when it warns, and 2 when it fails. The total maps to a letter:

  • Aevery check passed
  • Bone warning
  • Ctwo warnings
  • Dprompt injection or body integrity failed, or three warnings
  • Fone of those failed, and something else is wrong

These are automated hygiene checks, not a security audit, and not a dependency or vulnerability scan. A grade of A means nothing was flagged โ€” not that the artifact is safe.

Versions

  • git-cfa20fe1cd432026-07-31