wk-workstyle-typescript
Installation
SKILL.md
Workstyle — TypeScript / JavaScript
Enforces idiomatic, type-safe TypeScript and JavaScript on every file the agent
writes or edits. Part of the wk-workstyle family. Project settings are
authoritative — this skill fills gaps only, never overrides. When a
linter/formatter config governs a rule below, that config wins; see
wk-workstyle Step 0 for the project-style-authority probe.
When to Use
Auto-invoked whenever the agent writes or edits a TypeScript or JavaScript file. Trigger contexts:
- Writing or editing a
.ts,.tsx,.js,.jsx,.mjs, or.cjsfile. - Authoring or refactoring functions, callbacks, or async flows in any of the above file types.
- Introducing defaulting, null-guarding, or object-field access in TS/JS code.
Manual: /wk-workstyle-typescript scan (full working tree) · /wk-workstyle-typescript check <path> (one file).