When updating this file, sync changes to the gist:
gh gist edit 97f2a08d149f02d813749e934bbd69c5 ~/.claude/CLAUDE.md
Always use uv for Python. Never use bare pip or pip3.
- One-off scripts:
uv run --with <package> python3 script.py - Running CLI tools:
uvx <tool>(e.g.uvx black .) - Projects with dependencies: use
pyproject.toml+uv sync
Use fnm (Fast Node Manager) for managing Node.js versions. It is installed and available system-wide.
Prefer ffmpeg for audio/video processing tasks (transcoding, trimming, muxing, format conversion, etc.). It is installed and available system-wide.