ts

Route TypeScript tooling inquiries to the appropriate sub-skill.

1|Updated Oct 21, 2016
One-click install
npx skills add https://github.com/jasonkuhrt/dotfiles --skill ts-jasonkuhrt
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: ts
Source: https://github.com/jasonkuhrt/dotfiles/tree/main/claude/skills/ts
Command: npx skills add https://github.com/jasonkuhrt/dotfiles --skill ts-jasonkuhrt

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a structured route to TypeScript tooling knowledge by organizing related tasks into sub-skills, helping you incrementally master ts tooling without being overwhelmed.

Core Features & Use Cases

  • Modularized tooling exploration: Explore incremental builds (tsbuildinfo), type-checking strategies, and npm package source analysis in a focused sub-skill.
  • Guided decision routing: Directs user intents to the most relevant ts sub-skill when working with TypeScript tooling.
  • Use Case: When you need to optimize TypeScript build times or explore a package's type declarations, route your request to ts:tooling for targeted guidance.

Quick Start

Interpret the user's request and route to the most appropriate sub-skill (ts:tooling) based on context.

Frequently Asked Questions about ts

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

FAQPage Schema
How do I optimize TypeScript build times using tsbuildinfo?▼

You can optimize TypeScript workflows by routing your request to the ts:tooling sub-skill, which provides focused guidance on incremental builds, tsbuildinfo exploration, and type-checking strategies to improve overall build performance.

What is the best way to audit npm package type declarations in TypeScript?▼

Auditing npm package sources is handled by routing your request to the ts:tooling sub-skill, which focuses on analyzing package type declarations and exploring TypeScript tooling in a structured, modularized manner.

How does benchmarking type instantiations work in TypeScript tooling?▼

Benchmarking type instantiations is a TypeScript tooling task managed by directing your inquiry to the ts:tooling sub-skill, ensuring you receive targeted guidance for evaluating and optimizing complex type performance.

Can I analyze TypeScript type-checking strategies without invoking a model?▼

Yes, TypeScript type-checking strategies are analyzed by routing to the ts:tooling sub-skill, which explicitly handles tooling inquiries and adheres to the disable-model-invocation directive without requiring model interaction.

What should I do if my TypeScript tooling request is ambiguous?▼

When TypeScript tooling requests are ambiguous, the routing logic handles the uncertainty by presenting available sub-skill options, allowing you to select the most relevant path for your specific optimization or analysis task.