Claude Code Plugins

Community-maintained marketplace

Feedback
0
0

Use when exploring Python project structure, finding virtualenv paths (python/pip/pytest), or locating package metadata (name, version, pyproject.toml).

Install Skill

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its instructions before using it.

SKILL.md

name python-project-metadata
description Use when exploring Python project structure, finding virtualenv paths (python/pip/pytest), or locating package metadata (name, version, pyproject.toml).

python-project-metadata

Runs uvx --from shai-py==0.1.1 shai-py project-info to automatically detect and display Python project metadata:

  • Package name and version from pyproject.toml
  • Virtual environment paths (python, pip, pytest executables)
  • Project directories (package root, tests, docs)
  • Configuration files (Sphinx conf.py, mise.toml)