bluenzzz

TypeScript Engineering — Security skill for Claude Code

Security community

Reusable TypeScript engineering skill for AI coding assistants.

How to install TypeScript Engineering

This entry records only its repository, not the path inside it, so there is no exact command to give. Open bluenzzz/typescript-engineering and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What TypeScript Engineering does

Reusable TypeScript engineering skill for AI coding assistants. Practical guidance on type safety, runtime validation, architecture, security, and testing. Works with Codex, Claude Code, Copilot, Cursor, and more.

Alternatives in Security

  • Anthropic Cybersecurity Skills — 734+ structured cybersecurity skills for AI agents · MITRE ATT&CK mapped · agentskills.io open standard · Work 3.8k ★
  • Data Viz Audit — Audit a data visualization for chart type selection, accessible color palette, annotations, and anti-patterns 309 ★
  • Roast Repo — Deliver a brutally honest, technically sharp roast of the current repository 186 ★

README

TypeScript Engineering

**Practical TypeScript expertise for your coding assistant.**

![TypeScript examples](https://img.shields.io/badge/examples-TypeScript_5.9.3-3178C6?logo=typescript&logoColor=white) ![Agent Skills](https://img.shields.io/badge/format-Agent_Skills-5B21B6) ![Framework independent](https://img.shields.io/badge/core-framework_independent-0F766E) [![skills.sh](https://skills.sh/b/bluenzzz/typescript-engineering)](https://skills.sh/bluenzzz/typescript-engineering)

[Installation](integrations/README.md) · [Examples](examples/README.md) · [Contributing](CONTRIBUTING.md)

Clear contracts. Validated boundaries. Proportionate architecture. Honest verification.

One maintained skill for frontend, backend and libraries. Optional references load only when the task needs them.

Quick start

Install from GitHub with the [skills CLI](https://skills.sh/docs):

npx skills add bluenzzz/typescript-engineering

Follow the prompts to choose your assistant and installation scope. On PowerShell with script execution disabled, use `npx.cmd`. The skills.sh directory tracks installations through this CLI; adding the badge alone does not register an installation or guarantee a ranking.

If you already cloned this repository, you can instead use its local installer from the repository root with an **existing project**:

node scripts/install-skill.mjs --target codex --project ../my-app

Replace `../my-app` with your project's path. Choose `codex`, `claude`, `copilot`, `cursor`, `antigravity`, `opencode` or `portable`. The helper uses Node.js 24 without installing dependencies. It copies the complete skill, preserves project instructions and refuses an existing installation. Global settings are unchanged.

Start a new assistant session in that project and ask:

Use typescript-engineering to review this TypeScript change.
Preserve the public API, follow project conventions, and report what you verified.

Confirm that the assistant discover