بنقرة واحدة
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.