Skip to main content
Run any Skill in Manus
with one click
kez-lab
GitHub creator profile

kez-lab

Repository-level view of 22 collected skills across 4 GitHub repositories.

skills collected
22
repositories
4
updated
2026-07-25
repository explorer

Repositories and representative skills

android-cli-setup
software-developers

Verify and bootstrap the Google Android CLI (`android` command) on the user's machine. Use when the `android` command is missing, outdated, misconfigured (wrong SDK path), or when the user wants to set up `.androidrc` or wire the CLI into agents (`android init`). Triggers include "android cli ์„ค์น˜", "android command not found", "android update", "sdk ๊ฒฝ๋กœ", ".androidrc", "android init", "android cli ํ™˜๊ฒฝ์„ค์ •". Do NOT use this skill for day-to-day deploy/emulator/screen workflows โ€” those have dedicated skills.

2026-05-01
android-deploy
network-and-computer-systems-administrators

Build and deploy an Android app to a connected device or emulator using Gradle + the Android CLI's `android describe` and `android run`. Use whenever the user wants to install / launch / sideload an app, test a code change on a device, deploy a service component, or push split APKs. Triggers include "์•ฑ ๋„์›Œ์ค˜", "๋””๋ฐ”์ด์Šค์— ์„ค์น˜", "์—๋ฎฌ์— deploy", "APK ์„ค์น˜", "run on device", "์•ฑ ๋นŒ๋“œํ•ด์„œ ๋„์›Œ์ค˜", "deploy". Do NOT use this skill to create or start emulators โ€” use `android-emulator` for that.

2026-05-01
android-docs
software-developers

Look up official Android best practices, guidance, and recommended patterns via the Android Knowledge Base (`android docs search` + `android docs fetch kb://โ€ฆ`). Use this **before** WebSearch when the question is about Android-platform topics (Compose, performance, accessibility, lifecycle, intents, build, security, edge-to-edge, foreground services, etc.). Triggers include "์•ˆ๋“œ๋กœ์ด๋“œ ๋ฒ ์ŠคํŠธ ํ”„๋ž™ํ‹ฐ์Šค", "Android best practice", "Compose performance", "edge-to-edge", "android docs", "๊ณต์‹ ๊ฐ€์ด๋“œ", "๊ถŒ์žฅ ํŒจํ„ด". Do NOT use this skill for third-party libraries (Retrofit, OkHttp, Hilt) โ€” use Context7 MCP for those.

2026-05-01
android-emulator
network-and-computer-systems-administrators

Manage Android Virtual Devices and required system images via the Android CLI (`android emulator` + `android sdk install`). Use when the user wants to create, list, start, or stop an emulator; install a system image needed for an emulator; or recover from "no devices connected". Triggers include "์—๋ฎฌ๋ ˆ์ดํ„ฐ ๋งŒ๋“ค์–ด์ค˜", "์—๋ฎฌ ์ผœ์ค˜", "AVD ์ƒ์„ฑ", "system image ์„ค์น˜", "์—๋ฎฌ ์ข…๋ฃŒ", "์—๋ฎฌ๋ ˆ์ดํ„ฐ ๋ชฉ๋ก", "Pixel ์—๋ฎฌ". Do NOT use this skill to deploy apps โ€” `android-deploy` handles that.

2026-05-01
android-scaffold
software-developers

Create a new Android project from an official Android CLI template using `android create`. Use when the user wants to start a new Android app from scratch, scaffold a sample project, or compare templates with `--dry-run`. Triggers include "์ƒˆ ์•ˆ๋“œ๋กœ์ด๋“œ ํ”„๋กœ์ ํŠธ", "์•ˆ๋“œ๋กœ์ด๋“œ ํ”„๋กœ์ ํŠธ ๋งŒ๋“ค์–ด์ค˜", "compose ํ…œํ”Œ๋ฆฟ", "android create", "ํ”„๋กœ์ ํŠธ ์ƒ์„ฑ", "scaffold". Do NOT use this skill to add modules to an existing project โ€” use Gradle / Studio for module creation.

