Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة

typescript-strict

النجوم٠
التفرعات٠
آخر تحديث٣٠ يونيو ٢٠٢٦ في ٢٠:٠٤

Write, review, and harden TypeScript at maximum type strictness. Use for ANY task that authors, edits, audits, or reviews TypeScript — even when the user doesn't say "strict". As a REVIEWER: drop into any repo to flag type holes and strictness gaps (any, unchecked `as`/`!`, enum, JSON.parse-as-T, illegal-state unions, non-exhaustive switches, bare-primitive IDs), calibrated to that repo's own config and house style — bugs first, not style nits. As an AUTHOR: produce robust, config-independent TS — `as const satisfies` over loose Record, string/template-literal types over `string`, discriminated unions with exhaustiveness, branded primitives, precise generics; no any/enum/unchecked-as. Trigger on .ts/.tsx, tsconfig, code review or audit requests, "is this type-safe", "flag type issues", "make this robust", or new TS scaffolds.

التثبيت

التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.

مستكشف الملفات
5 ملفات
SKILL.md
readonly