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:
- Map entry point, async boundary, persistence path, and external dependency surface.
- Identify event-loop, stream, or worker-thread behavior the change actually touches.
- Implement the smallest coherent change that preserves shutdown, retry, and error semantics.
- Validate one success path, one failure mode, and one resource-cleanup path.