examples/tasks/hello-skills/environment/skills/generate-greeting/SKILL.md
Generate a greeting message and write it to a file.
npx skillsauth add laude-institute/harbor generate-greetingInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Generate a greeting message and write it to a file.
Write the exact text below to /app/greeting.txt:
Hello from Harbor Skills!
testing
Write Harbor task verifiers using Reward Kit. Use when creating or editing a task's tests/ directory, adding grading criteria, setting up LLM/agent judges, or designing verifiers that produce a reward score.
development
Create a new Harbor task for evaluating agents. Use when the user wants to scaffold, build, or design a new task, benchmark problem, or eval. Guides through instruction writing, environment setup, verifier design (pytest vs Reward Kit vs custom), and solution scripting.
documentation
Write the proof file for the Harbor runtime skill injection example.
data-ai
Existing task skill that should remain after job-level skill injection.