Skip to main content
mttmcknn
Perfil de criador do GitHub

mttmcknn

Visão por repositório de 24 skills coletadas em 2 repositórios do GitHub.

skills coletadas
24
repositórios
2
atualizado
20 de mai. de 2026
mapa de repositórios

Onde as skills estão

Principais repositórios por número de skills coletadas, com sua participação neste catálogo do criador e sua distribuição ocupacional.

explorador de repositórios

Repositórios e skills representativas

address-review
sem classificação

Use when the user asks to address PR review comments — from human reviewers or automated bots (Gemini, Coderabbit, Copilot, SonarCloud, etc.) — to triage and respond to feedback on a pull request

20 de mai. de 2026
android-cli
sem classificação

Orchestrates Android development tasks including project creation, deployment, SDK management, and environment diagnostics using the `android` command-line tool.

20 de mai. de 2026
android-coroutine-trace
sem classificação

Use to find stuck coroutines, leaked jobs, and suspended awaits with no resumer — the concurrency bugs that don't crash but cause hangs, missing UI updates, or memory creep. Ephemerally add `kotlinx-coroutines-debug`, install `DebugProbes` in…

20 de mai. de 2026
android-crash-repro-loop
sem classificação

Use to flush out intermittent crashes and ANRs ("it crashes sometimes," "fails on slow devices," "happens after rotation a few times") by scripting the trigger sequence with `adb shell input` and running it in a shell loop against a cleared logcat, stopping…

20 de mai. de 2026
android-perfetto-analyze
sem classificação

Use to extract concrete numbers and slice-level evidence from a `.perfetto-trace` captured by `android-perfetto-capture`. Run SQL queries against the trace via the `trace_processor` binary, then hand the (small) result file to a Sonnet sub-agent for verdict —…

20 de mai. de 2026
android-perfetto-capture
sem classificação

Use to capture Perfetto system traces from a connected Android device — the input for any timing, threading, jank, or "is this on the main thread?" investigation. Writes a self-contained `.perfetto-trace` file to `/tmp` that downstream skills…

20 de mai. de 2026
android-probe-logging
sem classificação

Use when you need empirical proof a code path actually executed — branch entries, callback fires, coroutine continuations, suspect early returns. Insert temporary `Log.d` calls with a unique sentinel tag, redeploy, drive the app, read filtered logcat, then…

20 de mai. de 2026
android-regression-diff-scan
sem classificação

Use INSTEAD of git bisect when investigating a regression between two refs (releases, branches, "it worked yesterday") — especially when builds are slow or the bug is hard to reproduce. Hand the full `git diff <good> <bad>` to a Sonnet sub-agent along with…

20 de mai. de 2026
Mostrando 8 de 20 skills coletadas.
Mostrando 2 de 2 repositórios
Todos os repositórios foram exibidos