Sample with evals
Skill alibaba/skill-up/skills/skill-upper/evals/fixtures/skills/sample-with-evals
An evaluation and evolution tool for Agent Skills.
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.
What its author says it does
Copied from the file, not written here
帮助用户管理待办事项,支持添加、删除、标记完成、列出任务等操作。
SKILL.md
0.6 KB, as published. Nobody here has run it
todo-manager
一个轻量级的待办事项管理 Skill。
功能
- 添加新的待办事项
- 标记事项为已完成
- 删除事项
- 列出所有事项(支持按状态过滤)
触发场景
- 用户说 "添加一个待办"、"我有个任务要记录"
- 用户说 "完成了任务 X"、"删除任务 X"
- 用户说 "看看我还有哪些待办"
脚本
使用 scripts/todo.py 进行持久化操作,数据存储在工作区的 todos.json 中。