一键导入
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 职业分类
| 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.
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.