generate-greeting
$
npx mdskill add harbor-framework/harbor/generate-greetingWrites personalized greetings to a file.
- Solves tasks requiring automated greeting generation and storage
- Depends on standard file writing capabilities within /app directory
- Decides content based on predefined Harbor Skills template text
- Delivers results by persisting exact output string to greeting.txt
SKILL.md
.github/skills/generate-greetingView on GitHub ↗
--- name: generate-greeting description: Generate a greeting message and write it to a file. --- # generate-greeting Generate a greeting message and write it to a file. ## Instructions Write the exact text below to `/app/greeting.txt`: ```text Hello from Harbor Skills! ```
More from harbor-framework/harbor
- create-adapterScaffold a new Harbor benchmark adapter by running `harbor adapter init` and then guide implementation using the Adapters Agent Guide as the authoritative spec.
- create-taskCreate a new Harbor task for evaluating agents. Use when the user wants to
- publishPublish a Harbor task or dataset to the registry. Use when the user wants to upload, publish, or share tasks or datasets/benchmarks on the Harbor registry.
- rewardkitWrite Harbor task verifiers using Reward Kit. Use when creating or editing a
- upload-parity-experimentsCreate or reuse Hugging Face dataset PRs for `harborframework/parity-experiments` and upload Harbor parity/oracle result folders efficiently with sparse checkout, raw git pushes, and Git LFS.