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 install → bun install
  • npm run → bun run
  • npm create → bun create
  • npx → bunx
  • Scripts remain in package.json unchanged

find → fd

Installs
9
GitHub Stars
7
First Seen
Feb 28, 2026
substituting-modern-tools — ven0m0/claude-config