SvelteKit app · self-updating prompt authoring

Prompt Maker

Prompt guidance that cannot quietly go stale.

status v1.1 · liverole designed + built end to end
recorded runlive
The app generating a prompt, with its guidance sourced from the current docs.
What it solves

Prompt tools rot as models change, and a frozen template gives slightly worse advice every week. This one pulls the docs at sync time and locks guidance to sources, so any recommendation can be traced to where it came from and checked against what the docs say today.

Who it serves

Anyone building with Claude who wants prompts that track the current model and docs.

Who it is for

Builders who have been burned by stale prompt templates.

How it works
  1. Re-sync the docsIt pulls Anthropic's live documentation so its guidance is current, not frozen.
  2. Author with the model in mindPrompts are built model-aware, to how the target model actually behaves now.
  3. Source-lockGuidance is tied to real sources, so it can be checked, not taken on faith.
Built with
SvelteKit TypeScript Claude live doc re-sync