Skip to main content

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/

Build docs developers (and LLMs) love