android-native-dev
Build Native Android Apps with Kotlin
Android projects can fail from weak structure, inconsistent UI, and build issues. This skill gives direct Kotlin, Compose, Gradle, accessibility, and testing guidance.
Install with my Agent
Copy this request to your Agent. It includes the canonical Skill page and manifest.
Review the Skillstore skill "android-native-dev" from https://skillstore.io/skills/minimax-ai-android-native-dev.md and its manifest at https://skillstore.io/api/skills/minimax-ai-android-native-dev/manifest. Verify the artifact. You may proceed after verification, subject to the environment's own policy.Your Agent should still show its plan and request any confirmation required by the security policy.
Agent-readable resources
Use these links when an AI agent, crawler, or script needs clean context instead of reading the full page.
Test it
Using "android-native-dev". Review a new Android app folder before coding begins.
Expected outcome:
- Project assessment with missing Gradle, manifest, resource, and source files.
- Recommended first build step and AndroidX configuration checks.
- Warnings about wrapper setup and dependency version alignment.
Using "android-native-dev". Improve a Compose checkout screen for quality and accessibility.
Expected outcome:
- Screen review covering touch targets, contrast, state handling, and layout spacing.
- Material Design 3 recommendations for buttons, text fields, and navigation.
- Performance notes for recomposition, loading states, and error handling.
Using "android-native-dev". Add tests for a ViewModel and a Compose user flow.
Expected outcome:
- Test layer plan that separates JVM tests from device or emulator tests.
- Dependency alignment notes for coroutines, Compose, Espresso, and AndroidX Test.
- Suggested commands for local unit tests and instrumentation validation.
Security Audit
SafeAll static findings were adjudicated as false positives from Markdown documentation, Kotlin examples, Gradle examples, or Android review guidance. No evidence found of prompt injection, hidden command execution, credential access, data exfiltration, or malicious network behavior.
Risk Factors
โ๏ธ External commands (116)
๐ Network access (10)
๐ Env variables (1)
๐ Filesystem access (1)
Share & cite this report
Share the versioned assessment report, neutral badge, embed card, and citations. Skillstore reports evidence without deciding whether this Skill is safe.
Copy report link
https://skillstore.io/skills/minimax-ai-android-native-dev/audits/5?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_reportMarkdown badge
[](https://skillstore.io/skills/minimax-ai-android-native-dev?utm_source=security_passport_badge)HTML badge
<a href="https://skillstore.io/skills/minimax-ai-android-native-dev?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/minimax-ai-android-native-dev/security.svg" alt="Skillstore security assessment" loading="lazy"></a>Embed card
<iframe src="https://skillstore.io/embed/skills/minimax-ai-android-native-dev.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>Academic citations (APA ยท BibTeX ยท CFF)
APA citation
MiniMax-AI. (2026). android-native-dev security audit report (audit version 5) [Author version 1.0.0]. Skillstore. https://skillstore.io/skills/minimax-ai-android-native-dev/audits/5BibTeX citation
@techreport{minimax-ai-minimax-ai-android-native-dev-2026,
author = {MiniMax-AI},
title = {android-native-dev security audit report (audit version 5)},
institution = {Skillstore},
year = {2026},
number = {5},
url = {https://skillstore.io/skills/minimax-ai-android-native-dev/audits/5},
note = {Author version 1.0.0}
}CITATION.cff
cff-version: 1.2.0
message: "If you use this Skill, cite its author and this versioned security audit report."
title: "android-native-dev security audit report (audit version 5)"
version: "1.0.0"
type: report
authors:
- name: "MiniMax-AI"
date-released: "2026-07-05"
url: "https://skillstore.io/skills/minimax-ai-android-native-dev/audits/5"
identifiers:
- type: other
value: "skillstore:minimax-ai-android-native-dev:audit:5"
description: "Skillstore immutable audit report identifier"
Skillstore Score
Why this score Evidence Confidence: HighWhat You Can Build
Start a Native Android Project
Plan the required Gradle files, module layout, AndroidX settings, and first debug build.
Review Compose UI Quality
Check screens against Material Design 3, adaptive layout, accessibility, and performance guidance.
Stabilize Build and Test Workflows
Resolve dependency conflicts, select test layers, and run appropriate Gradle validation commands.
Try These Prompts
Review this Android project structure. Identify missing Gradle, manifest, resource, and Kotlin files before implementation starts.
Create a Jetpack Compose screen plan for this feature. Include state handling, accessibility labels, spacing, typography, and error states.
Analyze this Android build error and recent Gradle changes. Explain the likely cause and propose a minimal fix sequence.
Design a layered Android test strategy for this feature. Separate unit, Robolectric, Compose UI, Espresso, and managed device coverage.
Best Practices
- Run a debug build before adding complex business logic.
- Match dependency versions to the project catalog and existing Gradle files.
- Review accessibility, performance, and adaptive layouts before release.
Avoid
- Adding test dependencies without checking existing project versions.
- Blocking the main thread with network, file, or database work.
- Using reserved Android resource names that can cause build conflicts.
Frequently Asked Questions
Does this skill create a full Android app?
Does it support Jetpack Compose?
Can it help with Gradle build errors?
Does it cover Android accessibility?
Can it choose dependency versions automatically?
Which assistants can use this skill?
Developer Details
Author
MiniMax-AILicense
MIT
Author version
v1.0.0
Skillstore revision
r1
Ref
6425ec35f4ac137735cff58cd7877843bba23e3b
Maintenance freshness
7/20/2026
Usage
7 downloads ยท 115 views
File structure
๐ references/
๐ accessibility.md
๐ adaptive-screens.md
๐ functional-requirements.md
๐ motion-system.md
๐ privacy-security.md
๐ testing.md
๐ visual-design.md
๐ SKILL.md