원클릭으로
agent-infra-explain-it-to-me
Use when the user asks for a structured explanation of a system, module, or concept in the codebase
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Use when the user asks for a structured explanation of a system, module, or concept in the codebase
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Use when the user asks for a quality audit of recent changes, or before committing to check for LLM-specific code quality problems
Use when the user asks for a bug audit of a project or component
Use when designing, implementing, or improving program flow to minimize complexity
Use when analyzing variable and data flow for debugging, auditing, or new package development
Use when the user asks for a commit message draft, or when work is complete and changes should be committed
Use when evaluating whether package architecture results in calls to all its elements
| name | agent-infra-explain-it-to-me |
| description | Use when the user asks for a structured explanation of a system, module, or concept in the codebase |
| argument-hint | <topic to explain> |
Provide a structured explanation of the topic the user asked about, following the template in agent_docs/template-explanation.md.
If $ARGUMENTS is provided, use it as the topic. Otherwise ask the user what they would like explained.
Launch an agent (subagent_type: Explore) with a prompt that:
agent_docs/template-explanation.md to load the explanation template.Display the completed explanation to the user.