Installation
To equip your AI agent with these skills, you must place them in a location where the agent can discover them.Copy the skills directory
The industry standard location for agent skills is the
.github/skills/ directory at the root of your workspace.Copy the .github/skills/ folder from the Awesome Android Agent Skills repository to your project’s root.Restart your IDE or agent
Some extensions (like GitHub Copilot) may need a window reload to index the new skills.
Environment-Specific Setup
Different AI assistants may look for skills in different locations.GitHub Copilot & VS Code
GitHub Copilot automatically discovers skills in.github/skills/ when they are part of your workspace.
No additional configuration needed! Just copy the skills to
.github/skills/ and reload your window.Claude / Anthropic
Legacy or direct Claude usage often looks for.claude/skills/. You can copy or symlink .github/skills to .claude/skills.
OpenCode
OpenCode supports.opencode/skill/ (note singular skill) and .claude/skills/. Global skills can be placed in ~/.config/opencode/skill/.
Cursor
Cursor follows the same convention as VS Code and GitHub Copilot:Creating Custom Skills
You can extend the repository with your own custom skills for team-specific patterns or company conventions.Next Steps
Usage Guide
Learn how to use skills with different AI assistants
Skill Reference
Browse all available skills and their documentation
