typescript-best-practices

Installation
SKILL.md

TypeScript Best Practices

Use this skill as the default guidance for any .ts or .tsx change.

Keep this file practical. Record the repo's actual TypeScript standards here.

References

  • For review or review-and-fix requests on a working tree, branch, commit, or commit range, read references/review-and-fix-changes.md and use it as the workflow while keeping this file as the review rubric.

Intent

  • Provide a single baseline for how TypeScript should be written and refactored.
  • Keep code strongly typed, easy to read, and easy to change.
  • Reduce AI slop such as defensive cleanup, vague abstractions, duplicate transforms, and weak fallbacks.
Installs
75
GitHub Stars
1
First Seen
Jun 16, 2026
typescript-best-practices — justbecauselabs/agent-skills