javascript-pro

javascript-pro is a skill for Claude Code, Codex from luokai0/ai-agent-skills-by-luo-kai. It costs 46 tokens per session (1,516 once invoked), scanned A, original, no licence file.

An expert guide for modern JavaScript used in browser, Node.js, and full-stack applications.

In plain words
What is it for?
Use it for modern language features, async patterns, browser code, server code, refactoring, and performance work.
Why use it?
It helps build and improve asynchronous code while accounting for current JavaScript behavior and performance concerns.

Skill for Claude CodeCodex

Which agent this was written for is unclear — body not stored (licence); the path alone says nothing.

Good fit Use it for modern language features, async patterns, browser code, server code, refactoring, and performance work.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/luokai0/ai-agent-skills-by-luo-kai/javascript-pro
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 luokai0/ai-agent-skills-by-luo-kai --skill javascript-pro
Clone the repo
git clone --depth 1 https://github.com/luokai0/ai-agent-skills-by-luo-kai

Made for: Claude Code, Codex.

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 javascript-pro

README.md
[![agentmods](https://agentmods.dev/badge/skills/luokai0/ai-agent-skills-by-luo-kai/javascript-pro/github.svg)](https://agentmods.dev/skills/luokai0/ai-agent-skills-by-luo-kai/javascript-pro)
Your own site
<a href="https://agentmods.dev/skills/luokai0/ai-agent-skills-by-luo-kai/javascript-pro"><img src="https://agentmods.dev/badge/skills/luokai0/ai-agent-skills-by-luo-kai/javascript-pro/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 javascript-pro

Your own site · 80×15
<a href="https://agentmods.dev/skills/luokai0/ai-agent-skills-by-luo-kai/javascript-pro"><img src="https://agentmods.dev/badge/skills/luokai0/ai-agent-skills-by-luo-kai/javascript-pro.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 46 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,516 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.00046 $0.01516
Opus 5 $0.00023 $0.00758
Sonnet 5 $0.00009 $0.00303
Haiku 4.5 $0.00005 $0.00152

Measured 9d ago against content hash 46b889089c5e, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

javascript-pro 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 9d 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.

ai-agent-skills/01-programming-languages (by Luo Kai)/03-javascript-typescript/javascript-pro/SKILL.md · 286 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. 9d ago First seen · 286 lines · 46 tokens per session scan A 46b889089c5e

Subscribe to this mod's changes

javascript-pro is a skill published in the GitHub repository luokai0/ai-agent-skills-by-luo-kai (11 stars, last pushed 4mo ago), with no licence file. It adds 46 tokens to every session and 1,516 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

menu-interactions

Wire mouse, wheel and touch input for react-horizontal-scrolling-menu: onWheel/onScroll are plain (api, event) => void callbacks, while ALL mouse/touch props (onMouseDown, onMouseUp, onMouseMove, onMouseLeave, onTouchStart, onTouchMove, onTouchEnd) are handler factories (api) => (event) => void. Covers mouse…

asmyshlyaev177/react-horizontal-scrolling-menu · 147 tokens

menu-recipes

Recipes composed on the react-horizontal-scrolling-menu public API — NOT props: autoplay (setInterval + scrollNext gated on menuVisible), infinite loop/carousel (clone head/tail + scrollLeft teleport at seams), center on click (scrollToItem 'center'), save/restore scroll position (onUpdate, onInit, scrollContainer)…

asmyshlyaev177/react-horizontal-scrolling-menu · 145 tokens

consuming-endpoints-from-client-code

Wire a PostHog endpoint into a client app or SDK. Covers fetching the OpenAPI spec, generating a typed client with openapi-generator or @hey-api/openapi-ts, sending the right auth header, shaping the variables payload (HogQL codename vs insight breakdown property), handling rate-limit and materialised-endpoint error…

PostHog/posthog · 105 tokens

posthog-desktop

Scopes work to the desktop app at products/desktop — a nested standalone pnpm/turbo/Biome workspace imported from the now-archived PostHog/code repo, with posthog/posthog the only source of truth for PRs, CI and publishing, and not part of the root frontend or Django build. Use when the user says /posthog-desktop, or…

PostHog/posthog · 179 tokens

javascript-expert

Expert-level JavaScript development with modern ES2024+ features, Node.js, npm ecosystem, and best practices. Use when the user mentions ECMAScript, ES2024, Node.js, npm, or web, or when the task involves Modern JavaScript, Node.js Development, Modern Tooling, or Functional Programming.

personamanagmentlayer/pcl · 69 tokens

typescript-expert

Expert-level TypeScript development with modern tooling, advanced types, and best practices. Use this skill for TypeScript projects requiring type-safe code, modern bundling, and comprehensive testing.

personamanagmentlayer/pcl · 40 tokens