一键导入
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.