typescript-strictDeep TypeScript strictness workflow—incremental enablement, compiler flags, typing boundaries, narrowing, generics, utility types, and safe refactors. Use wh...
Install via ClawdBot CLI:
clawdbot install clawkk/typescript-strictGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Generated May 22, 2026
A financial services firm with a large TypeScript codebase filled with `any` and `@ts-ignore` wants to enable strict mode incrementally. This workflow provides a staged approach, starting with `strictNullChecks` and using path-specific tsconfig files, ensuring no regression in production.
A health-tech startup uses third-party APIs with unsafe data shapes. By applying Stage 3 boundary typing with Zod schemas and branded types for patient IDs, they prevent data corruption and runtime errors from malformed JSON.
An e-commerce platform experiences runtime bugs due to undefined values and incorrect shapes in the checkout state machine. Using discriminated unions and `assertNever` exhaustiveness checks, the team eliminates these issues and ensures compile-time safety for all state transitions.
A SaaS company develops a reusable UI library used across multiple products. By enforcing strict generics style and accurate `.d.ts` exports, and using `dtslint` for type tests, they ensure type safety for consumers.
A technology corporation with a monorepo of dozens of packages aligns TypeScript versions and enables strict flags per package. They use CI gates to prevent new `any` and ensure `tsc --noEmit` passes for affected projects.
Offer this workflow as a specialized feature for developers using TypeScript, accessible via a monthly subscription. The workflow reduces debugging time and improves code quality, justifying the recurring revenue.
Provide on-site or remote workshops and consulting to help large organizations adopt TypeScript strict mode in their legacy systems. Revenue comes from per-engagement fees or long-term support contracts.
Integrate this workflow into a code editor plugin or CI bot. Users can purchase credits for advanced analysis reports, incremental migration tracking, and custom rule enforcement.
💬 Integration Tip
Integrate this workflow as a CI pipeline step that runs `tsc --noEmit` and type-aware ESLint, and provide a CLI tool to automate the staged migration of compiler flags per package.
Scored May 22, 2026
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
Use the @steipete/oracle CLI to bundle a prompt plus the right files and get a second-model review (API or browser) for debugging, refactors, design checks, or cross-validation.
Use when starting any conversation - establishes how to find and use skills, requiring Skill tool invocation before ANY response including clarifying questions
This skill should be used ONLY when the user EXPLICITLY and UNAMBIGUOUSLY requests a Git repository commit-history analysis that produces aggregate collabora...
Spec-first, TDD, subagent-driven software development workflow. Use when: (1) building any new feature or app — triggers brainstorm → plan → subagent executi...
Best practices for Remotion - Video creation in React