typescript-guide

typescript-guide is a skill for Claude Code from xonovex/platform. It costs 63 tokens per session (828 once invoked), scanned A, original, MIT.

A set of coding rules for TypeScript projects running on Node.js with modern module support. It covers type safety, asynchronous code, imports, input validation, environment variables, and linting.

In plain words
What is it for?
Use it when editing or reviewing TypeScript files, especially code that handles asynchronous operations, external input, environment settings, or public interfaces.
Why use it?
It gives consistent guidance for avoiding common TypeScript errors and unsafe shortcuts. It is intended for projects using TypeScript 5.8 or newer and Node.js ESM modules.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the xonovex-skill-typescript plugin — 1 skill shipped together

Good fit Use it when editing or reviewing TypeScript files, especially code that handles asynchronous operations, external input, environment settings, or public interfaces.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/xonovex/platform/typescript-guide
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add xonovex/platform --skill typescript-guide
Clone the repo
git clone --depth 1 https://github.com/xonovex/platform

Made for: Claude Code.

Or install xonovex-skill-typescript, the plugin that ships this one along with the rest of its 1 skill.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for typescript-guide

README.md
[![agentmods](https://agentmods.dev/badge/skills/xonovex/platform/typescript-guide/github.svg)](https://agentmods.dev/skills/xonovex/platform/typescript-guide)
Your own site
<a href="https://agentmods.dev/skills/xonovex/platform/typescript-guide"><img src="https://agentmods.dev/badge/skills/xonovex/platform/typescript-guide/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for typescript-guide

Your own site · 80×15
<a href="https://agentmods.dev/skills/xonovex/platform/typescript-guide"><img src="https://agentmods.dev/badge/skills/xonovex/platform/typescript-guide.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 63 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 828 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00063 $0.00828
Opus 5 $0.00032 $0.00414
Sonnet 5 $0.00013 $0.00166
Haiku 4.5 $0.00006 $0.00083

Measured 3d ago against content hash c906e80f3655, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

typescript-guide scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

packages/skill/skill-typescript/typescript-guide/SKILL.md · 44 lines

How it starts

The opening of the file, as written. The whole thing — 44 lines — stays where its author put it; the contents beside it link to each section on GitHub.

TypeScript Coding Guidelines

Requirements

  • Node.js ESM, TypeScript ≥ 5.8, Vitest ≥ 3, Zod ≥ 4.

Essentials

Gotchas

  • Structural typing means { a: string } accepts { a: string, b: number } silently: explicit satisfies is the way to catch unintended extras
  • as casts bypass the type system without check: prefer narrowing functions (type predicates) over casts
  • type vs interface: interfaces merge across declarations, types don't. declare global { interface Window { ... } } works, type Window = ... doesn't
  • unknown is the safer any, but it doesn't propagate; narrowing once doesn't carry across assignments
  • Module resolution depends on tsconfig moduleResolution (bundler vs node16 vs nodenext): wrong choice silently breaks deep imports

Read the full file on GitHub · 44 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 3d ago First seen · 44 lines · 63 tokens per session scan A c906e80f3655

Subscribe to this mod's changes

typescript-guide is a skill published in the GitHub repository xonovex/platform (5 stars, last pushed 5d ago), licensed MIT. It adds 63 tokens to every session and 828 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-08.

Related

Other skills, from other repositories

codegen

Use for .NET code generation work with Roslyn, Microsoft.OpenApi, Razor templates, DTO/manager/controller generation, REST API generation, C# HttpClient generation, Angular/Axios TypeScript request clients, generated formatting, and deterministic output.

AterDev/Perigon.CLI · 53 tokens

NestJS Framework

Node.js/TypeScript backend framework with dependency injection and modular architecture.

FortiumPartners/ensemble · 17 tokens

react-component-design

Designs or reviews React component APIs. Handles prop drilling decisions, composition patterns, controlled/uncontrolled contracts, and minimal public API surfaces for React 18+ TypeScript components. Invoked when creating new components, refactoring existing ones, or reviewing component contracts.

soulcodex/agentic · 56 tokens

building-nango-functions-locally

Builds Nango Functions in a checked-out Zero YAML TypeScript Nango project using local files, index.ts registration, nango dryrun, generated tests, and optional nango deploy via CLI. Use when creating, updating, validating, testing, or deploying Nango actions or syncs locally in a repo. This content overlaps with…

JustineDevs/premortem · 122 tokens

wraps-workflows

Build email and SMS automation workflows using the @wraps.dev/client TypeScript DSL. Covers triggers, steps, branching, cascades, and the full defineWorkflow API.

wraps-team/wraps · 39 tokens

knowject-api-to-types

A Knowject skill that generates TypeScript types from an OpenAPI document, which describes an API's available requests and data shapes, and connects them to a typed client.

lynxlangya/knowject · 213 tokens