substituting-modern-tools

Installation
SKILL.md

Modern Tool Substitution

Replace legacy tools with modern performant alternatives in all generated code.

Core Substitutions

Apply these substitutions unless user explicitly requests the legacy tool:

npm → bun

  • npm installbun install
  • npm runbun run
  • npm createbun create
  • npxbunx
  • Scripts remain in package.json unchanged

find → fd

  • find . -name '*.py'fd -e py
Related skills
Installs
9
GitHub Stars
1
First Seen
Feb 28, 2026