Sample with evals
Skill alibaba/skill-up/skills/skill-upper/evals/fixtures/skills/sample-with-evals
帮助用户管理待办事项,支持添加、删除、标记完成、列出任务等操作。From its SKILL.md
npx -y skills add alibaba/skill-up --skill sample-with-evalsAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- runs commandsInstructs the agent to run 1 command, including `scripts/todo.py`.
SKILL.md
0.6 KB, 157 tokens by cl100k_base, as published. Nobody here has run it
todo-manager
一个轻量级的待办事项管理 Skill。
功能
- 添加新的待办事项
- 标记事项为已完成
- 删除事项
- 列出所有事项(支持按状态过滤)
触发场景
- 用户说 "添加一个待办"、"我有个任务要记录"
- 用户说 "完成了任务 X"、"删除任务 X"
- 用户说 "看看我还有哪些待办"
脚本
使用 scripts/todo.py 进行持久化操作,数据存储在工作区的 todos.json 中。
What ships with it: 2 files
527 B alongside SKILL.md
evals/
- cases/add-todo.yaml272 B
- eval.yaml255 B