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
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
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.