一键导入
一键导入
Set up, run, and interpret Agent Skill evaluations (evals) with the skill-up CLI / 使用 skill-up CLI 给 Agent Skill 搭建和运行评测. Use when the user asks to evaluate, test, regress, or verify a Skill; add evals or cases; write eval.yaml/case.yaml; run skill-up run/validate/list-cases/report/import/init; or migrate from Anthropic evals.json. Handles Skill discovery, evals scaffolding, judge authoring, credentials, user config, validation, runs, and reports.
帮助用户进行代码审查,识别常见代码问题并给出修改建议。
MCP mocked marker smoke skill used by skill-up e2e tests.
Analyzes code files and reports statistics including line counts, file counts by extension, and total size. Use this skill whenever the user wants to understand the composition of a codebase - asking about "how many lines of code", "what file types exist", "code distribution", or needing a quick audit of project size and structure. Make sure to invoke this skill when users mention analyzing codebases, counting lines, checking file distributions, or auditing code.
Reviews code and provides detailed quality assessment
Quickly produces accurate calculation results when a user needs arithmetic, unit conversion, or mathematical formula solving. Triggered when users say things like "help me calculate", "compute", "how much is", etc.
| name | todo-manager |
| description | 帮助用户管理待办事项,支持添加、删除、标记完成、列出任务等操作。 |
一个轻量级的待办事项管理 Skill。
使用 scripts/todo.py 进行持久化操作,数据存储在工作区的 todos.json 中。