Verify Package Types

Community

Ensure package compatibility.

Authorrylezhou
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill prevents errors caused by incorrect assumptions about third-party package APIs and versions, ensuring code stability and accurate functionality.

Core Features & Use Cases

  • Type Definition Inspection: Directly reads TypeScript definition files (.d.ts) to verify available functions, classes, and interfaces.
  • Version Verification: Checks package.json to confirm the exact installed version of a package.
  • Use Case: When encountering a TypeScript error like "Property 'x' does not exist on type 'y'", this Skill will inspect the package's type definitions to confirm if the feature is actually supported by the installed version.

Quick Start

Use the verify package types skill to check if the 'maxSteps' option is available in the installed version of the 'ai' package.

Dependency Matrix

Required Modules

None required

Components

scriptsreferences

💻 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: Verify Package Types
Download link: https://github.com/rylezhou/arlis/archive/main.zip#verify-package-types

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 223,000+ vetted skills library on demand.