stand-ts

Installation
SKILL.md

TypeScript / JavaScript Standards

Standards for TypeScript and JavaScript code.

Package Manager

  • Prefer bun over npm
  • Use bun install instead of npm install
  • Use bun run instead of npm run
  • Use bunx instead of npx

Strict Mode

  • Enable strict: true in tsconfig.json
  • No any escape hatches without justification — if unavoidable, add a comment explaining why

Type Patterns

Installs
32
First Seen
May 12, 2026
stand-ts — lgtm-hq/ai-skills