detect-python-command
Installation
SKILL.md
Python コマンド判別・実行
概要
現在の環境で使用すべき適切なPythonコマンドを判別し、スクリプトを実行します。プロジェクトの設定(pyproject.toml、.venv、uv)を確認し、最適な方法で実行します。
前提条件
なし(環境を自動検出します)
使用方法
方法1: ラッパースクリプトで実行(推奨)
run-python.sh を使用して、Pythonスクリプトを直接実行します:
skills/detect-python-command/scripts/run-python.sh script.py [args...]