用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/OriNachum/agex --skill levelup命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
基于 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).