·strict-typing
</>

strict-typing

troykelly/claude-skills

Use when writing code in typed languages - enforces full typing with no any/unknown/untyped escapes, even if it requires extra time

13Installs·0Trend·@troykelly

Installation

$npx skills add https://github.com/troykelly/claude-skills --skill strict-typing

SKILL.md

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/claude-skills.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/troykelly/claude-skills --skill strict-typing
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

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/claude-skills.

How do I install strict-typing?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/troykelly/claude-skills --skill strict-typing Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/troykelly/claude-skills