Skip to main content
Back to registry

gradle-build-performance

new-silvermoon/awesome-android-agent-skills

Caches configuration phase across builds (AGP 8.0+):

Installs170
Install command
npx skills add https://github.com/new-silvermoon/awesome-android-agent-skills --skill gradle-build-performance
Security audits
Gen Agent Trust HubFAIL
SocketPASS
SnykPASS
About this skill
Caches configuration phase across builds (AGP 8.0+): Reuses task outputs across builds and machines: Build independent modules simultaneously: Allocate more memory for large projects: Reduces R class size and compilation (AGP 8.0+ default): KSP is 2x faster than kapt for Kotlin: Pin dependency versions: Put most-used repositories first: Composite builds are faster than project() for large monorepos: Don't read files or make network calls during configuration: Avoid create() , use register() : Symptoms : Build scan shows long "Configuring build" time Causes & Fixes : Symptoms : :app:compileDebugKotlin takes too long Causes & Fixes : Symptoms : Tasks always rerun despite no changes Causes & Fixes : For advanced build analytics: After optimizations, verify: - Build times are slow (clean or incremental) - Investigating build performance regressions - Analyzing Gradle Build Scans - Identifying configuration vs execution bottlenecks - Optimizing CI/CD build times - Enabling Gradle Configuration Cache - Reducing unnecessary recompilation - Debugging kapt/KSP annotation processing - "My builds are slow, how can I speed them up?" - "How do I analyze a Gradle build scan?" - "Why is configuration taking so long?" - "Why does my project always recompile everything?" - "How do I enable configuration cache?" - "Why is kapt so slow?" - Measure Baseline — Clean build + incremental build times...

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does gradle-build-performance do?

Caches configuration phase across builds (AGP 8.0+):

Is gradle-build-performance good?

gradle-build-performance does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does gradle-build-performance work with?

gradle-build-performance currently lists compatibility with codex, gemini-cli, opencode, kimi-cli, amp, github-copilot.

What are alternatives to gradle-build-performance?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install gradle-build-performance?

npx skills add https://github.com/new-silvermoon/awesome-android-agent-skills --skill gradle-build-performance

Related skills

More from new-silvermoon/awesome-android-agent-skills

Related skills

Alternatives in Software Engineering