Documentation Index
Fetch the complete documentation index at: https://mintlify.com/AmolPardeshi99/android-performance-skills/llms.txt
Use this file to discover all available pages before exploring further.
If you prefer not to use npx, you can clone the repository and copy the skill folders to your agent’s skills directory. The instructions below cover every major AI coding agent.
First, clone the repository to a temporary location:
git clone https://github.com/AmolPardeshi99/android-performance-skills.git /tmp/android-performance-skills
Then follow the instructions for your agent:
# Global — available in all projects
cp -r /tmp/android-performance-skills/android-performance-anr-and-jank-prevention ~/.claude/skills/
cp -r /tmp/android-performance-skills/android-performance-memory-leak-prevention ~/.claude/skills/
# Project-level — this repo only
cp -r /tmp/android-performance-skills/android-performance-anr-and-jank-prevention .claude/skills/
cp -r /tmp/android-performance-skills/android-performance-memory-leak-prevention .claude/skills/
# Global
cp -r /tmp/android-performance-skills/android-performance-anr-and-jank-prevention ~/.copilot/skills/
cp -r /tmp/android-performance-skills/android-performance-memory-leak-prevention ~/.copilot/skills/
# Project-level
mkdir -p .github/skills
cp -r /tmp/android-performance-skills/android-performance-anr-and-jank-prevention .github/skills/
cp -r /tmp/android-performance-skills/android-performance-memory-leak-prevention .github/skills/
Or use the GitHub CLI (gh v2.90.0+):gh skill install AmolPardeshi99/android-performance-skills android-performance-anr-and-jank-prevention
gh skill install AmolPardeshi99/android-performance-skills android-performance-memory-leak-prevention
# Global
cp -r /tmp/android-performance-skills/android-performance-anr-and-jank-prevention ~/.cursor/skills/
cp -r /tmp/android-performance-skills/android-performance-memory-leak-prevention ~/.cursor/skills/
# Project-level
cp -r /tmp/android-performance-skills/android-performance-anr-and-jank-prevention .cursor/skills/
cp -r /tmp/android-performance-skills/android-performance-memory-leak-prevention .cursor/skills/
cp -r /tmp/android-performance-skills/android-performance-anr-and-jank-prevention ~/.codex/skills/
cp -r /tmp/android-performance-skills/android-performance-memory-leak-prevention ~/.codex/skills/
cp -r /tmp/android-performance-skills/android-performance-anr-and-jank-prevention ~/.gemini/skills/
cp -r /tmp/android-performance-skills/android-performance-memory-leak-prevention ~/.gemini/skills/
cp -r /tmp/android-performance-skills/android-performance-anr-and-jank-prevention ~/.windsurf/skills/
cp -r /tmp/android-performance-skills/android-performance-memory-leak-prevention ~/.windsurf/skills/
These agents share a common skills path:mkdir -p ~/.agents/skills
cp -r /tmp/android-performance-skills/android-performance-anr-and-jank-prevention ~/.agents/skills/
cp -r /tmp/android-performance-skills/android-performance-memory-leak-prevention ~/.agents/skills/
cp -r /tmp/android-performance-skills/android-performance-anr-and-jank-prevention ~/.config/goose/skills/
cp -r /tmp/android-performance-skills/android-performance-memory-leak-prevention ~/.config/goose/skills/