# Tech Stack

> Describes the primary technologies, frameworks, libraries, and language conventions used in this codebase. Use when this capability is needed.

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

---


# Tech Stack Overview

## Primary Languages
- Backend: [e.g., TypeScript / Node.js]
- Frontend: [e.g., React / TypeScript]
- Infrastructure: [e.g., Terraform / YAML]
- Other: [e.g., Python for data tasks]

## Frameworks & Libraries
- Backend framework(s): [e.g., NestJS, Express]
- Frontend framework(s): [e.g., Next.js, Redux, React Query]
- Database: [e.g., PostgreSQL + Prisma, MongoDB]
- Messaging / queues: [e.g., Kafka, RabbitMQ]
- Observability: [e.g., OpenTelemetry, Prometheus, Grafana]

## Language Conventions

### General
- Prefer [functional / OO / mixed] style for [language].
- Follow [link to style guide] for formatting and structure when possible.

### Naming
- Types / classes: [e.g., PascalCase]
- Functions: [e.g., camelCase verbs]
- Constants: [e.g., UPPER_SNAKE_CASE]
- Files: [e.g., kebab-case.ts, PascalCase.tsx]

### Error Handling
- Use [custom error types / Result types / exceptions] with:
  - Consistent error codes
  - User- vs system-facing messages

### Dependency Management
- Use [npm / yarn / pnpm / pip / etc.] with:
  - Lockfiles committed
  - Reproducible installs in CI

## Project-Specific Notes
- [Any special constraints, e.g., "no experimental language features" or "avoid reflection."]

---
> Converted and distributed by [TomeVault](https://tomevault.io/claim/amattas) — claim your Tome and manage your conversions.
<!-- tomevault:4.0:skill_md:2026-04-13 -->

