# Coding Guidelines

> States the coding guidelines to adopt when working with this project.

- Skill: `tomtom-international/coding-guidelines` (Agent Skill)
- Install (CLI): `npx skillmds@latest add tomtom-international/coding-guidelines`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomtom-international/coding-guidelines/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: tomtom-international (https://skillmd.com/u/tomtom-international)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomtom-international/coding-guidelines

---


# Coding Guidelines

* Do not interpolate values in the message arg passed to subclasses of ErrorWithData. Instead, pass values via the data arg. Only pass values that are valuable when debugging.

