원클릭으로
introspect
Build an agent-native introspect skill that audits your project setup and suggests next steps.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Build an agent-native introspect skill that audits your project setup and suggests next steps.
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 | introspect |
| description | Build an agent-native introspect skill that audits your project setup and suggests next steps. |
| type | lesson |
introspect skill for {{ backend }}A backend-native skill (for {{ backend }}) that:
agex overview --agent {{ backend }} to read the project's current state.Two reasons: (1) each agent backend has its own native skill format, so no shipped skill fits perfectly; (2) you and the user stay in control of what gets installed into the project.
agex overview outputRun agex overview --agent {{ backend }} now. Note which sections are empty — those are your candidate gaps.
Write the file shown below to the path noted above its fence. Adjust the prose/tone to your project's voice.
.claude/skills/introspect/SKILL.md{{ skill_template_body }}
Invoke /introspect (or equivalent) in your runtime. Read the output, apply one suggestion.
Agents that shove 10 recommendations into one turn overwhelm the user. The skill you just built is explicitly capped at two — if you want more later, iterate.