# Petrovc AI Agent Kit Node

> Node.js (Backend) Skill

- Skill: `tomevault-io/petrovc-ai-agent-kit-node` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/petrovc-ai-agent-kit-node`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/petrovc-ai-agent-kit-node/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/petrovc-ai-agent-kit-node

---


# Node.js (Backend) Skill

## Goal
Strict-typed, layered, testable Node services. No `any`, no callback soup,
no magic strings. A junior should be able to trace a request end-to-end.

## Quick reference

| Concept | Best practice |
|---|---|
| TypeScript | Use strict mode, ESM imports (`"type": "module"`), correct path aliases |
| Frameworks | Fastify or NestJS with ChangeDetectionStrategy / proper DI |
| Performance | Do not block the event loop, use worker threads for CPU-heavy tasks |
| Key commands | `npm run dev`, `npm run build`, `npm test`, `npx tsc --noEmit` |

## Full guidance
Extended how-to, patterns, anti-patterns, and checklists: [`SKILL.deep.md`](SKILL.deep.md)

---
> Source: [PetrovC/ai-agent-kit](https://github.com/PetrovC/ai-agent-kit) — distributed by [TomeVault](https://tomevault.io).
<!-- tomevault:4.0:skill_md:2026-06-15 -->

