Harness-engineering ts-strict-mode
name: ts-strict-mode
install
source · Clone the upstream repo
git clone https://github.com/Intense-Visions/harness-engineering
manifest:
agents/skills/claude-code/ts-strict-mode/skill.yamlsource content
name: ts-strict-mode version: "1.0.0" description: Enable and satisfy strict TypeScript checks including strictNullChecks and exactOptionalPropertyTypes stability: static cognitive_mode: advisory-guide type: knowledge tier: 3 triggers:
- manual platforms:
- claude-code
- gemini-cli
- cursor
- codex tools: [] paths:
- "**/*.ts"
- "**/*.tsx"
- "tsconfig.json"
- "tsconfig.*.json" related_skills:
- ts-config-patterns
- ts-type-guards
- ts-error-handling-types stack_signals:
- typescript keywords:
- strict-mode
- strictNullChecks
- noUncheckedIndexedAccess
- exactOptionalPropertyTypes
- strict-flags metadata: author: community upstream: typescriptlang.org/tsconfig#strict state: persistent: false files: [] depends_on: []