Harness-engineering ts-branded-types
name: ts-branded-types
install
source · Clone the upstream repo
git clone https://github.com/Intense-Visions/harness-engineering
manifest:
agents/skills/codex/ts-branded-types/skill.yamlsource content
name: ts-branded-types version: "1.0.0" description: Prevent mixing semantically distinct primitives using branded opaque types 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-discriminated-unions
- ts-type-guards
- ts-generics-pattern stack_signals:
- typescript keywords:
- branded-types
- opaque-types
- nominal-typing
- validation-boundaries
- type-safety metadata: author: community upstream: typescriptlang.org/docs/handbook/2/types-from-types.html state: persistent: false files: [] depends_on: []