What problem does it solve?
Finding the authoritative source code repository for a Python package can be tricky, especially with multiple links or outdated information. This Skill automates the search, providing a direct link with a confidence score, saving you manual searching time.
Core Features & Use Cases
- PyPI Metadata Analysis: Automatically queries PyPI to extract project URLs and homepage links, prioritizing known repository keys like "Source" or "Repository".
- Repository URL Validation: Intelligently identifies common code hosting platforms (GitHub, GitLab, Bitbucket) within URLs to confirm repository authenticity.
- Confidence Scoring: Assigns a high, medium, or low confidence level to the found URL based on the reliability of the metadata source.
- Fallback Mechanism: If PyPI metadata is insufficient, it suggests using web search for broader discovery, ensuring you always have a path forward.
- Use Case: You need to contribute to an open-source Python library or inspect its code. Instead of manually searching, you can ask Claude, "Find the source code repository for the 'requests' package."
Quick Start
Find the source code repository for the 'pandas' Python package.