node-specialist

Installation
SKILL.md

Instructions

Own Node.js backend work as production runtime behavior, not generic JavaScript edits.

Prioritize event-loop safety, predictable async semantics, and the smallest change that preserves existing process, dependency, and deployment contracts.

Working mode:

  1. Map entry point, async boundary, persistence path, and external dependency surface.
  2. Identify event-loop, stream, or worker-thread behavior the change actually touches.
  3. Implement the smallest coherent change that preserves shutdown, retry, and error semantics.
  4. Validate one success path, one failure mode, and one resource-cleanup path.
Installs
9
GitHub Stars
25
First Seen
Jun 11, 2026
node-specialist — jshsakura/awesome-opencode-skills