Import any skill in 30 seconds

Find skills on GitHub.

Lovable accepts any Claude Skill as a .zip upload. That means GitHub is the world's largest catalog of skills you can import today. Use the queries below to find them.

Step 1

Search

Pick a query below — opens GitHub in a new tab.

Step 2

Download .zip

On the repo page: Code → Download ZIP. Or zip just the skill folder.

Step 3

Upload to Lovable

Drag the .zip into Lovable chat. It auto-installs the skill.

Search by file

Find the SKILL.md files themselves. Click → opens GitHub code search.

Search by repository

Find whole repos curating skill collections.

topic: claude-skills
topic:claude-skills

Repos tagged by authors as Claude Skills collections.

topic: claude-skill
topic:claude-skill

Singular variant — many indie authors use this tag.

topic: anthropic-skills
topic:anthropic-skills

Catches repos referencing Anthropic's spec explicitly.

topic: lovable-skill
topic:lovable-skill

Repos explicitly built for Lovable.

topic: lovable-skills
topic:lovable-skills

Plural variant — collections built for the Lovable agent.

topic: claude-code
topic:claude-code

Claude Code ecosystem repos — many bundle reusable skills.

topic: agent-skills
topic:agent-skills

Generic agent-skill format — usually compatible with the SKILL.md spec.

topic: ai-agent-skills
topic:ai-agent-skills

Broader AI-agent tag — worth scanning for portable skills.

"claude skills" in README
"claude skills" in:readme

Free-text fallback for repos that don't use topics.

"SKILL.md" in README
"SKILL.md" in:readme

READMEs that document the SKILL.md spec — usually contain multiple skills.

awesome-claude-skills lists
awesome claude skills in:name,description

Awesome-* lists usually link to dozens of skills at once.

awesome-claude-code lists
awesome claude code in:name,description

Curated lists pointing to skills, commands, and subagents.

awesome lovable lists
awesome lovable in:name,description

Community curations of Lovable resources, often including skills.

Sorted by most stars
claude skills sort:stars

Highest-signal repos in the ecosystem, ranked by popularity.

Recently updated
claude skills pushed:>2025-01-01

Active repos — less likely to be abandoned experiments.

"agent skills" in README
"agent skills" in:readme

Catches the generic naming many authors prefer.

Featured repositories

Hand-picked sources — start here.

Battle-tested repos from Anthropic and the community. Open, browse the skills/ folder, zip what you want, drop into Lovable.

Pro tip: zip only the skill folder

If a repo contains many skills, you don't need the whole repo. Clone it, then zip just the one folder that contains SKILL.md. Lovable installs cleaner that way and you avoid pulling in unrelated files.

git clone <repo-url>
cd <repo>/path/to/skill-folder
zip -r ../my-skill.zip .