2026-05-01
android-screen
software-quality-assurance-analysts-and-testers

Capture annotated screenshots of a running Android app and translate UI element labels into actual tap coordinates, using `android screen capture` + `android screen resolve` and the structured `android layout` JSON. Use when the user wants to take a screenshot, automate UI interactions without hardcoding pixel coordinates, compare UI state before/after a change, or extract the view hierarchy. Triggers include "์Šคํฌ๋ฆฐ์ƒท", "screenshot", "๋ฒ„ํŠผ ํด๋ฆญ ์ž๋™ํ™”", "UI ์ž๋™ํ™”", "tap", "view hierarchy", "layout ๋น„๊ต", "์ด ๋ฒ„ํŠผ ์ขŒํ‘œ". Do NOT use this skill for visual regression testing of release builds โ€” use Playwright/Espresso for that.

2026-05-01
commit-message
software-developers

Write git commit messages following the project's chosen convention (Conventional Commits, Korean variant, Gitmoji, or custom). Reads style from `.claude/android-skills.json` and onboards the project once if the config is missing. Use when the user asks to commit, draft a commit message, fix up a commit, or after staging changes. Triggers include "commit message", "์ปค๋ฐ‹ ๋ฉ”์‹œ์ง€", "์ปค๋ฐ‹ ๋ฉ”์„ธ์ง€", "git commit", "์ปค๋ฐ‹ํ•ด์ค˜", "์ปค๋ฐ‹ ์ž‘์„ฑ".

2026-05-01
compose-preview
software-developers

Generate Jetpack Compose `@Preview` functions and `PreviewParameterProvider` classes. Use whenever the user wants to add previews to a `@Composable`, set up multi-config previews (light/dark, screen sizes, font scale, locale, dynamic color), or needs a `PreviewParameterProvider` for composables that take complex parameters. Triggers include phrases like "ํ”„๋ฆฌ๋ทฐ ์ถ”๊ฐ€", "preview ๋งŒ๋“ค์–ด์ค˜", "@Preview", "PreviewParameterProvider", "๋‹คํฌ๋ชจ๋“œ ํ”„๋ฆฌ๋ทฐ", "multi preview".

2026-05-01
Showing top 8 of 9 collected skills in this repository.
android-mvp-verification
software-quality-assurance-analysts-and-testers

Use when verifying the Image Calendar Android MVP with official Android CLI, preserving screenshots/layouts/action logs under raw/verification, and updating QA evidence.

2026-05-01
wiki-sdd-sync
project-management-specialists

Use after product, design, implementation, verification, or decision changes to synchronize raw evidence, LLM Wiki pages, SDD specs, and project logs.

2026-05-01
android-app-runner
software-developers

Use when deploying or launching an Android APK on a connected device or emulator with the official android run command, including debug APK verification and install failure diagnosis.

2026-04-28
android-cli-setup
software-developers

Use when checking, updating, initializing, or configuring the official Android CLI for agent workflows, including android update, android init, android info, command discovery, and .androidrc SDK configuration.

2026-04-28
android-docs-skills-research
software-developers

Use when searching official Android Knowledge Base docs through Android CLI or finding/installing official Android skills such as edge-to-edge, navigation, AGP upgrades, R8 analyzer, and Compose migration.

2026-04-28
android-journey-smoke-test
software-quality-assurance-analysts-and-testers

Use when running an Android user journey or smoke test with Android CLI layout, screen capture, screen resolve, and scripted interactions against a connected device.

2026-04-28
android-project-create-describe
software-developers

Use when creating Android projects from official Android CLI templates or describing an existing Android project to find variants, build targets, and APK output artifacts.

2026-04-28
android-sdk-emulator-manager
software-developers

Use when listing, installing, updating, or removing Android SDK packages, or creating, listing, starting, and stopping Android emulators with official Android CLI commands.

2026-04-28
Showing top 8 of 9 collected skills in this repository.
Showing 4 of 4 repositories
All repositories loaded