Building Python tools with a one-shot prompt using uv run and Claude Projects

from blog Simon Willison's Weblog, | ↗ original
I've written a lot about how I've been using Claude to build one-shot HTML+JavaScript applications via Claude Artifacts. I recently started using a similar pattern to create one-shot Python utilities, using a custom Claude Project combined with the dependency management capabilities of uv. (In LLM jargon a "one-shot" prompt is a prompt that...