any-type

Community

Keep TS type-safety by avoiding any.

Authorncaq
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Using any in TypeScript disables type checks and can lead to runtime errors; this Skill advocates replacing any with unknown, generics, or proper type definitions to preserve type-safety and maintainable code.

Core Features & Use Cases

  • Enforces avoidance of any in TypeScript code and guides replacement with unknown or generics.
  • Provides practical examples and ESLint guidance (e.g., no-explicit-any) to maintain consistency.
  • Use case: during code reviews to quickly identify unsafe any usage and propose safe alternatives.

Quick Start

Audit a TypeScript file to identify all uses of any and suggest safe replacements using unknown, generics, or proper type definitions.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: any-type
Download link: https://github.com/ncaq/konoka/archive/main.zip#any-type

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.