Generate beautiful skill badges for your GitHub profile or documentation.
Add skill badges to your markdown files using this URL pattern:
[skill]: Programming language or technology name (e.g.JavaScript,Python,React)lvl: Proficiency level (beginner,intermediate, oradvanced)icon(optional): Override the default icon name from devicon


- Clone this repository
- Install dependencies:
npm install- Start the development server:
npm run dev- Build for production:
npm run build- Built with SvelteKit
- Uses DevIcon for technology icons
- Dynamically generates SVG badges using Svelte components
- Color mappings based on GitHub's language colors