Mirror question
Agent skill packs under .agents/skills for README and changelog maintenance, Semantic Versioning, and private/public publish-boundary hygiene. MIT.
npx -y skills add eunai/skills --skill mirror-questionAssembled 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
- 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.
- 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.
- Format the output.
- Output exactly these two sections, in this order:
Original QuestionClear 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).