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
Re-sync the docsIt pulls Anthropic's live documentation so its guidance is current, not frozen.
Author with the model in mindPrompts are built model-aware, to how the target model actually behaves now.
Source-lockGuidance is tied to real sources, so it can be checked, not taken on faith.