·gradle-build-performance
</>

gradle-build-performance

new-silvermoon/awesome-android-agent-skills

Debug and optimize Android/Gradle build performance. Use when builds are slow, investigating CI/CD performance, analyzing build scans, or identifying compilation bottlenecks.

62Installs·4Trend·@new-silvermoon

Installation

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

SKILL.md

| Initialization | settings.gradle.kts evaluated | Too many include() statements | | Configuration | All build.gradle.kts files evaluated | Expensive plugins, eager task creation | | Execution | Tasks run based on inputs/outputs | Cache misses, non-incremental tasks |

| Eager task creation | Use tasks.register() instead of tasks.create() | | buildSrc with many dependencies | Migrate to Convention Plugins with includeBuild | | File I/O in build scripts | Use providers.fileContents() | | Network calls in plugins | Cache results or use offline mode |

| Non-incremental changes | Avoid build.gradle.kts changes that invalidate cache | | Large modules | Break into smaller feature modules | | Excessive kapt usage | Migrate to KSP | | Kotlin compiler memory | Increase kotlin.daemon.jvmargs |

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/new-silvermoon/awesome-android-agent-skills --skill gradle-build-performance
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is gradle-build-performance?

Debug and optimize Android/Gradle build performance. Use when builds are slow, investigating CI/CD performance, analyzing build scans, or identifying compilation bottlenecks. Source: new-silvermoon/awesome-android-agent-skills.

How do I install gradle-build-performance?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/new-silvermoon/awesome-android-agent-skills --skill gradle-build-performance Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/new-silvermoon/awesome-android-agent-skills