Skip to content

atomikpanda/modern-cli-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

modern-cli-tools

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.

Tools

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

Installation

Claude Code

/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

Codex, Gemini CLI, and others

Install via git URL using your agent's plugin manager:

https://github.com/atomikpanda/modern-cli-tools.git

Compatibility

Works with any agent supporting the Agent Skills specification:

  • Claude Code
  • OpenAI Codex
  • Gemini CLI

License

MIT

About

Enforces use of modern CLI tools over legacy equivalents

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors