oneshot-prompt-generator
Installation
SKILL.md
Oneshot Prompt Generator
Reverse-specify a supplied resource into one paste-ready prompt. Inspect the source deeply enough that a fresh session can recreate the subject without inheriting this conversation.
The output is the prompt, not the replica. Do not build, render, dispatch a worker, edit a project, or continue into implementation unless the user starts a separate request after receiving the prompt.
Route the Evidence
Use every branch represented by the supplied sources:
| Source | Read | Use it to |
|---|---|---|
| Live website, web app, local HTML, or interactive prototype | references/live-interfaces.md |
Inspect routes, layout, runtime behavior, responsive changes, and secondary states |
| Screenshot, image set, mockup, poster, illustration, or vector | references/still-visuals.md |
Record visible composition precisely without inventing hidden behavior |
| Video, screen recording, animation, audio, or transcript | references/time-based-media.md |
Reconstruct sequence, timing, motion, sound, and state changes across time |
| PDF, slide deck, document, dataset, source tree, or codebase | references/documents-and-code.md |
Extract structure, content, rules, data, and executable behavior relevant to the target |
For mixed evidence, load each applicable file and reconcile the sources in one ledger. Prefer direct runtime evidence over a description of that runtime. Explicit user requirements outrank source-derived adaptation choices, but they do not turn an unobserved source property into an observed fact.