Ask me what skills you need
What are you building?
Tell me what you're working on and I'll find the best agent skills for you.
Use when managing Python packages, virtual environments, or linting and formatting Python code
| Tool | Purpose | Structured output |
|---|---|---|
| uv | Ultra-fast Python package manager and venv tool (Rust, 10-100x faster than pip) | N/A (status messages) |
| Ruff | Extremely fast Python linter + formatter (Rust, replaces black + flake8 + isort) | --output-format json for JSON |
uv venv
uv venv --python 3.12
uv pip install requests pandas numpy
uv pip install -r requirements.txt
uv run --with requests --with beautifulsoup4 script.py
uv run script.py
npx skills add jeremylongshore/claude-code-plugins-plus-skills --skill python-toolingHow clear and easy to understand the SKILL.md instructions are, rated from 1 to 5.
Very clear and well structured, with almost no room for misunderstanding.
How directly an agent can act on the SKILL.md instructions, rated from 1 to 5.
Mostly actionable with clear steps; only a few small gaps remain.