[BUG] skill-creator: scripts fail on Windows when Python is managed by uv

Resolved 💬 2 comments Opened Apr 7, 2026 by 40tude Closed May 19, 2026

Preflight Checklist

  • [x] I have searched existing issues and this hasn't been reported yet
  • [x] This is a single bug report (please file separate reports for different bugs)
  • [x] I am using the latest version of Claude Code

What's Wrong?

generate_review.py and run_loop.py are invoked with bare python or python3. On Windows with uv, these are Store stubs that print an error and exit immediately.

What Should Happen?

The scripts should detect the available Python binary at runtime: try uv run python first, then python3, then python.

Error Messages/Logs

Error: Python est introuvable ; executez sans arguments a installer depuis le Microsoft Store

Steps to Reproduce

  1. Install Claude Code on Windows with Python managed by uv (no standalone python in PATH)
  2. Create a skill with skill-creator
  3. At the eval step, Claude invokes python generate_review.py ...
  4. Error: Python est introuvable ; executez sans arguments a installer depuis le Microsoft Store

Claude Model

Sonnet (default)

Is this a regression?

I don't know

Last Working Version

_No response_

Claude Code Version

2.1.92

Platform

Anthropic API

Operating System

Windows

Terminal/Shell

Windows Terminal

Additional Information

  • Windows 11 Pro 10.0.26200

View original on GitHub ↗

This issue has 2 comments on GitHub. Read the full discussion on GitHub ↗