typescriptWrite type-safe TypeScript with proper narrowing, inference patterns, and strict mode best practices.
Install via ClawdBot CLI:
clawdbot install ivangdavila/typescriptGrade Good — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Generated Mar 1, 2026
This scenario involves converting existing JavaScript projects to TypeScript to improve type safety and maintainability. It addresses common migration pitfalls like handling dynamic types and ensuring strict mode compliance, which reduces runtime errors in production.
In this scenario, developers build REST or GraphQL APIs using TypeScript, focusing on proper type definitions for request/response payloads. It emphasizes using unknown over any for external data and implementing discriminated unions for error handling, enhancing reliability in fintech or e-commerce applications.
This scenario involves designing shared TypeScript libraries that leverage generics and utility types for flexibility across projects. It tackles inference limits in nested generics and uses satisfies for config objects, ideal for enterprise software teams aiming for code reusability.
Here, developers integrate TypeScript into React or Angular applications to enforce type safety in UI components. It covers literal type traps with const assertions and module boundaries with import type, reducing bugs in dynamic web interfaces for media or retail industries.
This scenario focuses on extending or fixing type definitions for older JavaScript libraries using .d.ts files. It involves discriminated unions for state management and narrowing failures with filter methods, supporting industries like healthcare where system updates are gradual.
Offer expert guidance to companies migrating to TypeScript, including code audits, training, and best practices implementation. Revenue is generated through hourly or project-based fees, targeting mid-sized tech firms seeking to reduce technical debt.
Develop a cloud-based tool that scans TypeScript codebases for anti-patterns like any usage or narrowing failures, providing automated reports and fixes. Revenue comes from subscription tiers based on team size and features, appealing to large enterprises.
Create online courses and certifications focused on advanced TypeScript topics such as generics and strict mode. Revenue is generated from course sales and certification fees, targeting individual developers and corporate training programs in the education sector.
💬 Integration Tip
Use import type for type-only dependencies to avoid runtime bloat, and leverage satisfies for configuration objects to maintain literal types while ensuring compatibility.
Scored Apr 18, 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 when starting any conversation - establishes how to find and use skills, requiring Skill tool invocation before ANY response including clarifying questions
Control and operate Opencode via slash commands. Use this skill to manage sessions, select models, switch agents (plan/build), and coordinate coding through Opencode.
Ship production code with AI agents through acceptance contracts, micro diffs, red green loops, and deterministic handoff checkpoints.
A comprehensive skill for using the Cursor CLI agent for various software engineering tasks (updated for 2026 features, includes tmux automation guide).
Provides a 7-step debugging protocol plus language-specific commands to systematically identify, verify, and fix software bugs across multiple environments.