One change
Prompt library
prompt-library
Nearest release: v2.1.233, published 2 hours before this site recorded the change. Shown because the two are within 24 hours of each other. Nothing here says the release caused the edit.
prompt-library Changed · +3 / -3 lines
from line 1146
"implement-from-a-screenshot": { title: "Implement from a screenshot and self-check", teaches: "This gives Claude a verification loop: it renders, compares against the source image, and iterates without you pointing out each gap.", - next: "Use `/goal` to keep Claude iterating until the screenshots match" + next: "Use `/goal` to keep Claude iterating toward matching screenshots" }, "follow-an-existing-pattern": { title: "Follow an existing pattern",
from line 1186
"fill-gaps-from-a": { title: "Fill gaps from a coverage report", teaches: "Point at the coverage report instead of guessing what's untested. Claude reads the actual numbers and writes tests for the files that need them most.", - next: "Set this as a `/goal` so Claude keeps writing tests until coverage hits the target" + next: "Set this as a `/goal` so Claude keeps writing tests toward the coverage target" }, "port-code-between-languages": { title: "Port code to another language",
from line 1203
"optimize-against-a-measurable": { title: "Optimize against a measurable target", teaches: "Stating the metric and target gives Claude a clear definition of done.", - next: "Set this as a `/goal` so Claude keeps measuring and iterating until it hits the number" + next: "Set this as a `/goal` so Claude keeps measuring and iterating toward the number" }, "fix-a-precise-visual": { title: "Fix a precise visual bug",