agentsclimarketplace

Greeting maker entrypoint

Skill ggozad/haiku.skills/tests/fixtures/greeting-maker-entrypoint

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

Install
npx -y skills add ggozad/haiku.skills --skill greeting-maker-entrypoint

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things 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.
  • runs commandsInstructs the agent to run 1 command, including `scripts/render.py --template "<template>" --name "<name>" --department "<department>"`.

SKILL.md

0.8 KB, 141 tokens by cl100k_base, 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.

  1. Get employee data: Call the lookup tool with the employee ID. 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.

What ships with it: 2 files

572 B alongside SKILL.md, 1 of them executable

scripts/

templates/

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.