-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Emilio Romero edited this page Aug 2, 2026
·
10 revisions
✨ Make your GitHub README pop with dynamic icons.
This tool allows you to add clean, responsive, and theme-aware tech stack icons to your GitHub profile README. The icons automatically adapt to the viewer's GitHub theme (light or dark mode), ensuring your profile always looks professional.
Copy and paste the following snippet into your .yml file.
- name: Skill Icons
uses: emrocode/skill-icons@v1
# Advanced configuration
# You can customize the layout by adding specific options to the template configuration
with:
icon_size: # Default: 48
per_row: # Default: 15
out_path: # Default: assets/svgs
tag: # Default: SKILL_ICONS
filename: # Default: README.md
commit_message: # Default: chore(skill-icons): update assets and docsCopy and paste the markdown snippet below into your README.md file. Replace the technology names with your preferred stack.
Note
All technology names must match official simpleicons slugs
### 🛠️ Tech Stack
<!-- SKILL_ICONS_START -->
css,javascript,typescript,react,nextdotjs,tailwindcss
<!-- SKILL_ICONS_END -->permissions:
contents: write