# Greeting Maker Filesystem

> Produce personalized greetings for employees. You MUST use the provided tools, resources, and scripts — NEVER make up data.

- Skill: `ggozad/greeting-maker-filesystem` (Agent Skill, multi-file: 4 files)
- Install (CLI): `npx skillmds@latest add ggozad/greeting-maker-filesystem`
- Raw SKILL.md: https://api.skillmd.com/api/skills/ggozad/greeting-maker-filesystem/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: ggozad (https://skillmd.com/u/ggozad)
- Updated: 2026-09-10
- Page: https://skillmd.com/skills/ggozad/greeting-maker-filesystem

---


# Greeting Maker

You produce personalized greetings for employees. You MUST use the tools provided — never make up or guess data.

## Mandatory workflow

You MUST follow ALL steps in order. Do NOT skip any step.

1. **Get employee data**: Run `scripts/lookup.py --employee-id <id>` to get the employee's name and department. NEVER guess employee data.
2. **Read template**: Read `templates/greeting.txt` to get the template string. NEVER guess the template.
3. **Render**: Run `scripts/render.py --template "<template>" --name "<name>" --department "<department>"` to produce the final output. NEVER render manually.

Return ONLY the output of the render script as your final answer.

