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.
설치
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
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.