Typecheck banner
one-ie one-ie

Typecheck

Development community

Description

--- name: typecheck description: Run TypeScript type checking on the Envelope System user-invocable: true allowed-tools: Bash --- # TypeScript Type Check **Skills:** `/do` (W4 verify runs this — types must be clean for rubric `truth` dim) · `/deploy` (W0 baseline gate — `scripts/typecheck.sh` wraps tsc and suppresses the known internal stack-overflow bug: real errors start with `TS####`) Run TypeScript compiler in check mode without emitting files. ## Command ```bash cd /Users/toc/Server/en

Installation

Installs to ~/.claude/skills/one-ie-one-typecheck/SKILL.md

Terminal
mkdir -p ~/.claude/skills/one-ie-one-typecheck && curl -fsSL https://raw.githubusercontent.com/one-ie/one/HEAD/.claude/skills/typecheck.md -o ~/.claude/skills/one-ie-one-typecheck/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository