ソース情報
- リポジトリ
- OriNachum/agex
- ソースの最終更新活動
- 2026年4月18日 19:29
- 検出された SKILL.md の言語
- 英語
- スター
- 0
- フォーク
- 0
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
SOC 職業分類に基づく
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/OriNachum/agex --skill visualizeコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
SKILL.md を表示中
| 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.