bilingual-jsdoc

bilingual-jsdoc is a skill for Claude Code, Codex, Cursor from MichealWayne/fe-tools. It costs 60 tokens per session (331 once invoked), scanned A, original, no licence file.

A JSDoc writing task for exported fe-tools functions, with comments written in both Chinese and English. JSDoc is documentation stored alongside JavaScript or TypeScript code.

In plain words
What is it for?
Adding or fixing bilingual JSDoc in the utility packages, including utils, web-utils, node-utils, canvas-utils, and ai-utils.
Why use it?
It gives users of the exported functions consistent explanations in both languages.

Skill for Claude CodeCodexCursor

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.

agentmods
npx agentmods add skills/michealwayne/fe-tools/bilingual-jsdoc
Any agent
npx skills add MichealWayne/fe-tools --skill bilingual-jsdoc
Clone the repo
git clone --depth 1 https://github.com/MichealWayne/fe-tools

Made for: Claude Code, Codex, Cursor.

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 bilingual-jsdoc

README.md
[![agentmods](https://agentmods.dev/badge/skills/michealwayne/fe-tools/bilingual-jsdoc.svg)](https://agentmods.dev/skills/michealwayne/fe-tools/bilingual-jsdoc)
Your own site
<a href="https://agentmods.dev/skills/michealwayne/fe-tools/bilingual-jsdoc"><img src="https://agentmods.dev/badge/skills/michealwayne/fe-tools/bilingual-jsdoc.svg" alt="Measured on agentmods" height="20"></a>
Per session 60 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 331 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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.00060 $0.00331
Opus 5 $0.00030 $0.00166
Sonnet 5 $0.00012 $0.00066
Haiku 4.5 $0.00006 $0.00033

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

Security

Grade A, and why

bilingual-jsdoc 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.

utils/.cursor/skills/bilingual-jsdoc/SKILL.md · 29 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. 5d ago First seen · 29 lines · 60 tokens per session scan A 49f2ca03d04d

Subscribe to this mod's changes

bilingual-jsdoc is a skill published in the GitHub repository MichealWayne/fe-tools (207 stars, last pushed 1mo ago), with no licence file. It adds 60 tokens to every session and 331 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-08-30.

Related

Other skills, from other repositories

laravel-actions

Build, refactor, and troubleshoot Laravel Actions using lorisleiva/laravel-actions. Use when implementing reusable action classes (object/controller/job/listener/command), converting service classes/controllers/jobs into actions, orchestrating workflows via faked actions, or debugging action entrypoints and wiring.

coollabsio/coolify · 62 tokens

pest-testing

Use this skill for Pest PHP testing in Laravel projects only. Trigger whenever any test is being written, edited, fixed, or refactored — including fixing tests that broke after a code change, adding assertions, converting PHPUnit to Pest, adding datasets, and TDD workflows. Always activate when the user asks how to…

coollabsio/coolify · 171 tokens

review-pending-pr-reviews

Review, grill, edit, and post pending PR review drafts saved by /review-pr (or its batch/cron runners). Lists drafts that have not yet been posted, walks the maintainer through each finding, then posts, closes, or discards. Use when the user says "post my pending reviews", "what reviews are waiting", "go through the…

nrwl/nx · 93 tokens

doc-comments

Use this skill whenever writing or editing Rust //, ///, or //! comments in Biome, including comments added incidentally and end-user rustdoc inside lint/assist declarations. For lint/assist rustdoc, also load lint-rule-development for content requirements. Do not use for formatter handling of comments in user code.

biomejs/biome · 70 tokens

type-inference

Use this skill when working on Biome's Salsa-backed JavaScript and TypeScript inference, including type-aware lint rules, raw collection or inferred representations, analyzer requests, tracked queries, import or cycle resolution, profiling, and Salsa invalidation tests. Do not use for standalone CSS/HTML module-graph…

biomejs/biome · 78 tokens

syntax-text-handling

Use this skill when extracting or storing Biome AST/CST source text, working with any SyntaxNode, SyntaxToken, TokenText, quoted strings, token-relative ranges, or embedded-language attribute values, or diagnosing trivia, allocation, range, and temporary-borrow problems. Do not use for parser implementation or…

biomejs/biome · 73 tokens