nodejs-best-practices

nodejs-best-practices is a skill for Claude Code from SKB3002/agenthub. It costs 33 tokens per session (1,936 once invoked), scanned A, original, no licence file.

A guide to making sound choices when developing with Node.js, a JavaScript runtime for servers and tools. It covers framework selection, asynchronous code, security, and application structure.

In plain words
What is it for?
Use it when starting or restructuring a Node.js project, choosing a framework, handling concurrent work, or reviewing server-side architecture.
Why use it?
It helps avoid common design mistakes and explains the reasoning behind Node.js development choices. The focus is on understanding trade-offs instead of copying examples.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Part of the hub plugin — 53 skills, 37 commands, 20 agents shipped together

Good fit Use it when starting or restructuring a Node.js project, choosing a framework, handling concurrent work, or reviewing server-side architecture.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/skb3002/agenthub/nodejs-best-practices
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 SKB3002/agenthub --skill nodejs-best-practices
Clone the repo
git clone --depth 1 https://github.com/SKB3002/agenthub

Made for: Claude Code.

Or install hub, the plugin that ships this one along with the rest of its 53 skills, 37 commands, 20 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 nodejs-best-practices

README.md
[![agentmods](https://agentmods.dev/badge/skills/skb3002/agenthub/nodejs-best-practices/github.svg)](https://agentmods.dev/skills/skb3002/agenthub/nodejs-best-practices)
Your own site
<a href="https://agentmods.dev/skills/skb3002/agenthub/nodejs-best-practices"><img src="https://agentmods.dev/badge/skills/skb3002/agenthub/nodejs-best-practices/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 nodejs-best-practices

Your own site · 80×15
<a href="https://agentmods.dev/skills/skb3002/agenthub/nodejs-best-practices"><img src="https://agentmods.dev/badge/skills/skb3002/agenthub/nodejs-best-practices.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 33 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,936 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.00033 $0.01936
Opus 5 $0.00016 $0.00968
Sonnet 5 $0.00007 $0.00387
Haiku 4.5 $0.00003 $0.00194

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

Security

Grade A, and why

nodejs-best-practices 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/hub/skills/nodejs-best-practices/SKILL.md · 334 lines

The source is not reproduced here

A licence we could not identify

The repository carries a LICENSE file, but it is custom or dual enough that GitHub cannot name it and neither can this catalogue. Unknown terms are not permission, so the body is not copied here. Read the licence at the source and decide for yourself.

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 · 334 lines · 33 tokens per session scan A e6d0dea6b638

Subscribe to this mod's changes

nodejs-best-practices is a skill published in the GitHub repository SKB3002/agenthub (3 stars, last pushed 4mo ago), with no licence file. It adds 33 tokens to every session and 1,936 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

ia-nodejs-backend

Node.js backend patterns: layered architecture, TypeScript, validation, error handling, security, observability, logging, metrics, deployment. Use when building REST APIs, REST endpoints, middleware, Express/Fastify/Hono/NestJS/Koa servers, tRPC procedures, Bun servers, or server-side TypeScript.

iliaal/whetstone · 70 tokens

api-development

This skill should be used when implementing backend API services, file operations, and process management in TypeScript/Node.js.

Myst4ke/mcp-to-skills-converter · 26 tokens

pinme-email

Use this skill when a PinMe project (Worker TypeScript) needs to integrate email sending (sendemail). Guides AI to generate correct Worker TS code.

glitternetwork/pinme · 35 tokens

node-modern

Use this skill when writing, reviewing, or refactoring Node.js >= 22 TypeScript code in WrongStack. Triggers: ESM imports, fetch usage, AbortSignal, node: protocol, Web Streams, or any async patterns.

WrongStack/WrongStack · 52 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

nodejs-backend

Node.js backend patterns: layered architecture, TypeScript, validation, error handling, security, observability, logging, metrics, deployment. Use when building REST APIs, REST endpoints, middleware, Express/Fastify/Hono/NestJS/Koa servers, tRPC procedures, Bun servers, or server-side TypeScript.

iliaal/ai-skills · 69 tokens