← Back to list

icon-generation-skill
by FeiWangHub
⭐ 0🍴 0📅 Jan 20, 2026
SKILL.md
name: icon-generation-skill description: "Generate simple PNG icons with customizable text and background colors."
Icon Generation Skill
This skill allows you to programmatically generate PNG icons, which is useful for creating app icons, placeholders, or simple graphics.
Capabilities
- Generate square PNG images.
- Customizable background color, text color, and size.
- Auto-detects system Chinese fonts (macOS/Linux/Windows support).
Usage
Generate a basic icon:
python3 .shared/icon-generation-skill/scripts/generate_icon.py "AB" "icon.png"
Customize colors (blue background, white text):
python3 .shared/icon-generation-skill/scripts/generate_icon.py "App" "app_icon.png" --bg "#007bff" --fg "#ffffff"
Score
Total Score
50/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon