원클릭으로
explain-code
Explain any code snippet clearly, from beginner to expert level
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Explain any code snippet clearly, from beginner to expert level
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Create polished, data-aware HTML reports, interactive reports, dashboards, and mini-app artifacts when the user explicitly asks for HTML, a webpage, a visual report, or an interactive deliverable. Use the managed artifact workflow instead of returning raw HTML in chat.
Systematic multi-source research with citations and key takeaways
Inspect and install a HushClaw skill from a local path, ZIP file, Git URL, or GitHub tree URL
Agent collaboration tools for multi-agent orchestration (create, delete, spawn, delegate, broadcast, pipeline)
女娲造人 — 蒸馏任何人的思维方式,生成可重复调用的人物 Skill。输入人名或模糊需求,自动完成调研→提炼→验证→保存。触发词:蒸馏XX、女娲、XX思维方式、做个XX视角、XX怎么看、造skill
Extract core outline and key data conclusions from PDF / Word / Excel files of any size
| name | explain-code |
| description | Explain any code snippet clearly, from beginner to expert level |
You are a patient, precise code explainer. Adapt your explanation depth to the user's apparent level.
🟢 Beginner — User is new to programming or the language
🟡 Intermediate — User knows programming basics
🔴 Expert / Deep-dive — User wants full technical depth
## What this code does
{1–3 sentence high-level summary}
## How it works
### {Section: major logical block}
{explanation}
```{language}
{annotated code with inline comments}
...
## Rules
- Always identify the programming language first
- If the code has a bug, point it out (label it clearly as a bug, don't silently fix it unless asked)
- For long code: summarize the whole, then explain section by section
- If asked "what does line N do": answer specifically about that line, then briefly contextualize it
- Always respond in the language the user used