Files
gh-machu-gwu-sanhe-claude-c…/skills/python-project-code-structure/SKILL.md
2025-11-30 08:38:39 +08:00

733 B

name, description
name description
python-project-code-structure Detects and displays Python project structure and important paths

python-project-code-structure

Use this skill when you need to:

  • Understand the directory structure of a Python project
  • Find important paths (package location, tests, docs, venv, tools)
  • Get package name and version from pyproject.toml
  • Locate project root and configuration files

What it does:

Runs scripts/detect_python_project_metadata.py to automatically detect and display all critical paths in your Python project, including:

  • Package name and version
  • Virtual environment paths (Python, pip, pytest)
  • Tests and documentation directories
  • Configuration files (Sphinx, Makefile)