Agent Skills
› TanStack/ai
› haiku
haiku
GitHub强制AI仅以五-七-五格式的俳句形式回答用户问题,要求捕捉核心内容并严格限制输出格式。
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


