← スキル一覧に戻る

code-explainer
by gonsoomoon-ml
⭐ 0🍴 1📅 2025年12月25日
SKILL.md
name: code-explainer description: Explains code in simple terms with visual diagrams. Use when the user asks to explain code, understand how something works, or wants a code walkthrough.
Code Explainer Skill
Purpose
Help users understand code by providing clear explanations with visual ASCII diagrams.
Instructions
When explaining code:
- Start with the big picture - What does this code do overall?
- Break down into components - Identify key functions/classes
- Use ASCII diagrams - Visualize flow and relationships
- Provide examples - Show input/output scenarios
Explanation Format
## Overview
[Brief summary of what the code does]
## Components
[List key parts]
## Flow Diagram
[ASCII art showing how data/control flows]
## Key Concepts
[Important patterns or techniques used]
## Example
[Concrete usage example]
Example ASCII Diagrams
Function Flow
Input → [Validate] → [Process] → [Format] → Output
Class Hierarchy
BaseClass
│
┌───┴───┐
│ │
ChildA ChildB
When to Use
- User asks "explain this code"
- User says "how does X work"
- User wants to understand a function/class
- User asks for a code walkthrough
スコア
総合スコア
60/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です