A phrasebook for LLMs that speak different dialects
This repo catalogs community-made instruction packs that teach Claude, Codex, and Gemini how to perform repeatable tasks instead of winging it.

What it does Awesome LLM Skills is a curated directory of “skills”—structured prompt-and-instruction packages that tell coding agents exactly how to handle specific tasks. The list indexes community-built workflows for everything from Notion automation and PDF manipulation to web fuzzing and blockchain RPC calls, primarily targeting Claude Code but also referencing Codex CLI, Gemini CLI, and Qwen Code.
The interesting bit
The repo tries to act as a Rosetta Stone for a fragmented ecosystem. While Claude Code auto-discovers skills from .claude/skills/ folders, the README candidly notes that Codex, Gemini, and others don’t natively support the same format, so users must manually reference SKILL.md files or use @ attachments. That honesty saves you from a portability headache.
Key highlights
- Indexes skills across MCP integrations, document processing, dev tools, data analysis, and business workflows.
- Provides a native
SKILL.mdtemplate and a few in-repo examples, including Notion knowledge capture and webapp testing. - Covers niche use cases like iOS Simulator control, D3.js visualization, Move language quality checks, and adversarial multi-agent orchestration.
- Explicitly flags platform compatibility gaps rather than pretending everything works everywhere.
- Includes meta-tools like a skill creator guide and an MCP builder for extending agent capabilities.
Caveats
- The project is largely an index: most skills are links to external repositories, not a unified framework.
- Cross-platform portability is limited; only Claude Code natively auto-discovers skills, while other CLIs require manual prompt integration.
Verdict Bookmark this if you’re building agent workflows and want to see what the community has already invented. Skip it if you’re looking for a single installable tool or guaranteed drop-in compatibility across every CLI.
Frequently asked
- What is Prat011/awesome-llm-skills?
- This repo catalogs community-made instruction packs that teach Claude, Codex, and Gemini how to perform repeatable tasks instead of winging it.
- Is awesome-llm-skills open source?
- Yes — Prat011/awesome-llm-skills is an open-source project tracked on heatdrop.
- What language is awesome-llm-skills written in?
- Prat011/awesome-llm-skills is primarily written in Python.
- How popular is awesome-llm-skills?
- Prat011/awesome-llm-skills has 1.4k stars on GitHub.
- Where can I find awesome-llm-skills?
- Prat011/awesome-llm-skills is on GitHub at https://github.com/Prat011/awesome-llm-skills.