Routes to the right tool/library choices based on project type (web, JS CLI, JS library, Rust). Load when starting a new project or selecting dependencies.
Installation
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Routes to the right tool/library choices based on project type (web, JS CLI, JS library, Rust). Load when starting a new project or selecting dependencies.
Choosing Tools
Identify the project type, then read the corresponding file:
Project Type
When to use
Reference
Web
Vue apps, Nuxt sites, browser UIs
projects/web.md
JS/TS CLI
Command-line tools, scripts
projects/js-cli.md
JS/TS Library
npm packages, shared utilities
projects/js-libs.md
Rust
Rust projects, systems tooling
projects/rust.md
Read the relevant file and follow the tool choices listed there.
Always use the latest stable versions. Use pnpm for all JS/TS projects.