validate-type-safety

validate-type-safety is a skill for Claude Code from coalesce-labs/catalyst. It costs 165 tokens per session (1,719 once invoked), scanned A, original, no licence file.

A five-step TypeScript code-quality check covering type checking, checks for reward hacking, test inclusion, tests, and linting. TypeScript is JavaScript with optional type rules, and linting finds code-pattern problems.

In plain words
What is it for?
Use it to check type safety, confirm tests are included and pass, inspect strictness settings, scan for reward-hacking patterns, and run linting.
Why use it?
It puts several checks into one repeatable gate and adapts to the repository's package manager, linter, and TypeScript settings.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Part of the catalyst-dev plugin — 31 skills, 9 agents shipped together

Good fit Use it to check type safety, confirm tests are included and pass, inspect strictness settings, scan for reward-hacking patterns, and run linting.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/coalesce-labs/catalyst/validate-type-safety
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 coalesce-labs/catalyst --skill validate-type-safety
Clone the repo
git clone --depth 1 https://github.com/coalesce-labs/catalyst

Made for: Claude Code.

Or install catalyst-dev, the plugin that ships this one along with the rest of its 31 skills, 9 agents.

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 validate-type-safety

README.md
[![agentmods](https://agentmods.dev/badge/skills/coalesce-labs/catalyst/validate-type-safety.svg)](https://agentmods.dev/skills/coalesce-labs/catalyst/validate-type-safety)
Your own site
<a href="https://agentmods.dev/skills/coalesce-labs/catalyst/validate-type-safety"><img src="https://agentmods.dev/badge/skills/coalesce-labs/catalyst/validate-type-safety.svg" alt="Measured on agentmods" height="20"></a>
Per session 165 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,719 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 unknown 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.00165 $0.01719
Opus 5 $0.00082 $0.00860
Sonnet 5 $0.00033 $0.00344
Haiku 4.5 $0.00016 $0.00172

Measured 7d ago against content hash 5a450c6248fa, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

validate-type-safety 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 7d 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.

plugins/dev/skills/validate-type-safety/SKILL.md · 199 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

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. 7d ago First seen · 199 lines · 165 tokens per session scan A 5a450c6248fa

Subscribe to this mod's changes

validate-type-safety is a skill published in the GitHub repository coalesce-labs/catalyst (20 stars, last pushed 3d ago), with no licence file. It adds 165 tokens to every session and 1,719 once invoked, about $0.0008 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-08-30.

Related

Other skills, from other repositories

typescript

TypeScript strict mode with eslint and jest.

alinaqi/maggy · 10 tokens

better-auth

Skill for integrating Better Auth - comprehensive TypeScript authentication framework for Cloudflare D1, Next.js, Nuxt, and 15+ frameworks. Use when adding auth, encountering D1 adapter errors, or implementing OAuth/2FA/RBAC features.

secondsky/claude-skills · 53 tokens

bun-bundler

This skill should be used when the user asks about "bun build", "Bun.build", "bundling with Bun", "code splitting", "tree shaking", "minification", "sourcemaps", "bundle optimization", "esbuild alternative", "building for production", "bundling TypeScript", "bundling for browser", "bundling for Node", or…

secondsky/claude-skills · 90 tokens

bun-hot-reloading

Use when implementing hot reloading with Bun (--hot, --watch), HMR, or automatic code reloading during development. Covers watch mode, hot mode, and HTTP server reload.

secondsky/claude-skills · 42 tokens

nestjs

Use when building or structuring a NestJS backend — feature modules, providers and DI wiring, provider scopes and request-lifecycle order, where to bind guards/pipes/interceptors/filters, and testing with Test.createTestingModule. NOT a bare Express/Fastify service with no DI (that is nodejs), NOT framework-agnostic…

ericrisco/rsc-harness · 81 tokens

linked-intent-dev

Guide for linked-intent development (LID). Consult for ALL code changes. Walks changes through a mode-aware six-phase workflow (HLD → LLD → EARS → intent-narrowing edge audit → tests-first → code) with mandatory stops between each phase. Bugs walk the arrow like any other change — no short-circuit. Enforces cascade…

jszmajda/lid · 87 tokens