원클릭으로
visualize
Build a skill that renders a compact visual of your agent setup.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Build a skill that renders a compact visual of your agent setup.
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 | visualize |
| description | Build a skill that renders a compact visual of your agent setup. |
| type | lesson |
visualize skill for {{ backend }}Same shape as introspect, but the output optimizes for at-a-glance rather than recommendations. The skill runs agex overview --agent {{ backend }}, compresses it into a tight markdown block (counts only, with a token target of < 500 output tokens), and echoes it for situational awareness.
Run agex overview --agent {{ backend }} now. Note the counts of skills, hooks, MCP integrations, and CLAUDE.md status. The visualize skill will display these as a one-liner for quick reference.
Write the file shown below to the path noted above its fence. This skill is intentionally minimal — no prose, no recommendations.
.claude/skills/visualize/SKILL.md{{ skill_template_body }}
Say "what do I have" or "show the setup" and invoke /visualize (or equivalent). You'll get a compact status bar.