choosing-tools
Installation
SKILL.md
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.