Meshtastic-Android
Build, test, and ship the Meshtastic Android and Desktop app
All Skills in This Repository (15)
Pure Emerald Level Indicatorsci-cost-control
Monitor GitHub Actions runs and cancel redundant CI executions.
implement-feature
Guides Android developers through feature implementation with architecture validation.
Code Review
Review Meshtastic-Android code for Kotlin Multiplatform architecture and testing standards.
speckit
Manage end-to-end software feature development from specifications to implementation.
compose-ui
Create adaptive Compose Multiplatform UI layouts for Meshtastic-Android.
project-overview
Explains AndroidX project layout, build setup, and common fixes for contributors.
kmp-architecture
Structure Kotlin Multiplatform projects with source-set boundaries and expect/actual patterns.
testing-ci
Automate CI workflows for code quality, testing, and building across platforms.
new-branch
Create feature or fix branches from the latest upstream main.
Meshtastic Design Standards
Provides Android-specific Meshtastic UI design standards and color mappings for Compose developers.
navigation-and-di
Configure modular dependency injection and type-safe navigation for multi-platform Kotlin apps.
proto-bump
Updates the org.meshtastic:protobufs Maven pin in the Gradle version catalog and verifies with tests.
Frequently Asked Questions
FAQPage SchemaHow to install Meshtastic-Android skills?βΌ
Run `npx skills add meshtastic/Meshtastic-Android --all -g -y` in your terminal to install all skills in this suite globally.
What do these Meshtastic skills help with?βΌ
They teach your AI agent how to implement features, review code, run tests, and open pull requests in the Meshtastic Android and Desktop codebase following its architecture rules.
Can AI run and test the Meshtastic app automatically?βΌ
Yes. The run-meshtastic-android skill lets your agent launch the desktop or emulator app, connect it to a simulated radio, click through screens, and capture screenshots.
Do these skills work with Claude Code and other agents?βΌ
Yes. All skills follow the standard SKILL.md format and work in Claude Code, Cursor, Codex, and other compatible AI coding agents.
How do the skills prevent broken builds?βΌ
The baseline skill enforces a mandatory local verification run of formatting, linting, compilation, and all tests before any code is pushed, matching what CI expects.
Related Repositories in Software Engineering
View All in Software Engineeringβopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core