Agent Skills: python-project-metadata

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

UncategorizedID: MacHu-GWU/sanhe-claude-code-plugins/python-project-metadata

Install this agent skill to your local

pnpm dlx add-skill https://github.com/MacHu-GWU/sanhe-claude-code-plugins/tree/HEAD/plugins/python/sanhe-py-best-practices/skills/python-project-metadata

Skill Files

Browse the full folder contents for python-project-metadata.

Download Skill

Loading file tree…

plugins/python/sanhe-py-best-practices/skills/python-project-metadata/SKILL.md

Skill Metadata

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)