AgentSkillsCN

todo

创建并管理 FunTell 内容体验项目。将各类信息——产品、场馆、课程、知识库、作品集等——转化为由 AI 驱动的体验,通过 AI 助手提供支持,并借助二维码、链接或嵌入方式加以分发。支持 PDF 与 Word 文档导入,同时保留图片格式。

SKILL.md
--- frontmatter
name: todo
description: Use when the user asks to add a to-do item, track a task, remember something to do later, or add to the task list

Add To-Do

Add an item to the session task list using TaskCreate.

Arguments

  • description (required): What needs to be done

Steps

  1. Parse the user's description into a clear, actionable task
  2. Use TaskCreate with:
    • subject: Short imperative title (e.g., "Fix login redirect on mobile")
    • description: Fuller context from the user's input — what, why, and any details mentioned
    • activeForm: Present continuous form (e.g., "Fixing login redirect")
  3. Confirm the task was added