From atp
Summarise the Step 0 artifacts produced by /atp:analyze-app. Read-only viewer — does not generate the artifacts; run /atp:analyze-app first.
How this skill is triggered — by the user, by Claude, or both
Slash command
/atp:app-mapThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Read and summarize the Step 0 analysis artifacts in `.claude/app-map/`.
Read and summarize the Step 0 analysis artifacts in .claude/app-map/.
ls -la .claude/app-map/ 2>/dev/null || echo "NO_ARTIFACTS"
If no artifacts found:
No analysis results yet. Run
/atp:analyze-appto generate them.
If artifacts exist, read each file and summarize:
Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub panicgit/android-test-pilot --plugin android-test-pilot