Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:38:39 +08:00
commit 363bb25e08
12 changed files with 641 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
---
name: python-project-code-structure
description: 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)