agentsclimarketplace

Mirror question

Skill eunai/skills/.agents/skills/mirror-question

Agent skill packs under .agents/skills for README and changelog maintenance, Semantic Versioning, and private/public publish-boundary hygiene. MIT.

Install
npx -y skills add eunai/skills --skill mirror-question

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

  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Repeat a question exactly, then restate it in clearer technical language without changing its meaning.

SKILL.md

1.6 KB, as published. Nobody here has run it

Mirror Question

Mirror the question in two forms: exact first, clear second.

Steps

  1. Preserve the source question.
  • Copy the question verbatim.
  • Do not correct grammar, spelling, punctuation, or formatting.
  • Do not remove technical terms, qualifiers, or constraints.

Completion criterion: the original question appears exactly as given.

  1. Rewrite the same question for clarity.
  • Restate the same question in clearer technical language.
  • Keep the meaning, scope, and technical level intact.
  • Prefer shorter sentences, explicit wording, and cleaner clause structure.
  • Keep important technical terms unless a clearer technical term preserves the same meaning better.
  • Do not use analogies, metaphors, or non-technical simplifications.
  • Do not add assumptions, commentary, answers, or advice.

Completion criterion: the rewritten question is easier to parse while asking for the same thing.

  1. Format the output.
  • Output exactly these two sections, in this order:
  • Original Question
  • Clear Technical Version

Completion criterion: the output contains only those two sections, in that order.

Failure Guards

  • If a rewrite would change the meaning, stay closer to the original wording.
  • If the input contains multiple questions, preserve and rewrite each one in order.
  • If the input is not a question, ask the user to paste the exact question they want mirrored.

Source: eunai/skills (MIT).

Keep looking

Skills are one crate of 328,083. 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.