A curated list of Agent Skills, resources, and tools for AI coding agents like Claude Code, Codex, Gemini CLI, GitHub Copilot, and more.
# `awesome-skills`[](https://awesome.re) [](https://github.com/gmh5225/awesome-skills/blob/main/LICENSE) A curated list of Agent Skills, resources, and tools for AI coding agents like Claude Code, Codex, Gemini CLI, GitHub Copilot, and more. > Show respect to all the projects below, perfect works of art :saluting_face: ## How to contribute? - https://github.com/HyunCafe/contribute-practice - https://docs.github.com/en/get-started/quickstart/contributing-to-projects ## What Are Agent Skills? **Agent Skills** are instruction files that teach AI assistants how to perform specific tasks. They are specialized folders containing instructions, scripts, and resources that AI agents dynamically discover and load when relevant to tasks. Skills employ a **progressive disclosure architecture** for efficiency: 1. **Metadata loading** (~100 tokens): AI scans available Skills to identify relevant matches 2. **Full instructions** (<5k tokens): Load when AI determines the Skill applies 3. **Bundled resources**: Files and executable code load only as needed ### Skill Structure ``` skill-name/ ├── SKILL.md # Required: Instructions and metadata ├── scripts/ # Optional: Helper scripts ├── templates/ # Optional: Document templates └── resources/ # Optional: Reference files ``` ### Basic SKILL.md Template ```markdown --- name: my-skill-name description: A clear description of what this skill does. --- # My Skill Name Detailed description of the skill's purpose. ## When to Use This Skill - Use case 1 - Use case 2 ## Instructions [Detailed instructions for the agent on how to execute this skill] ## Examples [Real-world examples] ``` ## Compatible Agents & Platforms ### Programming Tools | Tool | Project Path | Global Path | Documentation | |------|--------------|-------------|---------------| | **Amp** | `.agents/skill
Google's AI-powered research notebook that ingests your documents and becomes an expert on your content. Generates audio overviews, study guides, FAQs, and interactive discussions from uploaded sources.
Google DeepMind's experimental AI agent that can navigate websites, fill forms, and complete multi-step browser tasks autonomously. Uses Gemini's multimodal understanding to interact with web interfaces.
Google DeepMind's universal AI assistant prototype that can see, hear, and respond in real-time through your device camera and microphone. Demonstrates the future of multimodal AI interaction.
Google Cloud's enterprise platform for building, deploying, and managing AI agents powered by Gemini. Supports multi-agent orchestration, tool integration, and enterprise governance.
Gemini's agentic research capability that autonomously browses the web, synthesizes information from dozens of sources, and produces comprehensive research reports on any topic.
Interactive coding and content creation agent that generates, previews, and iterates on code, documents, and interactive applications in a side panel. Supports HTML/CSS/JS, Python, and more.