setup-local-tools

Verify and install JDK 25, Android SDK, GitHub CLI, and Firebase CLI.

343|68|Updated Jun 14, 2017
One-click install
npx skills add https://github.com/MartinStyk/AndroidApkAnalyzer --skill setup-local-tools
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup-local-tools
Source: https://github.com/MartinStyk/AndroidApkAnalyzer/tree/main/.claude/skills/setup-local-tools
Command: npx skills add https://github.com/MartinStyk/AndroidApkAnalyzer --skill setup-local-tools

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill resolves the friction of setting up a development environment for the ApkAnalyzer repository by verifying and installing necessary CLI tools and SDKs.

Core Features & Use Cases

  • Environment Validation: Checks for the presence and authentication status of GitHub CLI, JDK 25, Android SDK, and Firebase CLI.
  • Guided Installation: Provides OS-specific commands for Windows, macOS, and Linux to ensure all dependencies are correctly configured.
  • Use Case: Use this skill when you have just cloned the repository and need to ensure your machine is ready to build the app or run CI diagnostics without missing dependencies.

Quick Start

Ask the assistant to check your current environment and guide you through installing any missing tools for the ApkAnalyzer project.

Frequently Asked Questions about setup-local-tools

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up the Android SDK and JDK for ApkAnalyzer builds?

Environment setup for Android development requires installing JDK 25 and Android SDK platform 37. This skill validates your current system and provides OS-specific commands to install missing dependencies required for ApkAnalyzer Gradle builds.

Does this environment configuration tool support Windows, macOS, and Linux?

Yes, the environment configuration supports Windows, macOS, and Linux. It provides OS-specific commands to verify and install essential build tools like GitHub CLI and Firebase CLI, ensuring system paths and authentication states are correctly initialized across all three operating systems.

What developer tools do I need to install for Android CI operations?

You need GitHub CLI and Firebase CLI alongside JDK 25 and Android SDK platform 37 for Android CI operations. This skill checks the presence and authentication status of these tools to ensure your environment is ready for CI diagnostics.

Why does my Gradle build fail after cloning the ApkAnalyzer repository?

Gradle builds fail when dependencies like JDK 25 or Android SDK platform 37 are missing or misconfigured. This skill resolves setup friction by verifying your local development environment and guiding you through installing missing build tools.

Can I check GitHub CLI and Firebase CLI authentication status during environment setup?

Yes, you can check GitHub CLI and Firebase CLI authentication status during environment setup. The skill performs environment validation to ensure all system paths and authentication states are correctly initialized before you run Gradle builds or CI operations.