2025-12-19 18:12:01 +00:00
---
2026-02-09 14:20:56 -08:00
title: "TOOLS.md Template"
2025-12-19 18:12:01 +00:00
summary: "Workspace template for TOOLS.md"
read_when:
- Bootstrapping a workspace manually
---
2026-01-31 21:13:13 +09:00
2025-12-21 01:24:13 +00:00
# TOOLS.md - Local Notes
2025-12-19 18:12:01 +00:00
2026-01-31 21:13:13 +09:00
Skills define _how_ tools work. This file is for _your_ specifics — the stuff that's unique to your setup.
2025-12-21 01:24:13 +00:00
## What Goes Here
Things like:
2026-01-31 21:13:13 +09:00
2025-12-21 01:24:13 +00:00
- Camera names and locations
2026-01-31 21:13:13 +09:00
- SSH hosts and aliases
2025-12-21 01:24:13 +00:00
- Preferred voices for TTS
- Speaker/room names
- Device nicknames
- Anything environment-specific
2025-12-19 18:12:01 +00:00
## Examples
2025-12-21 01:24:13 +00:00
```markdown
### Cameras
2026-01-31 21:13:13 +09:00
2025-12-21 01:24:13 +00:00
- living-room → Main area, 180° wide angle
- front-door → Entrance, motion-triggered
### SSH
2026-01-31 21:13:13 +09:00
2025-12-21 01:24:13 +00:00
- home-server → 192.168.1.100, user: admin
### TTS
2026-01-31 21:13:13 +09:00
2025-12-21 01:24:13 +00:00
- Preferred voice: "Nova" (warm, slightly British)
- Default speaker: Kitchen HomePod
```
2025-12-19 18:12:01 +00:00
2025-12-21 01:24:13 +00:00
## Why Separate?
Skills are shared. Your setup is yours. Keeping them apart means you can update skills without losing your notes, and share skills without leaking your infrastructure.
---
2025-12-19 18:12:01 +00:00
2025-12-21 01:24:13 +00:00
Add whatever helps you do your job. This is your cheat sheet.