atomikpanda's Claude Code plugins
npx claudepluginhub atomikpanda/modern-cli-toolsEnforces use of modern CLI tools over legacy equivalents
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@atomikpanda
Install 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:
MIT
Development marketplace for Superpowers core skills library
Harness-native ECC skills, hooks, rules, MCP conventions, and operator workflows
Open Design — local-first design app exposed to coding agents over MCP. Install once with your agent's plugin command and projects/files/skills are reachable through stdio.