# Choosing Tools

> 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.

- Skill: `liangmiqwq/choosing-tools` (Agent Skill, multi-file: 5 files)
- Install (CLI): `npx skillmds@latest add liangmiqwq/choosing-tools`
- Raw SKILL.md: https://api.skillmd.com/api/skills/liangmiqwq/choosing-tools/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: liangmiqwq (https://skillmd.com/u/liangmiqwq)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/liangmiqwq/choosing-tools

---


# 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.**

