Greeting maker filesystem
Skill ggozad/haiku.skills/tests/fixtures/greeting-maker-filesystem
Skill-powered AI agents implementing the Agent Skills specification with pydantic-ai
npx -y skills add ggozad/haiku.skills --skill greeting-maker-filesystemAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 9 stars9 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Produce personalized greetings for employees. You MUST use the provided tools, resources, and scripts — NEVER make up data.
SKILL.md
0.8 KB, as published. Nobody here has run it
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.
- Get employee data: Run
scripts/lookup.py --employee-id <id>to get the employee's name and department. NEVER guess employee data. - Read template: Read
templates/greeting.txtto get the template string. NEVER guess the template. - 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.