A Claude Code plugin that enforces modern CLI tools — no more pip, npm, grep, find, or curl.
When an agent would reach for a legacy tool, this skill stops it and uses the modern equivalent instead. If the modern tool isn't installed, the agent tells you how to install it rather than falling back silently.
| Modern Tool | Replaces | Purpose |
|---|---|---|
uv / uvx |
pip, pip3, python, virtualenv | Python packages, scripts, envs |
pnpm |
npm, yarn | Node.js packages |
fnm |
nvm | Node.js version management |
rg (ripgrep) |
grep | File content search |
fd |
find | File finding |
xh |
curl, wget | HTTP requests |
/plugin marketplace add atomikpanda/modern-cli-tools
/plugin install modern-cli-tools@atomikpanda
Or via CLI:
claude plugin marketplace add atomikpanda/modern-cli-tools
claude plugin install modern-cli-tools@atomikpandaInstall via git URL using your agent's plugin manager:
https://github.com/atomikpanda/modern-cli-tools.git
Works with any agent supporting the Agent Skills specification:
- Claude Code
- OpenAI Codex
- Gemini CLI
MIT