Detects the Python major and minor version of the current repository
Detects the Python major.minor version of the current repository by running scripts/detect_version.py. Claude uses this when the Python version is needed for code generation, dependency resolution, or compatibility checks.
/plugin marketplace add MacHu-GWU/sanhe-claude-code-plugins/plugin install sanhe-py-best-practices@sanhe-claude-code-pluginsThis skill inherits all available tools. When active, it can use any tool Claude has access to.
scripts/detect_version.pyRuns a script that outputs the Python version in major.minor format (e.g., 3.11, 3.13).
Run scripts/detect_version.py to detect the Python version.
The script outputs just the version string in major.minor format, nothing else.
Output: 3.11
Output: 3.13