원클릭으로
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 직업 분류 기준
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.
| 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).