AI SummaryA Gradle dependency analysis tool that executes dependency checks, retrieves dependency trees, and extracts version information for Kotlin, KotlinX, Skiko, and AndroidX libraries. Ideal for developers managing complex Gradle projects who need to quickly inspect and validate dependency versions.
Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to install the "gradle-dependency-checker" skill in my project. Please run this command in my terminal: # Install skill into the correct directory mkdir -p .claude/skills/agent-skill-gradle-dependency-checker && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/agent-skill-gradle-dependency-checker/SKILL.md "https://raw.githubusercontent.com/Omico/agent-skill-gradle-dependency-checker/main/SKILL.md" Then restart Claude Code (or reload the window in Cursor) so the skill is picked up.
Description
Executes Gradle dependency check commands, retrieves and analyzes dependency trees, and extracts version information for key dependencies such as kotlin/kotlinx/skiko/androidx. Use when users need to check Gradle project dependency versions or analyze dependency relationships.
Overview
This skill is used to execute Gradle dependency check commands, retrieve project dependency trees, and extract version information for key dependencies, specifically: • kotlin - Kotlin standard library version • kotlinx.* - Kotlin extension libraries (e.g., kotlinx-coroutines, kotlinx-serialization, etc.) • skiko - Skia binding library version • androidx.* - AndroidX library versions
Gradle Dependency Checker
Path Note: This document uses {SKILL_ROOT} as a placeholder for the skill root directory. The AI assistant should dynamically determine the absolute path of the skill root directory based on the currently open file path when executing commands. For example, if the current workspace path is /Users/username/.cursor/skills/gradle-dependency-checker, then {SKILL_ROOT} should be replaced with that path.
View Dependency Reports
First check if the report file {SKILL_ROOT}/references/compose-multiplatform-dependencies-{VERSION}.md exists. If the report file does not exist, you need to execute the script to generate the dependency tree first.
One-Click Script (Recommended)
It is recommended to use the one-click script, which automatically completes both steps of dependency tree generation and report generation: `bash
Discussion
Health Signals
My Fox Den
Community Rating
Sign in to rate this booster