nodejs-development

nodejs-development is a skill for Claude Code from manutej/luxor-claude-marketplace. It costs 34 tokens per session (10,862 once invoked), scanned B, original, no licence file.

A guide to building applications with Node.js, a JavaScript runtime commonly used for servers and command-line tools. It covers asynchronous code, streams, files, HTTP servers, processes, and current development practices.

In plain words
What is it for?
Use it when writing Node.js servers or command-line programs, handling files and HTTP requests, managing processes, or working with streams and asynchronous operations.
Why use it?
It helps explain how Node.js handles ongoing work and common server tasks, reducing mistakes in application code.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the LUXOR Backend Toolkit plugin — 14 skills shipped together

Good fit Use it when writing Node.js servers or command-line programs, handling files and HTTP requests, managing processes, or working with streams and asynchronous operations.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/manutej/luxor-claude-marketplace/nodejs-development
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 manutej/luxor-claude-marketplace --skill nodejs-development
Clone the repo
git clone --depth 1 https://github.com/manutej/luxor-claude-marketplace

Made for: Claude Code.

Or install LUXOR Backend Toolkit, the plugin that ships this one along with the rest of its 14 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 nodejs-development

README.md
[![agentmods](https://agentmods.dev/badge/skills/manutej/luxor-claude-marketplace/nodejs-development/github.svg)](https://agentmods.dev/skills/manutej/luxor-claude-marketplace/nodejs-development)
Your own site
<a href="https://agentmods.dev/skills/manutej/luxor-claude-marketplace/nodejs-development"><img src="https://agentmods.dev/badge/skills/manutej/luxor-claude-marketplace/nodejs-development/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-development

Your own site · 80×15
<a href="https://agentmods.dev/skills/manutej/luxor-claude-marketplace/nodejs-development"><img src="https://agentmods.dev/badge/skills/manutej/luxor-claude-marketplace/nodejs-development.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 34 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 10,862 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 2 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • Socket pass 18 Mar 2026
  • Snyk warn 15 Feb 2026
How audits are shown
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.00034 $0.10862
Opus 5 $0.00017 $0.05431
Sonnet 5 $0.00007 $0.02172
Haiku 4.5 $0.00003 $0.01086

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

Security

Grade B, and why

nodejs-development scanned grade B with 2 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.

Sends data to an external URLmediumData exfiltration

A POST to an outside endpoint may be telemetry or may be exfiltration; either way the mod talks to somewhere, and you should know where.

const response = await fetch('https://api.example.com/users', { method: 'POST',

Runs shell commandslowCapability

Expected in a hook, worth knowing in a rule or an instructions file.

const child_process = require('child_process'); // Child processes
plugins/luxor-backend-toolkit/skills/nodejs-development/SKILL.md · 1,892 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

Files

What ships with it

2 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. 9d ago First seen · 1,892 lines · 34 tokens per session scan B 74409b3a1a38

Subscribe to this mod's changes

nodejs-development is a skill published in the GitHub repository manutej/luxor-claude-marketplace (61 stars, last pushed 2mo ago), with no licence file. It adds 34 tokens to every session and 10,862 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it B with 2 findings (sends data to an external url, runs shell commands). 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

geoserver-rest-api

Use when automating GeoServer management — programmatic workspace, datastore, and layer creation, style upload, service configuration via REST API. GeoServer REST API: manage GeoServer without GUI using curl, Python, or any HTTP client.

znlgis/opengis-skills · 53 tokens

nodejs-expert

Expert-level Node.js backend development with Express, async patterns, streams, performance optimization, and production best practices. Use when the user mentions JavaScript, backend, Express, or async, or when the task involves Modern Node.js Features, Express Framework, File System Operations, or HTTP Requests.

personamanagmentlayer/pcl · 63 tokens

authentication-patterns

OAuth 2.0, JWT, SSO, MFA, NextAuth/Clerk/Supabase Auth implementation patterns.

travisjneuman/.claude · 28 tokens

email-systems

Transactional email (Resend, SendGrid, SES), templates (React Email, MJML), deliverability (SPF/DKIM/DMARC), and inboxing best practices. Use when building email infrastructure, designing templates, or troubleshooting deliverability.

travisjneuman/.claude · 55 tokens

event-driven-architecture

Kafka, RabbitMQ, SQS/SNS, event sourcing, CQRS, saga patterns, dead letter queues, and idempotency. Use when designing asynchronous systems, implementing message-driven workflows, or building event streaming pipelines.

travisjneuman/.claude · 50 tokens

graphql-expert

GraphQL API design and implementation. Use when building GraphQL APIs, designing schemas, implementing resolvers, or optimizing GraphQL performance.

travisjneuman/.claude · 31 tokens