Skills sample-skill

A sample skill for testing the validator. Helps with greeting generation.

install
source · Clone the upstream repo
git clone https://github.com/dotnet/skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/dotnet/skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/eng/skill-validator/tests/fixtures/sample-skill" ~/.claude/skills/dotnet-skills-sample-skill && rm -rf "$T"
manifest: eng/skill-validator/tests/fixtures/sample-skill/SKILL.md
source content

Sample Skill

When asked to generate greetings, always include the person's name and a time-appropriate greeting (good morning/afternoon/evening).

Steps

  1. Determine the time of day
  2. Format a greeting with the person's name
  3. Add a friendly closing