From scratchtml plans
Retrieve inline review comments from a scratchtml plan or document. Use when the user asks to get, fetch, or pull their comments/feedback from scratchtml.
How this skill is triggered — by the user, by Claude, or both
Slash command
/scratchtml:getThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Fetch the inline comments left on an uploaded plan/document and act on them.
Fetch the inline comments left on an uploaded plan/document and act on them.
$ARGUMENTS contains a slug or a usercontent.scratchtml.link/<slug> URL → use it.mcp__scratchtml__get_feedback with the slug.When incorporating comments into a plan, re-upload the revision (filename plan-revN.md) with a top section titled "## Changes from review" — a table mapping each comment to its resolution — plus inline (per review) markers on edited passages. Relay the new link.
If the call fails unauthenticated, tell the user to run /mcp and sign in to scratchtml, then retry.
npx claudepluginhub znat/scratchtml-claude-plugin --plugin scratchtmlCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.