Script Commands Reference Repositories - jsrepo : Package distribution for monorepos - WXT : Browser extension framework (used by tab-manager app) The monorepo uses consistent script naming conventions: When to Apply This Skill Use this pattern when you need to: - Run formatting, linting, or type-check scripts in this monorepo. - Choose between auto-fix commands and CI-only variants. - Verify final changes with the repo-standard workflow. - Scaffold a new package in . | Command | Purpose | When to use | | ------------------ | ---------------------------------------------- | ----------- | | |…