Agent Skills
› TanStack/ai
› haiku
haiku
GitHub强制以五言七言五言的俳句格式回复用户,捕捉核心内容且不加额外文本。
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


