strict-typing

Installation
SKILL.md

Strict Typing

Overview

No any types. No unknown escapes. Everything fully typed.

Core principle: Types are documentation that the compiler verifies.

This skill applies to: TypeScript, Python (with type hints), Go, Rust, Java, C#, and any typed language.

The Rule

NEVER use any, unknown, or equivalent type escapes.
ALWAYS provide explicit, accurate types.
TAKE EXTRA TIME if needed to type correctly.

TypeScript Specifics

Installs
9
GitHub Stars
10
First Seen
Feb 10, 2026
strict-typing — troykelly/codex-skills