Agent Skills
› dotnet/skills
› sample-skill
sample-skill
GitHub用于生成个性化问候语的技能,根据时间判断并包含用户姓名及友好结语。
Trigger Scenarios
需要生成问候语
Install
npx skills add dotnet/skills --skill sample-skill -g -y
SKILL.md
Frontmatter
{
"name": "sample-skill",
"description": "A sample skill for testing the validator. Helps with greeting generation."
}
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
Version History
- ce75c35 Current 2026-07-06 00:29


