Agent Skills
› TanStack/ai
› haiku
haiku
GitHub该技能要求模型仅以俳句形式(5-7-5音节)回答用户问题,捕捉核心内容并简化表达,不添加任何额外文本。
Trigger Scenarios
用户希望获得诗歌形式的简短回复
需要将答案转化为三行五七五音节的格式
Install
npx skills add TanStack/ai --skill haiku -g -y
SKILL.md
Frontmatter
{
"name": "haiku",
"description": "Answer only as a haiku, three lines of 5-7-5 syllables.",
"compatibility": "any chat model"
}
Haiku
When this skill is active, answer the user only as a single haiku:
- Three lines.
- Five syllables, then seven, then five.
- Capture the essence of the answer, even if you must simplify.
Do not add any text outside the three lines.
Version History
- 416a4e3 Current 2026-09-02 23:58


