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.
Search
Pick a query below — opens GitHub in a new tab.
Download .zip
On the repo page: Code → Download ZIP. Or zip just the skill folder.
Upload to Lovable
Drag the .zip into Lovable chat. It auto-installs the skill.
Find the SKILL.md files themselves. Click → opens GitHub code search.
path:SKILL.mdThe canonical filename for both Claude and Lovable skills. Broadest signal.
path:SKILL.md "name:" "description:"Filters to files that actually follow the skill spec — ready to zip and upload.
path:.claude/skills/ path:SKILL.mdAnthropic's Claude Code convention — these are battle-tested Claude Skills.
path:.agents/skills/ path:SKILL.mdLovable's draft skill location — already structured for Lovable.
path:.workspace/skills/ path:SKILL.mdLovable's active skills location. Direct matches.
repo:anthropics/skills path:SKILL.mdAnthropic publishes reference skills here. Highest signal-to-noise.
path:skills/ path:SKILL.mdMany authors drop a top-level skills/ directory — easy bulk find.
path:SKILL.md allowed-toolsSkills that declare tool permissions — usually more advanced and production-ready.
path:SKILL.md scripts/Skills that ship executable scripts alongside instructions.
path:skill.md "description:"Catches authors who used lowercase filenames.
path:AGENT.md "description:"Sibling spec — agent definitions that often pair with skills.
path:.claude/commands/ extension:mdCustom slash commands — importable into Lovable as workflow skills.
Find whole repos curating skill collections.
topic:claude-skillsRepos tagged by authors as Claude Skills collections.
topic:claude-skillSingular variant — many indie authors use this tag.
topic:anthropic-skillsCatches repos referencing Anthropic's spec explicitly.
topic:lovable-skillRepos explicitly built for Lovable.
topic:lovable-skillsPlural variant — collections built for the Lovable agent.
topic:claude-codeClaude Code ecosystem repos — many bundle reusable skills.
topic:agent-skillsGeneric agent-skill format — usually compatible with the SKILL.md spec.
topic:ai-agent-skillsBroader AI-agent tag — worth scanning for portable skills.
"claude skills" in:readmeFree-text fallback for repos that don't use topics.
"SKILL.md" in:readmeREADMEs that document the SKILL.md spec — usually contain multiple skills.
awesome claude skills in:name,descriptionAwesome-* lists usually link to dozens of skills at once.
awesome claude code in:name,descriptionCurated lists pointing to skills, commands, and subagents.
awesome lovable in:name,descriptionCommunity curations of Lovable resources, often including skills.
claude skills sort:starsHighest-signal repos in the ecosystem, ranked by popularity.
claude skills pushed:>2025-01-01Active repos — less likely to be abandoned experiments.
"agent skills" in:readmeCatches the generic naming many authors prefer.
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.
Official Anthropic skills reference. The canonical examples.
Claude Code itself — source of the SKILL.md spec and built-in skills.
Recipes and reusable patterns from Anthropic, many adaptable as skills.
Massive awesome-list of Claude Code skills, commands, and subagents.
Prompt patterns convertible into skills.
Curated subagents collection — drop-in skill folders.
Slash commands for Claude Code — many work as Lovable skills.
100+ subagents structured as portable skill folders.
Templates that include skill scaffolds for common tasks.
Real-world setup with skills, commands, and agents in one repo.
Comprehensive guide with example skills and workflows.
Mirror of Claude Code docs — useful as a knowledge skill.
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 .