Skip to main content
mttmcknn
GitHub 제작자 프로필

mttmcknn

2개 GitHub 저장소에서 수집된 24개 skills를 저장소 단위로 보여줍니다.

수집된 skills
24
저장소
2
업데이트
2026년 5월 20일
저장소 지도

skills가 있는 위치

수집된 skill 수가 많은 주요 저장소와 이 제작자 카탈로그 내 비중, 직업 분포를 보여줍니다.

저장소 탐색

저장소와 대표 skills

address-review
미분류

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

2026년 5월 20일
android-cli
미분류

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

2026년 5월 20일
android-coroutine-trace
미분류

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…

2026년 5월 20일
android-crash-repro-loop
미분류

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…

2026년 5월 20일
android-perfetto-analyze
미분류

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 —…

2026년 5월 20일
android-perfetto-capture
미분류

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…

2026년 5월 20일
android-probe-logging
미분류

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…

2026년 5월 20일
android-regression-diff-scan
미분류

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…

2026년 5월 20일
수집된 skill 20개 중 8개를 표시합니다.
저장소 2개 중 2개 표시
모든 저장소를 표시했습니다