# Android Core

> Use for Android project structure, AndroidManifest, lifecycle, permissions, resources, compatibility, edge-to-edge, Android Studio and basic device debugging.

- **Type:** Skill
- **Install:** `agentstack add skill-gdvega-super-android-kotlin-firebase-skill-android-core`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [GDvega](https://agentstack.voostack.com/s/gdvega)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [GDvega](https://github.com/GDvega)
- **Source:** https://github.com/GDvega/super-android-kotlin-firebase-skill/tree/main/skills/android-core

## Install

```sh
agentstack add skill-gdvega-super-android-kotlin-firebase-skill-android-core
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Purpose

Guide base Android decisions before touching Compose, Firebase, architecture or release work.

# When to use

- Creating or auditing an Android project baseline.
- Changing AndroidManifest.xml, permissions, resources, minSdk/targetSdk or edge-to-edge behavior.
- Debugging Android Studio, emulator, adb, Logcat or lifecycle issues.

# Inputs to inspect

- settings.gradle(.kts), root build files and app/build.gradle(.kts).
- AndroidManifest.xml, permissions, resources and themes.
- minSdk, targetSdk, compileSdk and device/API constraints.
- Crash, Logcat, adb or Android Studio messages.

# Required workflow

1. Map the project structure and modules before editing.
2. Inspect Manifest, permissions, themes and lifecycle entry points.
3. Choose the smallest compatible Android API or Jetpack API change.
4. Apply the change and keep behavior explicit for older SDKs.
5. Run build/lint or the narrowest available validation command.

# Rules

- Explain every sensitive permission.
- Respect lifecycle and process death.
- Do not block the main thread.
- Do not add platform APIs that conflict with minSdk without guards.
- Prefer official Android skills for AGP, R8, Play, edge-to-edge, Navigation and security tasks.

# Related existing skills

## Local skills to invoke

- gradle-build
- debugging
- edge-to-edge-adaptive-ui
- security-privacy

## External companion skills to use when installed

Do not assume these companion skills are installed. Prefer the local skills above first, then consult [Companion Skills](../../docs/COMPANION_SKILLS.md) for install and verification commands.

- android/skills — use for official Android workflow alignment around edge-to-edge, adaptive UI, Navigation 3, R8, AGP or testing setup.

# Files commonly touched

- `settings.gradle.kts`
- `build.gradle.kts`
- `app/build.gradle.kts`
- `src/main/AndroidManifest.xml`
- `src/main/res/values/*.xml`
- `MainActivity.kt`

# Commands to validate

```bash
./gradlew assembleDebug
./gradlew lint
adb logcat
adb shell dumpsys package 
```

# Common mistakes to avoid

- Adding broad permissions without runtime flow.
- Treating target SDK behavior changes as warnings only.
- Putting platform work in Composables or Activities instead of appropriate owners.
- Ignoring edge-to-edge insets on modern Android.

# Checklist

- Manifest reviewed.
- Permissions minimized and justified.
- SDK compatibility checked.
- Lifecycle and configuration changes considered.
- Build/lint command provided.

# Example prompts

- Use $super-android-kotlin-firebase to review my Manifest, permissions and edge-to-edge setup.
- Use $super-android-kotlin-firebase to fix this Android Studio/adb device issue.

# Expected response style

Respond with: brief diagnosis, change plan, affected files, code or diff summary, validation commands, tests added or recommended, risks, and next step. For review tasks, lead with findings ordered by severity.

# References

- ../../docs/audits/FUENTES_LOCALES.md
- references/android-project-baseline.md
- templates/android-manifest-permission-note.md

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [GDvega](https://github.com/GDvega)
- **Source:** [GDvega/super-android-kotlin-firebase-skill](https://github.com/GDvega/super-android-kotlin-firebase-skill)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-gdvega-super-android-kotlin-firebase-skill-android-core
- Seller: https://agentstack.voostack.com/s/gdvega
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
