typescript-strict-mode

TypeScript strict type checking guidelines for SEPilot Desktop. Use when creating types, writing functions, or refactoring code. Ensures all code has explicit types, avoids 'any', and passes type checking with strict mode enabled.

$ Installieren

git clone https://github.com/jhl-labs/sepilot_desktop /tmp/sepilot_desktop && cp -r /tmp/sepilot_desktop/.claude/skills/typescript-strict ~/.claude/skills/sepilot_desktop

// tip: Run this command in your terminal to install the skill