Agent Plugins Marketplace
← All plugins

mobile-apm

v0.2.0

移动端 APM 自主闭环:启动耗时 / 页面渲染 / 白屏 / 内存 / 崩溃根因定位与修复验证,覆盖 iOS + React Native + Android + HarmonyOS。

Claude Code7 Skills

By tanweiLicense: MIT1 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Claude Code
Parsed components
7 skill or MCP entries
Source updated
Sep 26, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →

Install mobile-apm for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install mobile-apm@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/davidtan2008/mobileAutoAPM

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/mobile-apm/.

Plugin files

plugins/mobile-apm/
├── .claude-plugin/plugin.json
├── skills/apm-autotest/SKILL.md
├── skills/apm-crash/SKILL.md
├── skills/apm-doctor/SKILL.md
├── skills/apm-loop/SKILL.md
├── skills/apm-memory/SKILL.md
├── skills/apm-render/SKILL.md
└── skills/apm-startup/SKILL.md

Included Skills7

apm-autotestskills/apm-autotest/SKILL.md

This skill should be used when the user asks for automated testing, requirement verification, regression verification, or having the agent find problems by itself — "自动化测试"、"需求验证"、"回归测试"、"自动发现问题"、"写测试用例"、"验证需求有没有实现"、"e2e"、"UI 自动化"、"性能回归"、"CI 门禁" — on iOS / React Native / Android / HarmonyOS. Covers framework selection, test authoring, requirement-to-test translation, and wiring results back into the APM loop.

apm-crashskills/apm-crash/SKILL.md

This skill should be used when the user asks to analyze, triage, locate root cause of, or fix crashes — "崩溃分析"、"崩溃日志"、"定位根因"、"crash"、"闪退"、"符号化"、"dSYM"、"sourcemap 还原"、"FOOM"、"OOM"、"被系统杀了"、"崩溃率" — on iOS / React Native / Android / HarmonyOS. Covers the required layered capture, the symbolication pipeline and its pitfalls, clustering, prioritization, and root-cause procedure.

apm-doctorskills/apm-doctor/SKILL.md

This skill should be used when starting any mobile APM/perf/crash task, when the user asks "环境能不能跑"、"工具链检查"、"apm doctor"、"为什么这条命令失败", or before the first build/profile/automation run in a session. It reports which APM capabilities (startup, render, white-screen, memory, crash, UI automation, Android, HarmonyOS) are actually executable on this machine, so the agent never assumes a missing tool exists.

apm-loopskills/apm-loop/SKILL.md

This skill should be used when the user asks to autonomously find, diagnose, fix and verify any mobile performance or stability problem — "启动慢"、"页面卡"、"白屏"、"内存涨"、"崩溃"、"性能优化"、"APM 闭环"、"自动发现问题"、"跑一遍性能回归"、"优化并验证" — or when asked to set up an autonomous APM workflow for an iOS / React Native / Android / HarmonyOS project. It is the orchestrator that drives discover→diagnose→fix→verify→guard and enforces measurement discipline.

apm-memoryskills/apm-memory/SKILL.md

This skill should be used when the user asks about memory usage, memory leaks, OOM, or FOOM — "内存涨"、"内存泄漏"、"内存检测"、"OOM"、"FOOM"、"被系统杀了"、"App 莫名退出"、"heap 增长"、"内存峰值高" — on iOS / React Native / Android / HarmonyOS. Covers correct metrics (PSS vs RSS), the iOS FOOM capability gap and its self-built workaround, RN leak detection procedure, and verification.

apm-renderskills/apm-render/SKILL.md

This skill should be used when the user asks about page rendering performance, jank, dropped frames, or blank screens — "页面渲染慢"、"卡顿"、"掉帧"、"FPS 低"、"滑动不顺"、"白屏"、"页面空白"、"首屏渲染"、"TTID"、"TTFD" — on iOS / React Native / Android / HarmonyOS. Covers JS-vs-UI FPS separation, frame overrun analysis, white-screen detection, and their optimization and verification.

apm-startupskills/apm-startup/SKILL.md

This skill should be used when the user asks about app launch time — "启动慢"、"冷启动优化"、"启动耗时"、"launch time"、"首屏慢"、"启动优化"、"APP 启动要几秒" — or when startup regression needs to be measured, diagnosed or prevented on iOS / React Native / Android / HarmonyOS. Covers measurement methodology, staged instrumentation, root-cause checklist, and the delete→defer→parallelize→speed-up optimization playbook.

Plugin manifests1

plugins/mobile-apm/.claude-plugin/plugin.json
{
  "name": "mobile-apm",
  "version": "0.2.0",
  "description": "移动端 APM 自主闭环:启动耗时 / 页面渲染 / 白屏 / 内存 / 崩溃根因定位与修复验证,覆盖 iOS + React Native + Android + HarmonyOS。",
  "author": {
    "name": "tanwei"
  },
  "keywords": [
    "apm",
    "performance",
    "ios",
    "react-native",
    "android",
    "harmonyos",
    "crash",
    "startup",
    "memory",
    "white-screen"
  ],
  "license": "MIT"
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[mobile-apm on Agent Plugins Marketplace](https://pluginsmp.com/plugins/mobile-apm)