implementing-typescript

implementing-typescript is a skill for Claude Code from qte77/claude-code-plugins. It costs 44 tokens per session (410 once invoked), scanned A, original, Apache-2.0.

A TypeScript and React implementation guide for building modules and features from written specifications.

In plain words
What is it for?
Use it to create TypeScript modules, React components, async code, interfaces, hooks, tests, and Vite-based project changes.
Why use it?
It helps keep implementations within the requested scope, use the project's existing patterns, and avoid unnecessary complexity.

Skill for Claude Code

Written for Claude Code: $ARGUMENTS substitution. Also seen: mentions Claude Code.

Part of the typescript-dev plugin — 3 skills shipped together

Good fit Use it to create TypeScript modules, React components, async code, interfaces, hooks, tests, and Vite-based project changes.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/qte77/claude-code-plugins/implementing-typescript
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 qte77/claude-code-plugins --skill implementing-typescript
Clone the repo
git clone --depth 1 https://github.com/qte77/claude-code-plugins

Made for: Claude Code.

Or install typescript-dev, the plugin that ships this one along with the rest of its 3 skills.

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 implementing-typescript

README.md
[![agentmods](https://agentmods.dev/badge/skills/qte77/claude-code-plugins/implementing-typescript.svg)](https://agentmods.dev/skills/qte77/claude-code-plugins/implementing-typescript)
Your own site
<a href="https://agentmods.dev/skills/qte77/claude-code-plugins/implementing-typescript"><img src="https://agentmods.dev/badge/skills/qte77/claude-code-plugins/implementing-typescript.svg" alt="Measured on agentmods" height="20"></a>
Per session 44 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 410 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.00044 $0.00410
Opus 5 $0.00022 $0.00205
Sonnet 5 $0.00009 $0.00082
Haiku 4.5 $0.00004 $0.00041

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

Security

Grade A, and why

implementing-typescript 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 5d 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/typescript-dev/skills/implementing-typescript/SKILL.md · 56 lines

What it actually says

TypeScript Implementation

Target: $ARGUMENTS

Creates focused, streamlined TypeScript/React implementations following architect specifications exactly. No over-engineering.

TypeScript Standards

See references/typescript-best-practices.md for comprehensive TypeScript guidelines. See references/react-best-practices.md for React patterns. See references/vite-conventions.md for Vite project conventions.

Workflow

  1. Read architect specifications from provided documents
  2. Validate scope — Simple (single module) vs Complex (multi-module)
  3. Study existing patterns in src/ structure
  4. Implement minimal solution matching stated functionality
  5. Create focused tests matching task complexity
  6. Run validation and fix all issues

Implementation Strategy

Simple Tasks: Single module, strict TypeScript, proper typing, inline exports

Complex Tasks: Multi-module with React components, async patterns, proper interfaces, custom hooks

Always: Use existing project patterns, pass validation

Output Standards

Simple Tasks: Minimal functions with proper type annotations and error handling Complex Tasks: Complete modules with interfaces, components, tests, and documentation All outputs: Concise, streamlined, no unnecessary complexity

Quality Checks

Before completing any task:

npx tsc --noEmit && npx vitest run && npx eslint .

All type checks, tests, and lints must pass.

Files

What ships with it

3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 5d ago First seen · 56 lines · 44 tokens per session scan A ec9d88522e78

Subscribe to this mod's changes

implementing-typescript is a skill published in the GitHub repository qte77/claude-code-plugins (2 stars, last pushed 2d ago), licensed Apache-2.0. It adds 44 tokens to every session and 410 once invoked, about $0.0002 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-03.

Related

Other skills, from other repositories

typescript-react-nextjs-patterns

Production-grade TypeScript reference for React & Next.js frontend development. Covers type narrowing, component Props, generic hooks, discriminated unions, as const, satisfies, Zod validation, TanStack Query, server/client boundaries, forms, state management, performance, accessibility, debugging, and code review.…

leejpsd/typescript-react-nextjs-patterns · 142 tokens

senior-frontend

Frontend development skill for React, Next.js, TypeScript, and Tailwind CSS applications. Use when building React components, optimizing Next.js performance, analyzing bundle sizes, scaffolding frontend projects, implementing accessibility, or reviewing frontend code quality.

composio-community/awesome-claude-plugins · 52 tokens

frontend-development

Use this skill for ANY work involving React, Next.js, TypeScript, or Tailwind in the browser layer. This includes building components and pages, but equally covers debugging and fixing frontend issues: CSS/Tailwind classes not applying, form validation behavior, hydration mismatches between server and client renders…

avibebuilder/claude-prime · 144 tokens

react-architect

React 19 standards — TypeScript strict, feature-based components, hooks-first composition, TanStack Query for server state, zustand for cross-tree client state, Suspense + ErrorBoundary at every async boundary, Radix for a11y. Use when writing or reviewing React components, hooks, or client-side state.

ralvarezdev/ralvaskills · 68 tokens

frontend-conventions

Coding conventions, architecture patterns, and testing rules for the SkillHub React frontend. Ensures agents follow Feature-Sliced Design and use the generated OpenAPI types.

iflytek/skillhub · 36 tokens

typescript-react

Apply, review, and explain React conventions from the TypeScript Style Guide. Use automatically for TypeScript and TSX tasks involving prop-derived state, prop typing, component responsibilities, data flow, compound components, or client and server state.

mkosir/typescript-style-guide · 50 tokens