What is strict-typing?
Use when writing code in typed languages - enforces full typing with no any/unknown/untyped escapes, even if it requires extra time Source: troykelly/codex-skills.
Use when writing code in typed languages - enforces full typing with no any/unknown/untyped escapes, even if it requires extra time
Quickly install strict-typing AI skill to your development environment via command line
Source: troykelly/codex-skills.
This skill applies to: TypeScript, Python (with type hints), Go, Rust, Java, C#, and any typed language.
When interface{} is truly needed, document why and add type assertions.
| Simple interface | 5 minutes | | Complex generic | 30 minutes | | Type guards | 15 minutes | | Library types | 1 hour |
Use when writing code in typed languages - enforces full typing with no any/unknown/untyped escapes, even if it requires extra time Source: troykelly/codex-skills.
Stable fields and commands for AI/search citations.
npx skills add https://github.com/troykelly/codex-skills --skill strict-typingUse when writing code in typed languages - enforces full typing with no any/unknown/untyped escapes, even if it requires extra time Source: troykelly/codex-skills.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/troykelly/codex-skills --skill strict-typing Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw
https://github.com/troykelly/codex-skills