role-nodejs

Codify Node.js/TypeScript conventions and quality gates for Express, Fastify, or Hono projects.

Updated Feb 26, 2026
One-click install
npx skills add https://github.com/jinglemansweep/agent-resources --skill role-nodejs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: role-nodejs
Source: https://github.com/jinglemansweep/agent-resources/tree/main/plugins/jplan/skills/role-nodejs
Command: npx skills add https://github.com/jinglemansweep/agent-resources --skill role-nodejs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Node.js and TypeScript projects often suffer from drift in conventions and inconsistent quality gates across teams. This Skill codifies domain knowledge and standard practices to establish uniformity, reduce onboarding time, and improve code quality.

Core Features & Use Cases

  • Modern JS/TS idioms and recommended patterns
  • Enforces TypeScript strict typing and module patterns
  • Aligns Node.js frameworks (Express, Fastify, Hono) to project conventions
  • Integrates with testing and build tooling conventions

Quick Start

Apply the role-nodejs conventions to a new JS/TS task by ensuring the project uses the correct package manager, adheres to the established module pattern, and enforces the configured linting, testing, and build steps.

Frequently Asked Questions about role-nodejs

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I standardize TypeScript conventions and quality gates across a Node.js project?

To standardize TypeScript conventions and quality gates, apply codified domain knowledge covering linting, testing, and build tooling that enforces strict typing and module patterns for predictable engineering workflows.

What are the best Node.js conventions for maintaining consistent code quality?

The best Node.js conventions for consistent code quality involve codifying modern JS/TS idioms, enforcing strict typing, and aligning framework standards to reduce onboarding time and prevent project drift.

Can I use these conventions with Express, Fastify, or Hono frameworks?

Yes, these conventions explicitly support Express, Fastify, and Hono frameworks, aligning them with established TypeScript project standards, linting rules, and build tooling configurations.

How do I enforce ESLint and testing standards in a TypeScript project?

To enforce ESLint and testing standards in a TypeScript project, apply predefined workflow steps and guardrails that integrate linting and testing conventions into your build process.

Do I need to configure strict typing to use established Node.js quality gates?

Yes, you need to configure strict typing because these Node.js quality gates enforce TypeScript strict typing and module patterns to ensure changes are implemented safely and predictably.

What limitations exist when standardizing conventions across multiple Node.js frameworks?

Limitations when standardizing conventions across Node.js frameworks include ensuring your project uses the correct package manager and adheres to the specific module patterns required by the configured guardrails.