skills/annotated-reply-skill/SKILL.md
Copy the last assistant response (or a file) to the clipboard with an annotation header, ready to paste back as an annotated reply. Explicit invocation only.
npx skillsauth add omaclaren/agent-skills-public annotated-reply-skillInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Copy content to the clipboard with an annotation header so the user can paste it back, annotate it, and submit.
/annotated-reply-skill # last assistant response
/annotated-reply-skill <path> # a specific file
/annotated-reply-skill --raw # last response without annotation header
/annotated-reply-skill <path> --raw # file without annotation header
--raw flag from $ARGUMENTS.--raw: use the content as-is with a trailing newline.annotated reply below:
original source: <label>
annotation syntax: [an: your note]
precedence: later messages supersede these annotations unless user explicitly references them
---
<content>
--- end annotations ---
Where <label> is either "last model response" or the file path.pbcopy (macOS) or xclip -selection clipboard (Linux).Do NOT output the content itself — it's already on the clipboard. Keep the response to just the notification line.
development
Render the last response (or a specified markdown file) as HTML and open in the default browser. Explicit invocation only — do not auto-trigger.
development
Use when a user explicitly asks to apply Invariant Image Reparameterisation (IIR) to a new mathematical, statistical, mechanistic, ODE, compartmental, or simulation model. Guides a non-expert user through practical identifiability analysis using the methods of arXiv:2502.04867 and the reparam Julia library, starting with log-monomial coordinates but not treating monomials as the only possible class.
development
Walkthrough-first collaboration mode — small steps, user sign-off before mutations. Use when the user wants to learn, understand, or validate code/results rather than have tasks completed autonomously. Activate when the user invokes /guide-mode.
development
Critique a file or the last assistant response for writing quality or code correctness. Explicit invocation only — do not auto-trigger.