원클릭으로
explain
Explain how code works — architecture, patterns, and design decisions (read-only)
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Explain how code works — architecture, patterns, and design decisions (read-only)
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Query and modify databases (PostgreSQL, MySQL/MariaDB, SQLite). Use when the user asks to inspect, query, or write to a database, or when you need to understand a database schema.
Use when asked to find a project, work on a project, start a feature, fix a bug, or make changes to a repo.
Retrieve up-to-date documentation for libraries and frameworks via the Context7 API. Use when looking up docs for any library, finding code examples, verifying API usage, or getting current info that may have changed since training.
Deep codebase analysis with extended thinking — use for complex tasks that may lead to implementation
Update the changelog for a new release
Interact with local Chrome browser session (only on explicit user approval after being asked to inspect, debug, or interact with a page open in Chrome)
| name | explain |
| description | Explain how code works — architecture, patterns, and design decisions (read-only) |
| argument-hint | <area or concept> |
ultrathink: Provide a thorough explanation by first exploring extensively, then synthesizing a clear answer.
Explain: $ARGUMENTS
pwdgit branch --show-current 2>/dev/null || echo "not a git repo"Before explaining anything:
Think deeply about:
Provide an explanation that: