ts-commands

Determine package manager, workspace configuration, and available commands in TypeScript/JavaScript projects. Use when agent needs to understand how to run commands in a TS/JS project, including (1) Detecting the correct package manager (npm/yarn/pnpm/bun), (2) Understanding workspace/monorepo setups, (3) Finding available scripts across packages, (4) Determining the correct command syntax for running development scripts

$ 安裝

git clone https://github.com/0xKahi/dotfiles /tmp/dotfiles && cp -r /tmp/dotfiles/opencode/skill/ts-commands ~/.claude/skills/dotfiles

// tip: Run this command in your terminal to install the skill