| name | android-build-gradle |
| description | Android アプリ開発 (Kotlin) の Gradle ビルドシステムリファレンス。 Android Gradle Plugin (AGP), Kotlin DSL (build.gradle.kts), version catalog, KSP, R8/ProGuard, App Bundle, baseline profile。
|
| user-invocable | false |
Android Gradle Plugin (AGP) ビルドリファレンス
Android Gradle Plugin (AGP) 公式ドキュメントの主要トピックを網羅したスキル。
ユーザーのタスクに応じて適切な README.md を読み、そこから個別ファイルへ辿ること。
ディレクトリ構成
skills/android-build-gradle/
SKILL.md
references/
build-config/
README.md
settings-gradle.md
root-build-gradle.md
module-build-gradle.md
plugins-block.md
android-block.md
default-config.md
build-types.md
product-flavors.md
build-features.md
source-sets.md
compile-kotlin-options.md
signing-configs.md
packaging.md
test-options.md
lint-config.md
gradle-properties.md
local-properties.md
multidex.md
native-16kb-page-size.md
native-dependencies-prefab.md
native-build-cmake.md
dependencies/
README.md
dependency-configurations.md
dependency-coordinates.md
repositories.md
version-catalog.md
compose-bom.md
dependency-exclusion.md
viewing-dependencies.md
ksp-vs-kapt.md
migrate-to-catalogs.md
variant-specific-dependencies.md
dependency-verification.md
optimize-release/
README.md
shrink-code.md
proguard-rules.md
r8-troubleshooting.md
shrink-resources.md
app-bundle.md
bundle-config.md
apk-splits.md
app-signing.md
debuggable-obfuscation.md
baseline-profiles.md
build-variant-optimization.md
release-checklist.md
native-debug-symbols.md
dynamic-feature-modules.md
publish-library/
README.md
prep-library-release.md
publication-variants.md
upload-library.md
test-fixtures-publishing.md
fused-library.md
migrate-troubleshoot/
README.md
build-speed-optimization.md
build-cache-configuration-cache.md
migrate-to-ksp.md
migrate-to-kotlin-dsl.md
agp-upgrade-assistant.md
agp-gradle-version-compatibility.md
jdk-configuration.md
namespace-migration.md
manifest-merger-conflicts.md
build-analyzer.md
dependency-resolution-errors.md
migrate-to-built-in-kotlin.md
custom-build-logic.md
sdk-upgrade-assistant.md
agp-kotlin-d8-r8-compatibility.md
探索手順
タスクからカテゴリを引き、カテゴリの README.md で目的のページを特定する:
- 下記マッピング表でタスクに対応するカテゴリを探す
- そのカテゴリの
references/{category}/README.md を参照して目的のページを特定する
- 該当ページの
.md を Read して詳細を確認する
タスク → カテゴリ マッピング
テストの書き方は android-testing、マニフェストとリソースの仕様は android-platform-core の担当。