Claude Rules for Node.js
CLAUDE.md rules for Node.js backends. Covers Express/Fastify/NestJS conventions, async/await patterns, environment variable handling, and Node.js project structure.
21 rules matching Node.js
Node.js CLAUDE.md Rules
Node.js backends have no single dominant framework — Express, Fastify, NestJS, Koa, and Hono all have different conventions for middleware, error handling, and request validation. Without a CLAUDE.md, Claude Code often generates code that mixes patterns from different frameworks or assumes whichever one was most popular when it was trained. A Node.js CLAUDE.md tells Claude which framework the project uses, how routes are organized, where business logic lives versus where database access lives, what error-handling middleware looks like, and which validation library (Zod, Joi, ajv) is wired into request handling. The community CLAUDE.md examples below cover Express APIs, Fastify services, NestJS apps, and standalone scripts — useful templates for whatever framework your team has standardized on. If your Node.js project doesn't have a CLAUDE.md yet, the highest-leverage rule to add first is a one-liner identifying the framework and its major version.
Lerna CLAUDE.md
by @lerna
Lerna is a fast, modern build system for managing and publishing multiple JavaScript/TypeScript packages from the same repository.
Claude Homelab CLAUDE.md
by @jmagar
Comprehensive Agents, Commands, Hooks, and Skills for homelab service management - media automation, infrastructure monitoring, document management, and more
Transcriber CLAUDE.md
by @kossakovsky
Automated video-to-text transcription powered by ElevenLabs Scribe API with multi-language support and speaker diarization
Mcp Servers CLAUDE.md
by @pulsemcp
MCP (Model Context Protocol) Servers authored and maintained by the PulseMCP team. We build reliable servers thoughtfully designed specifically for MCP Client-p
Awesome Claude Notes CLAUDE.md
by @loulanyue
🏄 帮助你快速搭建 Claude Code 与 AI Agent 生产力工作流的实战仓库 🏄 A practical toolkit to help you quickly build high-productivity workflows for Claude Code and AI agents
Antdv Next Admin CLAUDE.md
by @yelog
vue admin,vue3 admin,antdv-next,vue后台管理,vue-admin,antdv,ant-design-vue
CodeScaleBench CLAUDE.md
by @sourcegraph
CLAUDE.md for the CodeScaleBench project (Shell).
Drawio Mcp CLAUDE.md
by @jgraph
CLAUDE.md for the Drawio Mcp project (JavaScript).
Obsidian Wechat Converter CLAUDE.md
by @DavidLam-oss
Obsidian 微信公众号排版插件。支持 Markdown 转公众号样式、一键同步草稿箱、本地图片自动上传、完美支持 LaTeX 数学公式 (SVG)、支持标点符号中文标准化处理。让技术写作回归纯粹。
Agents Js CLAUDE.md
by @livekit
Build realtime multimodal AI agents with Node.js
Open Mist CLAUDE.md
by @mistprismlabs
破雾、寻光
Aptos Docs CLAUDE.md
by @aptos-labs
Documentation for the Aptos Blockchain
Flxify CLAUDE.md
by @ahmedeltaweel
Flxify is a Swiss Army knife for developers — a lightweight, privacy-first text transformation tool built with no frameworks and zero external dependencies.
Strava CLI CLAUDE.md
by @TomasWard1
Agent-first CLI for the Strava API
Linkedrecords CLAUDE.md
by @wolfoo2931
A BaaS (Backend-as-a-Service) solution for web applications, inspired by the flexible nature of triplestores. Featuring real-time collaboration and serverless a
Slicc CLAUDE.md
by @ai-ecoverse
A browser-native AI agent (claw) for everyone that loves ice cream
Roo Logger CLAUDE.md
by @annenpolka
An MCP server for logging activity in Roo Code/Cline.
Llm Driven System Design CLAUDE.md
by @evgenyvinnik
Collection of the system designs driven by LLMs
Remilama CLAUDE.md
by @kawasima
Realtime online document review system
Lula CLAUDE.md
by @defenseunicorns
A tool for managing compliance as code in your GitHub repositories. :unicorn:
Claude Code Webui CLAUDE.md
by @sugyan
Web-based interface for Claude CLI with streaming chat responses
Why add Node.js rules to your CLAUDE.md?
Node.js backends have no single dominant framework — Express, Fastify, NestJS, and Koa all have different patterns. A Node.js CLAUDE.md tells Claude which framework you use, how you structure middleware, how errors are handled and propagated, and what your logging setup looks like. Without it, Claude often generates inconsistent code that mixes patterns from different frameworks.