# Pip Chill

> List Python packages not installed via pip. Shows only packages that were manually installed, not dependencies.

- Skill: `javimosch/pip-chill` (Agent Skill)
- Install (CLI): `npx skillmds@latest add javimosch/pip-chill`
- Raw SKILL.md: https://api.skillmd.com/api/skills/javimosch/pip-chill/raw
- Safety review: PASS (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: javimosch (https://skillmd.com/u/javimosch)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/javimosch/pip-chill

---

# pip-chill Plugin
List Python packages not installed via pip. Shows only packages that were manually installed, not dependencies.
## Commands
- `pip self version` — Print version
- `pip _ _` — Passthrough to pip-chill
## Installation
```bash
pip install pip-chill
```

