Harness-engineering ts-satisfies-operator
name: ts-satisfies-operator
install
source · Clone the upstream repo
git clone https://github.com/Intense-Visions/harness-engineering
manifest:
agents/skills/claude-code/ts-satisfies-operator/skill.yamlsource content
name: ts-satisfies-operator version: "1.0.0" description: Validate objects against a type without widening using the satisfies keyword 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-type-guards
- ts-discriminated-unions
- ts-utility-types stack_signals:
- typescript keywords:
- satisfies
- type-checking
- widening
- object-literal
- validation metadata: author: community upstream: typescriptlang.org/docs/handbook/release-notes/typescript-4-9.html state: persistent: false files: [] depends_on: []