Skip to main content
Manusで任意のスキルを実行
ワンクリックで
GitHub リポジトリ

android-skills

android-skills には javiercamarenatriguero から収集した 15 個の skills があり、リポジトリ単位の職業カバレッジとサイト内 skill 詳細ページを表示します。

収集済み skills
15
Stars
6
更新
2026-07-02
Forks
2
職業カバレッジ
4 件の職業カテゴリ · 100% 分類済み
リポジトリエクスプローラー

このリポジトリの skills

android-modularization
ソフトウェア開発者

Designs and enforces a clean multi-module Android architecture with strict layer isolation. Use when user asks "where should this code go", "create a new module", "fix a circular dependency", "what layer does this belong in", or "set up module architecture".

2026-07-02
android-permissions-editor
ソフトウェア開発者

Architects Android runtime permissions across multi-module projects following Clean Architecture. Use when user asks to "request a permission", "handle runtime permission", "camera permission", "location permission", or "structure permissions in Clean Architecture".

2026-07-02
android-unit-test-editor
ソフトウェア品質保証アナリスト・テスター

Writes unit tests for Android Kotlin code covering ViewModels, Use Cases, and Repositories using MockK and Kotlin Coroutines Test. Use when user asks to "write a unit test", "add tests for this class", "how do I test a ViewModel", or "apply GIVEN/WHEN/THEN".

2026-07-02
compose-editor
ウェブ開発者

Writes idiomatic, maintainable, and accessible Jetpack Compose UI. Use when user asks to "create a composable", "write a Compose screen", "build a UI component", "review Compose code", or "refactor XML to Compose".

2026-07-02
compose-navigation3
ソフトウェア開発者

Implements type-safe navigation using Jetpack Navigation 3 (Nav3) with Compose. Use when user asks to "add a new screen", "wire navigation", "pass results between screens", "set up Nav3", or "navigate to a destination". Covers NavKey routes, NavDisplay, navigator abstractions, and ResultStore.

2026-07-02
compose-performance-auditor
ソフトウェア開発者

Audits and fixes Jetpack Compose runtime performance issues. Use when user says "Compose is slow", "too many recompositions", "janky scrolling", "frame drops", or asks to "optimize Compose UI". Performs code-first review and guides profiling when needed.

2026-07-02
github-action-editor
ソフトウェア開発者

Creates and maintains GitHub Actions CI/CD workflows for Android projects. Use when user asks to "set up CI", "create a GitHub Action", "add a CI pipeline", "configure GitHub Actions for Android", or "optimize build times".

2026-07-02
gradle-configuration
ソフトウェア開発者

Configures Gradle builds for Android using Version Catalogs and Kotlin DSL. Use when user asks to "add a dependency", "configure Gradle", "update a library version", "set up a version catalog", or "resolve a build conflict".

2026-07-02
gradle-convention-plugin
ソフトウェア開発者

Creates and maintains Gradle Convention Plugins inside a build-logic included build for Android multi-module projects. Use when user asks to "create a convention plugin", "add a new plugin to build-logic", "share build config across modules", "reduce build.gradle duplication", or "centralize Gradle config".

2026-07-02
koin-editor
ソフトウェア開発者

Configures and uses Koin for Dependency Injection in Android and KMP projects. Use when user asks to "set up Koin", "add dependency injection", "register a new dependency", "create a Koin module", or troubleshoot injection failures.

2026-07-02
kotlin-convention
ソフトウェア開発者

Writes idiomatic, clean Kotlin following Android conventions. Use when user asks for "Kotlin code review", "is this idiomatic Kotlin", "Kotlin style check", "how to write this in Kotlin", or to "follow Kotlin best practices".

2026-07-02
kotlin-coroutines
ソフトウェア開発者

Writes correct, performant Kotlin Coroutines and Flow code following structured concurrency. Use when user asks to "use coroutines", "implement async", "how does StateFlow work", "collect a Flow", or "fix a coroutine issue".

2026-07-02
mvi-editor
ソフトウェア開発者

Implements the MVI (Model-View-Intent) pattern for Android with Jetpack Compose, library-free. Use when user asks to "create a new screen", "add a ViewModel", "implement MVI", "add state management", or "set up unidirectional data flow".

2026-07-02
paparazzi-editor
ソフトウェア品質保証アナリスト・テスター

Writes screenshot and snapshot tests for Jetpack Compose UI using Paparazzi. Use when user asks to "add snapshot tests", "visual regression test", "screenshot test with Paparazzi", or "record UI baselines".

2026-07-02
review-owasp-security
情報セキュリティアナリスト

Reviews code against OWASP MASVS (Mobile Application Security Verification Standard) controls. Use when user says "security review", "check for vulnerabilities", "OWASP audit", or when code handles sensitive data, authentication, networking, local storage, or deep links. Reports findings as PASS / WARN / FAIL.

2026-07-02