Files
android__skills/profilers/android-profiler/references/env_setup.md
T
android-devrel-github-bot 86932856ef Updates skills (2026-08-17 17:17)
2026-08-17 17:17:28 +00:00

537 B

Environment setup

Set $SKILL_ROOT

Set up $SKILL_ROOT once per session.

Every file this skill references - workflow markdown, reference docs, helper scripts, and downloaded dependencies - is written in the form $SKILL_ROOT/..., relative to the skill root (the directory holding this skill's SKILL.md). Set it once to the absolute path of the directory you loaded SKILL.md from:

# Substitute with the directory the SKILL.md lives in.
export SKILL_ROOT="/absolute/path/to/skills/profilers/android-profiler"