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.mdsource content
Sample Skill
When asked to generate greetings, always include the person's name and a time-appropriate greeting (good morning/afternoon/evening).
Steps
- Determine the time of day
- Format a greeting with the person's name
- Add a friendly closing