skills/korean-cognitive-code-explainer/SKILL.md
Explain code in Korean using cognitive load theory (chunking, schema formation) with Mermaid diagrams. Use when the user asks for a Korean code explanation, "코드 설명해줘", a simpler explanation, a visual walkthrough, or help translating function names into Korean. Do not use for English explanations, code review, or refactoring tasks.
npx skillsauth add gihwan-dev/claude-setup korean-cognitive-code-explainerInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Reconstruct code explanations to fit the reader's cognitive bandwidth. Do not change the implementation facts; shorten and clarify the path to understanding.
${SKILL_DIR}/references/cognitive-principles.md for the diagnostic lens.input -> validation -> decision -> execution -> output.Original | Korean Alias | Role.${SKILL_DIR}/references/korean-naming-playbook.md for naming rules.${SKILL_DIR}/references/visualization-playbook.md for templates.Use the format below as the default template. Compress or expand sections as needed.
# Code Understanding Report: <Target>
## 30-Second Summary
- ...
## Korean Alias Dictionary
| Original | Korean Alias | Role |
| --- | --- | --- |
## Execution Flow (Mermaid)
```mermaid
flowchart TD
A[Input] --> B[Validation]
B --> C[Core Processing]
C --> D[Result]
```
## Chunk-by-Chunk Explanation
### Chunk 1: <Name>
- Input:
- Key decision:
- Output:
### Chunk 2: <Name>
- Input:
- Key decision:
- Output:
## Easy-to-Miss Points
- ...
## Debugging Checkpoints
- ...
needs confirmation.${SKILL_DIR}/references/cognitive-principles.md when you need cognitive-science rationale.${SKILL_DIR}/references/korean-naming-playbook.md when you need Korean naming guidance.${SKILL_DIR}/references/visualization-playbook.md when you need help choosing a Mermaid format.tools
GitLab 이슈 우선순위 추천. glab CLI로 할당/미할당 이슈를 수집하고 우선순위 라벨, 마감일, 가중치를 분석하여 작업할 이슈 Top 5를 추천한다. Use when the user says "이슈 추천해줘", "뭐 작업할까", "이슈 골라줘", "gitlab-issue-picker", "$pick", or wants help deciding which issue to work on. Do not use when glab is not installed or not authenticated.
tools
--- name: unknown-proposal description: Handles repeated HyperAgent instruction pattern: 반복 지시가 있었지만 스킬 없이 수행된 작업 --- # unknown-proposal Use when a session matches `반복 지시가 있었지만 스킬 없이 수행된 작업`. ## Workflow 1. Identify whether this repeated instruction pattern is present. 2. Apply the captured checklist before tool execution. 3. Report the exact evidence and stop if the pattern no longer applies. ## Evidence Sessions - faf6eee3-341c-4cb8-b4ce-fd62714b09fd - 019e0130-8884-7683-9885-cf05935e4195
tools
GitLab 이슈 우선순위 추천. glab CLI로 할당/미할당 이슈를 수집하고 우선순위 라벨, 마감일, 가중치를 분석하여 작업할 이슈 Top 5를 추천한다. Use when the user says "이슈 추천해줘", "뭐 작업할까", "이슈 골라줘", "gitlab-issue-picker", "$pick", or wants help deciding which issue to work on. Do not use when glab is not installed or not authenticated.
tools
--- name: unknown-proposal description: Handles repeated HyperAgent instruction pattern: 반복 지시가 재발한 작업 --- # unknown-proposal Use when a session matches `반복 지시가 재발한 작업`. ## Workflow 1. Identify whether this repeated instruction pattern is present. 2. Apply the captured checklist before tool execution. 3. Report the exact evidence and stop if the pattern no longer applies. ## Evidence Sessions - eebe7e0e-8348-4482-a68f-5c4b4486f11b