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


