coding-typescript

Enforce TypeScript, React, and Node.js coding standards for type safety.

4|Updated Mar 21, 2026
One-click install
npx skills add https://github.com/Yog-Sotho/claude-skills --skill coding-typescript-yog-sotho
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: coding-typescript
Source: https://github.com/Yog-Sotho/claude-skills/tree/main/coding-typescript
Command: npx skills add https://github.com/Yog-Sotho/claude-skills --skill coding-typescript-yog-sotho

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

TypeScript/JavaScript projects often suffer from inconsistent patterns, weak type checks, and hard-to-maintain code; this skill provides concrete standards to improve readability, reliability, and onboarding.

Core Features & Use Cases

  • Enforces naming conventions, strict type safety, and robust error handling across TS, React, and Node.js.
  • Promotes immutability, clear React component patterns, and performance-oriented coding practices.
  • Use cases include code reviews, refactors, and setting up project-wide linting/type-checking policies.

Quick Start

Enable the coding-typescript standards in your project by turning on linting, strict type-checking, and explicit naming and immutability guidelines.

Frequently Asked Questions about coding-typescript

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I enforce strict type safety and consistent coding standards in a TypeScript project?

You can enforce strict type safety and coding standards by applying concrete rules for naming conventions, robust error handling, and immutability. This reduces runtime errors and improves maintainability across TS, React, and Node.js codebases.

What is the best way to reduce runtime errors in React and Node.js applications?

To reduce runtime errors in React and Node.js, enforce strict type checks, promote immutability, and use clear React component patterns. Proactive warnings for unsafe patterns and missing cleanup further prevent issues.

How do I set up project-wide linting and type-checking policies for TypeScript?

Set up project-wide linting and type-checking policies by enabling strict type-checking and explicit naming and immutability guidelines across your codebase. This provides concrete standards for code reviews, refactors, and overall code quality.

Can I use these coding standards to refactor existing JavaScript and TypeScript code?

Yes, you can use these coding standards to refactor existing JavaScript and TypeScript code. The standards apply across TS, React, and Node.js, providing guardrails and proactive warnings for unsafe patterns during the refactoring process.

Does this TypeScript coding standard provide warnings for missing cleanup in React components?

Yes, this TypeScript coding standard provides proactive warnings for missing cleanup in React components. It applies guardrails across your codebase to prevent unsafe patterns and ensure proper resource management.