一键导入
levelup
Build a skill that reads agex usage data and advises the user.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Build a skill that reads agex usage data and advises the user.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | levelup |
| description | Build a skill that reads agex usage data and advises the user. |
| type | lesson |
levelup skill for {{ backend }}Preview: This lesson depends on
agex gamify(Phase 7) andagex hook read(Phase 6); neither is available in agex 0.3.0. Treat the steps below as a design preview — the emitted skill template won't have real data to read until those commands ship.
Prerequisite: you've run agex gamify --agent {{ backend }} so there's data to read.
Run agex hook read --agent {{ backend }} now. You'll see a JSON list of events (tool calls, prompts submitted, stops). The levelup skill will parse this and suggest one area for improvement.
Write the file shown below to the path noted above its fence. This skill reads the tracking data and offers one concrete suggestion per invocation.
.claude/skills/levelup/SKILL.md{{ skill_template_body }}
Use your runtime normally for a few turns. Then invoke /levelup to see what the skill suggests.
See also: agex learn gamify --agent {{ backend }} (bundles the full setup).
Install or uninstall backend-native hooks that track usage via agex hook write.
Write and read agex tracking events.
Show available lessons, or teach one.
Render a descriptive markdown snapshot of the project's current agent setup.
Install usage tracking hooks and build a levelup skill to advise the user.
Read agex usage tracking data and suggest a next-feature-to-learn for the user.