Skip to main content
Back to docs
stacktypescript
Install
Source: packages/harness-kit/src/registry/bundles/stack/typescript/README.md

TypeScript

TypeScript stack baseline for harness-kit. This bundle is installed automatically when typescript is selected directly, or inherited by a techstack bundle via type: 'stack'.

What it includes

  • coding-style - naming, project/file layout, typing conventions
  • patterns - practical implementation patterns and anti-patterns
  • testing - test strategy, structure, and quality expectations
  • security - input validation, secrets handling, and common vuln guardrails

Notes

Rules are adapted from everything-claude-code (MIT) and tuned for harness-kit conventions.